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

034402e2bbe3

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": "3a8b6636-6fef-4dc8-99d2-9b1f04c1050b",
    "is_refundable": true,
    "name": "I'm feeling sick"
  }
]