Notes:
Updates the basic and finance information about a debit memo.
Currently, Zuora supports updating tax-exclusive memo items, but does not support updating tax-inclusive memo items. If the amount of a memo item is updated, the tax will be recalculated in the following conditions:
The Edit credit and debit memos tutorial demonstrates how to use this operation to add and delete memo items.
Accept-Encoding | string Include the If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a |
Content-Encoding | string Include the |
Authorization | string The value is in the |
Zuora-Track-Id | string <= 64 characters A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon ( |
Zuora-Entity-Ids | string An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you should not set this header. |
Zuora-Org-Ids | string Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs. |
autoPay | boolean Whether debit memos are automatically picked up for processing in the corresponding payment run. By default, debit memos are automatically picked up for processing in the corresponding payment run. |
comment | string [ 0 .. 255 ] characters Comments about the debit memo. |
dueDate | string <date> The date by which the payment for the debit memo is due, in |
effectiveDate | string <date> The date when the debit memo takes effect. |
Array of objects (items) Container for debit memo items. | |
reasonCode | string A code identifying the reason for the transaction. The value must be an existing reason code or empty. If you do not specify a value, Zuora uses the default reason code |
transferredToAccounting | string Whether the debit memo is transferred to an external accounting system. Use this field for integration with accounting systems, such as NetSuite. |
IntegrationId__NS | string <= 255 characters ID of the corresponding object in NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
IntegrationStatus__NS | string <= 255 characters Status of the debit memo's synchronization with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
SyncDate__NS | string <= 255 characters Date when the debit memo was synchronized with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
property name* additional property | any Custom fields of the Debit Memo object. The name of each custom field has the form |
Internal Server Error
Request Errors
{- "comment": "Details about this Debit Memo"
}
{- "accountId": "4028ab1f87121698018722f82d133fe4",
- "accountNumber": "AN_Test11679918902100",
- "amount": 100,
- "autoPay": true,
- "balance": 100,
- "beAppliedAmount": 0,
- "billToContactId": null,
- "billToContactSnapshotId": null,
- "cancelledById": null,
- "cancelledOn": null,
- "comment": "Details about this Debit Memo",
- "createdById": "97e12d40f0ab4418a95a93118b272fb6",
- "createdDate": "2023-03-27 17:38:24",
- "currency": "USD",
- "debitMemoDate": "2023-03-27",
- "dueDate": "2023-03-27",
- "einvoiceErrorCode": null,
- "einvoiceErrorMessage": null,
- "einvoiceFileId": null,
- "einvoiceStatus": null,
- "id": "4028ab1f87121698018722f8335b3ffb",
- "invoiceGroupNumber": "N-0001",
- "latestPDFFileId": null,
- "number": "DM00000001",
- "organizationLabel": "MS US",
- "paymentTerm": null,
- "postedById": null,
- "postedOn": null,
- "reasonCode": "Correcting invoice error",
- "referredCreditMemoId": null,
- "referredInvoiceId": null,
- "sequenceSetId": null,
- "sourceType": "Standalone",
- "status": "Draft",
- "success": true,
- "targetDate": null,
- "taxAmount": 0,
- "taxMessage": null,
- "taxStatus": "Complete",
- "totalTaxExemptAmount": 0,
- "transferredToAccounting": "No",
- "updatedById": "97e12d40f0ab4418a95a93118b272fb6",
- "updatedDate": "2023-03-27 17:38:27"
}