Invoice Forms REST Endpoints

Invoice Forms
The invoice forms resource is used to view, create, delete, or modify invoice forms.
Create an invoice form
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms
Delete an invoice form
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms/{publicSectorInvoiceFormsUniqID}
Get all invoice forms
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms
Get an invoice form
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms/{publicSectorInvoiceFormsUniqID}
Update an invoice form
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms/{publicSectorInvoiceFormsUniqID}