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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorERPReceiptOptions
Delete a receipt option for a payment method
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorERPReceiptOptions/{publicSectorERPReceiptOptionsUniqID}
Get all receipt options for all payment methods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorERPReceiptOptions
Get receipt option for a payment method
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorERPReceiptOptions/{publicSectorERPReceiptOptionsUniqID}
Update a receipt option for a payment method
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorERPReceiptOptions/{publicSectorERPReceiptOptionsUniqID}