REST API Attributes

Generally, attributes are supported across the POST, GET, PATCH, and DELETE actions. However, there are exceptions for the Receivables Invoices and Receivables Invoice Installments resources using the PATCH action.

Receivables Invoices is the top-level resource used to create and manage a Receivables invoice. Here are the only attributes that you can update using the PATCH action:

Attribute Name Supports PATCH

InvoiceStatus

Yes

PaymentTerms

Yes

TransactionDate

Yes

InvoicePrinted Yes
OriginalPrintDate Yes
LastPrintDate Yes
DeliveryMethod Yes
Email Yes

Receivables Invoice Installments is a child-level resource of Receivables Invoices. This resource is used to manage installments of an invoice. Here are the only attributes that you can update using the PATCH action:

Attribute Name Supports PATCH

InstallmentDueDate

Yes

OriginalAmount

Yes

Note:

Only updates to the attributes called out explicitly using the PATCH action are supported. Updates to other attributes aren't supported.