Invoice Installments REST Endpoints

Invoices/Invoice Installments
The payables invoice installments resource is used to manage details about the payment due dates, amounts, and other payment information. An invoice can have one or more installments.
Create an invoice installment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceInstallments
Delete an invoice installment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceInstallments/{invoiceInstallmentsUniqID}
Get all installments for an invoice
Method: get
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceInstallments
Get an invoice installment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceInstallments/{invoiceInstallmentsUniqID}
Update an invoice installment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceInstallments/{invoiceInstallmentsUniqID}