Skip to main content
PUT
Update POS device

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

id of pos device

Body

application/json
name
string
device_type
enum<string>
Available options:
pos-terminal
external_device_id
string

A unique ID issued by the Vendor.

vendor
string
model_number
string
mac_address
string | null
location_id
string
claimed_by
PosDeviceClaimedUser · object | null

Returns a user object if the device is claimed, otherwise returns null.

is_busy
boolean

This field specifies the device is occupied for a transaction.

Response

200 - application/json

OK

message
string
success
string
content
object