Create Web Pos Device

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

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

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired>=1 character<=255 characters
A friendly device name.

Response

Successful Response
idstringformat: "uuid"
The unique ID for the Web POS device.
namestring
The friendly POS device name.

Errors