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.
Retrieves information about a specific item of a debit memo. A debit memo item is a single line item in a debit memo.
dmitemid required | string The unique ID of a debit memo item. You can get the debit memo item ID from the response of List debit memo items. |
debitMemoKey required | string The unique ID or number of a debit memo. For example, 8a8082e65b27f6c3015ba419f3c2644e or DM00000001. |
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
{- "amount": 1,
- "amountWithoutTax": 1,
- "appliedToItemId": "402890555a7d4022015a2dadb3b700a6",
- "balance": 1,
- "beAppliedAmount": 0,
- "comment": "aa",
- "createdById": "402881e522cf4f9b0122cf5d82860002",
- "createdDate": "2017-03-01 17:01:00",
- "excludeItemBillingFromRevenueAccounting": true,
- "financeInformation": {
- "deferredRevenueAccountingCode": "Subscription Revenue",
- "deferredRevenueAccountingCodeType": "SalesRevenue",
- "recognizedRevenueAccountingCode": "Subscription Revenue",
- "recognizedRevenueAccountingCodeType": "SalesRevenue"
}, - "id": "402890555a87d7f5015a8919e500002f",
- "processingType": "Charge",
- "quantity": 1,
- "serviceEndDate": "2017-03-26",
- "serviceStartDate": "2017-02-27",
- "sku": "SKU-00000002",
- "skuName": "ZTax Component",
- "soldToContactId": "402881e522cf4f9b0122cf5d82860003",
- "soldToContactSnapshotId": "402881e522cf4f9b0122cf5d82860004",
- "sourceItemId": "402890555a7d4022015a7dadb3b700a6",
- "sourceItemType": "InvoiceDetail",
- "subscriptionId": null,
- "success": true,
- "taxMode": "TaxExclusive",
- "taxationItems": {
- "data": [
- {
- "balance": 5,
- "creditAmount": 0,
- "exemptAmount": 0,
- "financeInformation": {
- "salesTaxPayableAccountingCode": null,
- "salesTaxPayableAccountingCodeType": null
}, - "id": "402890555a87d7f5015a8919e8450031",
- "jurisdiction": "USA",
- "locationCode": "",
- "name": "my tax",
- "paymentAmount": 0,
- "sourceTaxItemId": "402890555a7d4022015a7dadb39b00a1",
- "taxAmount": 5,
- "taxCode": "ZtaxCode",
- "taxCodeDescription": "",
- "taxDate": "2017-02-27",
- "taxRate": 5,
- "taxRateDescription": "desc3",
- "taxRateType": "FlatFee"
}
]
}, - "unitOfMeasure": "Each",
- "unitPrice": 1,
- "updatedById": "402881e522cf4f9b0122cf5d82860002",
- "updatedDate": "2017-03-01 17:01:00"
}