Skip to main content
POST
/
v2
/
pos
/
{posSystemId}
/
widget
/
hideQrCode
Hide widget QR Code
curl --request POST \
  --url https://public-api-demo.clearline.me/v2/pos/{posSystemId}/widget/hideQrCode \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "posLocationId": "6orMqUyq2Hg3tP",
  "terminalId": "6orMqUyq",
  "sessionId": "SESSION_ID"
}
'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Enter JWT Bearer token only in the text input below.

Path Parameters

posSystemId
string
required

POS System Id

Body

Request

Hide widget QR-code request

sessionId
string
required

Session identifier

Minimum string length: 1
posLocationId
string
required

POS location identifier

Minimum string length: 1
terminalId
string
required

Terminal identifier

Minimum string length: 1

Response

Success

data
object

Hide widget QR-code response