DebitReason

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.

get/organizations/{orgId}/picklists/debitreasons

Path parameters

orgIdstring required

UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.

Query parameters

pageSizeinteger

Number of Debit Reasons to retrieve per page.

nextTokenstring

nextToken for multi page retrievals.

idsstring[]

List of Debit Reason IDs to retrieve.

codesstring[]

List of Debit Reason short codes to retrieve.

archivedboolean

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

nextTokenstring

Changes

Changed in 2 of the 10 revisions of this API.222

    • the response's body type changed from no type to object for status

      response-body-type-changed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-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 object to no type for status

      response-body-type-changed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog