Receivables Invoice Installments REST Endpoints

Receivables Invoices/Receivables Invoice Installments
The receivables invoice installments resource is used to edit and get the installments of an invoice. Note: You can update only the InstallmentDueDate and OriginalAmount attributes.
Get a receivables invoice installment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivablesInvoices/{CustomerTransactionId}/child/receivablesInvoiceInstallments/{InstallmentId}
Get all installments for a group of receivables invoices
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivablesInvoices/{CustomerTransactionId}/child/receivablesInvoiceInstallments
Update a receivables invoice installment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/receivablesInvoices/{CustomerTransactionId}/child/receivablesInvoiceInstallments/{InstallmentId}