OpenAPI 3.1.0raw.githubusercontent.com2026-08-182076961.5 MB

b5e96cd8d929

order

Get Phlebotomy Appointment Cancellation Reasons

get/v3/order/psc/appointment/cancellation-reasons

Response

Successful Response

idstring uuid4 required
namestring required
is_refundableboolean required

Example response

[
  {
    "id": "b40f312b-568c-4a19-b07c-04ce257b1caf",
    "is_refundable": true,
    "name": "I'm feeling sick"
  }
]