ERP Receipt Options REST Endpoints
Billing and Payment/ERP Receipt Options
The receipt options resource is used to view, create, or update configurations to create receipts in receivables.
- Create a receipt options for multiple payment methods
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorERPReceiptOptions
- Delete a receipt option for a payment method
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorERPReceiptOptions/{publicSectorERPReceiptOptionsUniqID}
- Get all receipt options for all payment methods
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorERPReceiptOptions
- Get receipt option for a payment method
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorERPReceiptOptions/{publicSectorERPReceiptOptionsUniqID}
- Update a receipt option for a payment method
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorERPReceiptOptions/{publicSectorERPReceiptOptionsUniqID}