Appearance
POS Register
Request Example
POST to endpoint /pos
sh
curl -sS https://f1ysoj9np6.execute-api.us-west-2.amazonaws.com/dev/pos \
-H "Content-Type: application/json" \
-H "Authorization: <APIToken>" \
-d '
{
"MID": ""
}
'
Response Example
json
{
"PosId": "",
"Token": "",
"Approved": true,
"ResponseText": "Approved"
}