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

93a40e4d8cbe

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": "6348911b-6793-4952-a855-18a40b394781",
    "is_refundable": true,
    "name": "I'm feeling sick"
  }
]