Skip to main content
POST
/
pos
/
{posSystemId}
/
startInteraction
Start POS Interaction
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"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

posSystemId
string
required

Body

Pos terminal data

terminalId
string
required

Terminal identifier

Minimum string length: 1
posLocationId
string
required

Location POS identifier

Minimum string length: 1

Response

Success

data
object

Start interaction response