Customer invoices REST Endpoints
Billing and Payment/Customer invoices
Resource to fetch customer invoice data.
- Create a customer invoice data
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomerInvoices - Delete a customer invoice data
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomerInvoices/{TrxnCustInvKey} - Get a customer invoice data
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomerInvoices/{TrxnCustInvKey} - Get all customer invoice data
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomerInvoices - Update a customer invoice data
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomerInvoices/{TrxnCustInvKey}