List Debit Reasons
Retrieve a list of the Debit Reason entities created for your Organization. You can filter the list returned for the call by Debit Reason ID, Debit Reason short code, or by Archive status.
Path parameters
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.
Query parameters
Number of Debit Reasons to retrieve per page.
nextToken for multi page retrievals.
List of Debit Reason IDs to retrieve.
List of Debit Reason short codes to retrieve.
Filter using the boolean archived flag. DebitReasons can be archived if they are obsolete.
- TRUE includes DebitReasons that have been archived.
- FALSE excludes archived DebitReasons.
Response
List of Debit Reasons
Changes
Changed in 2 of the 10 revisions of this API.222
- ▲
the response's body type changed from no type to
objectfor statusresponse-body-type-changed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type changed from
objectto no type for statusresponse-body-type-changed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲