Get debit memos
GET {{baseUrl}}/v1/debitmemos?fieldsFilterable=<>&sort=<>
Note: The Advanced AR Settlement feature is in Limited Availability. This feature includes Unapplied Payments, Credit and Debit Memo, and Invoice Item Settlement. If you wish to have access to the feature, submit a request at Zuora Global Support.nnRetrieves the information about all debit memos associated with all customer accounts.n
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
fieldsFilterable | string | This parameter restricts the data returned in the response. You can use this parameter to supply a dimension you want to filter on.nn A single filter uses the following form: nnfieldsFilterable = field_valuen nFilters can be combined by using &. For example: fieldsFilterable = field_value & fieldsFilterable = field_valuennfieldsFilterable indicates the name of a supported field that you can use to filter the response data. The supported filterable fields of thi | |
sort | string | This parameter restricts the order of the data returned in the response. You can use this parameter to supply a dimension you want to sort on.nnA sortable field uses the following form: nnoperator field_namennYou can use at most two sortable fields in one URL path. Use a comma to separate sortable fields. For example: operator field_name, operator field_name nnoperator is used to mark the order of sequencing. The operator is optional. If you only specify the sortable field withou |