Invoice Lines Global Descriptive Flexfields REST Endpoints

Invoices/Invoice Lines/Invoice Lines Global Descriptive Flexfields
The payables invoice lines descriptive flexfields resource is used to manage details about the global descriptive flexfield references for an invoice line.
Create a global descriptive flexfield for an invoice line
Method: post
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineGdf
Get all global descriptive flexfields for an invoice line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineGdf
Get global descriptive flexfields for an invoice line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineGdf/{invoiceLineGdfUniqID}
Update global descriptive flexfields for an invoice line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineGdf/{invoiceLineGdfUniqID}