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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCashDrawReconcils
Delete a cash drawer reconciliation
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCashDrawReconcils/{ReconcileId}
Get a cash drawer reconciliation
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCashDrawReconcils/{ReconcileId}
Get all cash drawer reconciliations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCashDrawReconcils
Update a cash drawer reconciliation
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCashDrawReconcils/{ReconcileId}