cURL
curl --request POST \ --url https://public-api-demo.clearline.me/pos/{posSystemId}/startInteraction \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' { "terminalId": "6orMqUyq", "posLocationId": "6orMqUyq2Hg3tP" } '
{ "data": { "terminalId": "<string>", "posLocationId": "<string>", "sessionId": "<string>", "posStatus": "Accepted" } }
JWT Authorization header using the Bearer scheme.
Pos terminal data
Terminal identifier
1
Location POS identifier
Success
Start interaction response
Show child attributes