Invoice Installments Descriptive Flexfields REST Endpoints
    
        Invoices/Invoice Installments/Invoice Installments Descriptive Flexfields
    
The payables invoice installments descriptive flexfields resource is used to manage details about the descriptive flexfield references for an invoice installment.
- Create a descriptive flexfield for an invoice installment
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceInstallments/{invoiceInstallmentsUniqID}/child/invoiceInstallmentDff - Get all descriptive flexfields for an invoice installment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceInstallments/{invoiceInstallmentsUniqID}/child/invoiceInstallmentDff - Get descriptive flexfields for an invoice installment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceInstallments/{invoiceInstallmentsUniqID}/child/invoiceInstallmentDff/{invoiceInstallmentDffUniqID} - Update descriptive flexfields for an invoice installment
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceInstallments/{invoiceInstallmentsUniqID}/child/invoiceInstallmentDff/{invoiceInstallmentDffUniqID}