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. |
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 do not need to set this header. |
zuora-version | string The minor version of the Zuora REST API. See Minor Version for information about REST API version control. This header affects the availability of the following response fields:
|
{- "id": "402890555a87d7f5015a8919e500002f",
- "amount": 1,
- "amountWithoutTax": 1,
- "beAppliedAmount": 0,
- "balance": 1,
- "quantity": 1,
- "taxMode": "TaxExclusive",
- "sku": "SKU-00000002",
- "skuName": "ZTax Component",
- "serviceStartDate": "2017-02-27",
- "serviceEndDate": "2017-03-26",
- "sourceItemType": "InvoiceDetail",
- "sourceItemId": "402890555a7d4022015a7dadb3b700a6",
- "appliedToItemId": "402890555a7d4022015a2dadb3b700a6",
- "processingType": "Charge",
- "createdDate": "2017-03-01 17:01:00",
- "excludeItemBillingFromRevenueAccounting": true,
- "createdById": "402881e522cf4f9b0122cf5d82860002",
- "updatedDate": "2017-03-01 17:01:00",
- "updatedById": "402881e522cf4f9b0122cf5d82860002",
- "comment": "aa",
- "subscriptionId": null,
- "unitOfMeasure": "Each",
- "unitPrice": 1,
- "financeInformation": {
- "deferredRevenueAccountingCode": "Subscription Revenue",
- "deferredRevenueAccountingCodeType": "SalesRevenue",
- "recognizedRevenueAccountingCode": "Subscription Revenue",
- "recognizedRevenueAccountingCodeType": "SalesRevenue"
}, - "taxationItems": {
- "data": [
- {
- "id": "402890555a87d7f5015a8919e8450031",
- "sourceTaxItemId": "402890555a7d4022015a7dadb39b00a1",
- "taxAmount": 5,
- "balance": 5,
- "paymentAmount": 0,
- "creditAmount": 0,
- "name": "my tax",
- "exemptAmount": 0,
- "jurisdiction": "USA",
- "locationCode": "",
- "taxCode": "ZtaxCode",
- "taxCodeDescription": "",
- "taxDate": "2017-02-27",
- "taxRate": 5,
- "taxRateDescription": "desc3",
- "taxRateType": "FlatFee",
- "financeInformation": {
- "salesTaxPayableAccountingCode": null,
- "salesTaxPayableAccountingCodeType": null
}
}
]
}, - "success": true
}