Invoice Forms REST Endpoints
Billing and Payment/Invoice Forms
The invoice forms resource is used to view, create, delete, or modify invoice forms.
- Create an invoice form
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms
- Delete an invoice form
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms/{publicSectorInvoiceFormsUniqID}
- Get all invoice forms
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms
- Get an invoice form
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms/{publicSectorInvoiceFormsUniqID}
- Update an invoice form
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms/{publicSectorInvoiceFormsUniqID}