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

1a22b97afb3a

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": "b8d5e667-6764-45b0-ad0c-8796787aab28",
    "is_refundable": true,
    "name": "I'm feeling sick"
  }
]