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
Authorization
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.