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.
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.