Invoice Lines Project Descriptive Flexfields REST Endpoints
Invoices/Invoice Lines/Invoice Lines Project Descriptive Flexfields
The payables invoice line project descriptive flexfields resource is used to manage details about the project information for an invoice line.
- Create a project-related descriptive flexfield for an invoice line
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineProjectDff - Get a project-related descriptive flexfield for an invoice line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineProjectDff/{invoiceLineProjectDffUniqID} - Get all project-related descriptive flexfields for an invoice line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineProjectDff - Update a project-related descriptive flexfield for an invoice line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineProjectDff/{invoiceLineProjectDffUniqID}