Invoices Global Descriptive Flexfields REST Endpoints
Invoices/Invoices Global Descriptive Flexfields
The payables invoices global descriptive flexfields resource is used to manage details about the global descriptive flexfield references for an invoice.
- Create a global descriptive flexfield for an invoice
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceGdf - Get all global descriptive flexfields for an invoice
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceGdf - Get global descriptive flexfields for an invoice
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceGdf/{InvoiceId} - Update a global descriptive flexfield for an invoice
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceGdf/{InvoiceId}