v1

latestOpenAPI 3.1.02026-07-1342112262.5 KB
Web POS

Create a Web POS device

Create a Web POS device. Web POS devices represent a station/browser instance/device, for example 'Reception', 'Back Office', 'Joe iPad', etc.

Required scopes: business/webpos:read, business/webpos:write

post/v1/webpos/

Request body

namestring required

A friendly device name.

Example request

{
  "name": "My Web POS"
}

Response

Successful Response

idstring uuid required

The unique ID for the Web POS device.

namestring required

The friendly POS device name.

Example response

{
  "id": "4cf28172-3bf5-48cd-8c55-e83e1a976992",
  "name": "My Web POS"
}