v1

latestOpenAPI 3.0.02026-07-26550199.6 KB
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"
}