Cash Drawer Reconciliations REST Endpoints
Cash Drawer Reconciliations
The cash drawer reconciliations resource is used to view or create cash drawer reconciliation information.
- Create a cash drawer reconciliation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawReconcils - Delete a cash drawer reconciliation
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawReconcils/{ReconcileId} - Get a cash drawer reconciliation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawReconcils/{ReconcileId} - Get all cash drawer reconciliations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawReconcils - Update a cash drawer reconciliation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawReconcils/{ReconcileId}