Registers are iPads or other computers running Kounta by Lightspeed.
GET /v1/companies/5678/registers.json |
|
GET /v1/companies/5678/sites/985/registers.json |
[ { "id": 9091, "code": "T1", "name": "Terminal 1", "site_id": 985 }, { "id": 9085, "code": "T2", "name": "Terminal 2", "site_id": 985 } ]
site_id
field will be omitted if you get registers by site.GET /v1/companies/5678/registers/9091.json |
{ "id": 9091, "company_id": 5678, "code": "T1", "name": "Terminal 1", "site": { "id": 985, "name": "Downtown", "code": "DT" }, "current_staff_member": { "id": 389427, "first_name": "Jamie", "last_name": "McDonald" }, "sale_prefix": "ST1-", "return_prefix": "RT1-", "assigned_to_device": true }
Here is a list of the supported webhook topics.
When a register is created. You will receive the complete register.
When a register is updated. You will receive the complete register after the modifications have been applied.
You also may provide the following attribute filters:
name
current_staff_member
assigned_to_device
When a register is deleted. You will receive the complete register.