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: postPath:/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineGdf
- Get all global descriptive flexfields for an invoice line
- Method: getPath:/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineGdf
- Get global descriptive flexfields for an invoice line
- Method: getPath:/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineGdf/{invoiceLineGdfUniqID}
- Update a global descriptive flexfield for an invoice line
- Method: patchPath:/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceLines/{invoiceLinesUniqID}/child/invoiceLineGdf/{invoiceLineGdfUniqID}