cancellation-reason

Get a single cancellation-reason

Get cancellation-reason data by id

get/cancellation-reasons/{id}

Path parameters

idinteger required
Example:1

Response

Object with cancellation-reason data.

idinteger required

Cancellation reason id

reasonstring required

Cancellation reason description

codestring nullable required

Cancellation reason code

archivedboolean nullable

Whether the cancellation reason has been archived

Example response

{
  "id": 1,
  "reason": "No show due to health reason",
  "code": "NSDH"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.