We're updating the Cloud POS API. Here are the details of what's included in this release:
UI Improvements
We've refreshed the styling of the API documentation, and brought the documentation version up to date. We've also added links for 2 example projects (C# & VB.Net) which show how to use the API.
New Features
A "Timestamp" (i.e. SQL RowVersion) field is now present as a filter option & on the responses from the REST API for the following operations:
- Barcodes
- Bin Location Histories
- Brand
- Cashier
- Category
- Customer Orders
- Customer
- Department
- Inventory
- Item
- Mechanic
- Purchase Order
- Reason Code
- Registers
- Sales Rep
- Season
- Stores
- Supplier List
- Supplier
- Tenders
The addition of the timestamp data gives users of the API an additional filter to reduce the size of data being returned, meaning the data gets returned faster. For example, returning only data that's been updated since the last request was made (based on a stored Timestamp value).