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
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
name
A friendly device name.
Response
Successful Response
id
The unique ID for the Web POS device.
name
The friendly POS device name.