v74

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-072076961.5 MB
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": "93848959-dd3f-43b0-b8e2-c2f6989ed963",
    "is_refundable": true,
    "name": "I'm feeling sick"
  }
]