Note: This operation is only available if you have Invoice Settlement enabled. The Invoice Settlement feature is generally available as of Zuora Billing Release 296 (March 2021). This feature includes Unapplied Payments, Credit and Debit Memo, and Invoice Item Settlement. If you want to enable Invoice Settlement, see Invoice Settlement Enablement and Checklist Guide for more information.
Creates multiple debit memos from invoices or product rate plan charges. You can create a maximum of 50 debit memos in one single request.
sourceType
request field to Invoice
, you can create multiple debit memos from invoices.sourceType
request field to Standalone
, you can create multiple debit memos from product rate plan charges.The debit memos that are created are each in separate database transactions. If the creation of one debit memo fails, other debit memos can still be created successfully.
You can create debit memos only if you have the user permission. See Billing Roles for more information.
Idempotency-Key | string <= 255 characters Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident. |
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. |
zuora-version | string The minor API version. For a list of available minor versions, see API upgrades. |
Internal Server Error
Request Errors
{- "sourceType": "Invoice",
- "memos": [
- {
- "autoPay": true,
- "comment": "the comment",
- "effectiveDate": "2017-11-30",
- "items": [
- {
- "amount": 1,
- "autoPost": false,
- "comment": "This is comment!",
- "invoiceItemId": "402890555a7d4022015a7dadb3b700a6",
- "quantity": 1,
- "serviceEndDate": "2017-11-30",
- "serviceStartDate": "2017-11-01",
- "skuName": "SKU-30",
- "taxItems": [
- {
- "amount": 0.01,
- "jurisdiction": "CALIFORNIA",
- "locationCode": "06",
- "sourceTaxItemId": "402890555a7d4022015a7dadb39b00a1",
- "taxCode": null,
- "taxCodeDescription": null,
- "taxDate": "2017-11-30",
- "taxExemptAmount": 0,
- "taxName": "STATE TAX",
- "taxRate": 0.0625,
- "taxRateDescription": "This is tax rate description!",
- "taxRateType": "Percentage"
}
], - "taxMode": "TaxExclusive",
- "unitOfMeasure": "Test_UOM"
}
], - "reasonCode": "Charge Dispute"
}
]
}
{- "memos": [
- {
- "accountId": "4028ab1f87121698018712fef63e33cb",
- "accountNumber": "AN_Test11679650911374",
- "amount": 100,
- "autoPay": true,
- "balance": 100,
- "beAppliedAmount": 0,
- "billToContactId": null,
- "billToContactSnapshotId": null,
- "cancelledById": null,
- "cancelledOn": null,
- "comment": "This is a comment",
- "createdById": "3e2bcd869cea43eeb00d7a20cc1cb72b",
- "createdDate": "2023-03-24 15:12:01",
- "currency": "USD",
- "debitMemoDate": "2023-03-24",
- "dueDate": "2023-03-24",
- "einvoiceErrorCode": null,
- "einvoiceErrorMessage": null,
- "einvoiceFileId": null,
- "einvoiceStatus": null,
- "id": "4028ab1f87121698018712ff1b0633e2",
- "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": "3e2bcd869cea43eeb00d7a20cc1cb72b",
- "updatedDate": "2023-03-24 15:12:01"
}, - {
- "objectIndex": 1,
- "processId": "0356073CB721291A",
- "reasons": [
- {
- "code": 50000040,
- "message": "Cannot find a Invoice instance with id test."
}
], - "success": false
}
], - "success": true
}