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": "d00ed0a7-a8a8-48e2-b76a-3b378bdfc5c7",
    "is_refundable": true,
    "name": "I'm feeling sick"
  }
]