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
Get all invoice data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoices
Get an invoice data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoices/{publicSectorInvoicesUniqID}
Update an invoice data
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoices/{publicSectorInvoicesUniqID}