Important: no confirmation is prompted on the device. When this instruction is sent, the reconciliation process will be started and the transactions for the day closed.
Request
POST: https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/v1/close.json
Request body
No data is required to initiated the reconciliation process, however you can include an uuid to use as a reference. If no uuid is specified, a new uuid will be returned.
{}
{“uuid”:”0600ee0b-69df-4b77-cbb5-8a20962a75ab”}
Response
{“success”:true,”uuid”:”0600ee0b-69df-4b77-cbb5-8a20962a75ab”}
This indicates that the reconciliation process is now underway on the device.
When a transaction has been initiated, use GET transaction.json to follow the progress and retrieve the result of a transaction when it is completed.