Credit Memo Apply Input

Input representation of the request to apply a credit memo to an invoice.
JSON example
{
  "applications": [
    {
      "appliedToId": "3ttxx000000003FAAQ",
      "amount": 10,
      "description": "Apply to invoice for refund",
      "effectiveDate": "2024-07-01"
    },
    {
      "appliedToId": "3ttxx0000000001AAA",
      "amount": 100
    }
  ]
}
Properties
Name Type Description Required or Optional Available Version
applications Credit Memo Apply Application Input[]

List of one or more applications to apply the credit memo for. Each application represents an invoice that’s credited by using the balance of the specified credit memo.

Required 62.0