Data Reconciliation API - Site Daily Check Results
Send Site Daily Check Results
For a given Site on a given Date, list of transaction types and the status of the checks completed.
Fields in POST:
- dataSupplierId: Assigned unique identifier for your account
- String
(required) - siteId: Unique identifier for site that we want to clean data down for
- String
(required) - date: Date that we want to clean data down for
- yyyy-mm-dd
(required) - TicketsCheckStatus: Did the ticket revenue total match expected revenue total.
- true/false
- ShopCheckStatus: Did the shop revenue total match expected revenue total.
- true/false
- PerformancesCheckStatus: Did the performance summary details match expected details.
- true/false
- AccountMovementsCheckStatus: Did the total account movement total match expected points total.
- true/false
- StaffAccessesCheckStatus: Did the total minutes worked by all staff match expected minutes total.
- true/false
- StockLevelsCheckStatus: Did the stock value recorded match expected value total.
- true/false
- StockDisposalsCheckStatus: Did the stock value of stock disposed of match expected value total.
- true/false