Customer invoices REST Endpoints

Billing and Payment/Customer invoices
Resource to fetch customer invoice data.
Create a customer invoice data
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomerInvoices
Delete a customer invoice data
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomerInvoices/{TrxnCustInvKey}
Get a customer invoice data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomerInvoices/{TrxnCustInvKey}
Get all customer invoice data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomerInvoices
Update a customer invoice data
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomerInvoices/{TrxnCustInvKey}