Cash Drawer Payments REST Endpoints
Billing and Payment/Cash Drawer Payments
The cash drawer payments resource is used to view and create cash draw payment history information.
- Create a cash drawer payment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerPayments - Delete a cash drawer payment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerPayments/{publicSectorCashDrawerPaymentsUniqID} - Get a cash drawer payment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerPayments/{publicSectorCashDrawerPaymentsUniqID} - Get all cash drawer payments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerPayments - Update a cash drawer payment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerPayments/{publicSectorCashDrawerPaymentsUniqID}