---
title: "List all application parts of a debit memo"
method: GET
path: "/v1/debit-memos/{debitMemoId}/application-parts"
tags: ["Debit Memos"]
---

# List all application parts of a debit memo

`GET /v1/debit-memos/{debitMemoId}/application-parts`

**Note:** This operation is only available if you have [Invoice Settlement](https://docs.zuora.com?resourceId=billing-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](https://docs.zuora.com?resourceId=billing-invoice-settlement-migration-checklist-and-guide) for more information. 

Retrieves information about the payments or credit memos that are applied to a specified debit memo. 

If you use the Zuora version 341.0 or a [later available version](https://developer.zuora.com/v1-api-reference/api-versions/), this operation will return only processed payments applied to the debit memos. For Zuora versions earlier than 341.0,  it returns all payments associated with the debit memo regardless of the payment status.

## Path parameters

- `debitMemoId` string, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Response `200`

OK

- GetDebitMemoApplicationPartCollectionType
  - `applicationParts` GetDebitMemoApplicationPartType[] — Container for application parts.
    - `appliedAmount` number, double — The amount that is applied to the debit memo.
    - `createdById` string, uuid — The ID of the Zuora user who created the payment or credit memo.
    - `createdDate` string — The date and time when the payment or credit memo was created, in `yyyy-mm-dd hh:mm:ss` format. For example, 2017-12-01 15:31:10.
    - `creditMemoId` string, uuid, nullable — The ID of credit memo that is applied to the specified debit memo.
    - `paymentId` string, uuid, nullable — The ID of the payment that is applied to the specified debit memo.
    - `updatedById` string, uuid — The ID of the Zuora user who last updated the payment or credit memo.
    - `updatedDate` string — The date and time when the payment or credit memo was last updated, in `yyyy-mm-dd hh:mm:ss` format. For example, 2018-01-02 11:42:16.
  - `nextPage` string, URL — URL to retrieve the next page of the response if it exists; otherwise absent.
  - `success` boolean — Returns `true` if the request was processed successfully.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
