Reconciliations are the records of end-of-day takings.
GET /v1/companies/5678/reconciliations |
|
GET /v1/companies/5678/reconciliations/unprocessed |
|
GET /v1/companies/5678/reconciliations/2013-04-29 |
|
GET /v1/companies/5678/reconciliations/since/2013-04-29 |
|
GET /v1/companies/5678/reconciliations/unprocessed/since/2013-04-29 |
|
GET /v1/companies/5678/registers/9091/reconciliations/unprocessed/since/2013-04-29 |
|
GET /v1/companies/5678/sites/985/reconciliations/since/2013-04-29 |
|
GET /v1/companies/5678/sites/985/reconciliations/unprocessed/2013-04-29 |
The id_str is the string representation of the id field, which is a 64-bit integer.
You should use this instead of the id field, as some programming languages have difficulty in
interpreting 64-bit integers.
unprocessed and date segments, the unprocessed segment must be first.2013-04-29), or a range
of days from the given date to the present day (since/2013-04-29).registers/#{id} and sites/#{id} filters.GET /v1/companies/5678/reconciliations/19762 |
reconciliation_level include: site, register and staff_member. Use this action to mark a reconciliation as processed.
PUT /v1/companies/5678/reconciliations/19762 |
Here is a list of the supported webhook topics.
When a reconciliation is created. You will receive the complete reconciliation.
When a reconciliation is updated. You will receive the complete reconciliation after the modifications have been applied.