v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Point Of Sale

Cashier PIN check

Checks a pin for cashier.

post/api/v1/cashiers/{id}/pinCheck

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Request body

pinstring required
projectstring required

Response

Operation completed successfully.

Example response

{
  "data": {
    "id": "1",
    "name": "Kassierer SW",
    "project": {
      "id": "2"
    },
    "permissionLevel": "0"
  }
}