Invoices REST Endpoints

Invoices
The invoices resource is used to view, create or update invoices.
Create an invoice data
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoices
Create invoices
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoices
Get a set of invoice data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoices/{publicSectorInvoicesUniqID}
Get all invoice data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoices
Update a set of invoice data
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoices/{publicSectorInvoicesUniqID}