Notes:
Updates the basic and finance information about a credit 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. |
autoApplyUponPosting | boolean Whether the credit memo automatically applies to the invoice upon posting. |
comment | string [ 0 .. 255 ] characters Comments about the credit memo. |
effectiveDate | string <date> The date when the credit memo takes effect. |
excludeFromAutoApplyRules | boolean Whether the credit memo is excluded from the rule of automatically applying unapplied credit memos to invoices and debit memos during payment runs. If you set this field to |
Array of objects (items) Container for credit 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 credit 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 credit memo's synchronization with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
Origin__NS | string <= 255 characters Origin of the corresponding object in NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
SyncDate__NS | string <= 255 characters Date when the credit memo was synchronized with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
Transaction__NS | string <= 255 characters Related transaction in NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
property name* additional property | any Custom fields of the Credit Memo object. The name of each custom field has the form |
Internal Server Error
Request Errors
{- "comment": "Details about this Credit Memo"
}
{- "id": "8ad081dd91698b2801916e637b19583f",
- "number": "CM00000008",
- "accountId": "8ad09be48db5aba7018db604776d4854",
- "accountNumber": "A00000097",
- "currency": "USD",
- "creditMemoDate": "2024-08-19",
- "targetDate": null,
- "postedById": null,
- "postedOn": null,
- "status": "Draft",
- "amount": 14.99,
- "taxAmount": 0,
- "totalTaxExemptAmount": 0,
- "unappliedAmount": 14.99,
- "refundAmount": 0,
- "appliedAmount": 0,
- "comment": "Details about this Credit Memo",
- "source": "AdhocFromPrpc",
- "sourceId": null,
- "referredInvoiceId": null,
- "reasonCode": "Ad hoc credit",
- "createdDate": "2024-08-19 23:04:59",
- "createdById": "8ad09fc28193c189018194da28be74ba",
- "updatedDate": "2024-08-19 23:05:55",
- "updatedById": "b243314d594646d3b2651aeedd4be47e",
- "cancelledOn": null,
- "cancelledById": null,
- "latestPDFFileId": null,
- "transferredToAccounting": "No",
- "excludeFromAutoApplyRules": true,
- "autoApplyUponPosting": false,
- "reversed": false,
- "taxStatus": "Complete",
- "sourceType": "Standalone",
- "taxMessage": null,
- "billToContactId": null,
- "billToContactSnapshotId": null,
- "sequenceSetId": null,
- "invoiceGroupNumber": null,
- "success": true
}