Lab Testing - Orders
Get Requisition Form PDF
GET requisition pdf for an order
GET
/v3/order/{order_id}/requisition/pdf
x-vital-api-key*
This response has no body data.
curl --request GET \
--url '{{BASE_URL}}/v3/order/<order_id>/requisition/pdf' \
--header 'accept: application/pdf' \
--header 'x-vital-api-key: {YOUR_KEY}'
--output file.pdf
Path Parameters
order_idrequired
string
Your Order ID.
Response
200 - application/json
The response is of type any
.
curl --request GET \
--url '{{BASE_URL}}/v3/order/<order_id>/requisition/pdf' \
--header 'accept: application/pdf' \
--header 'x-vital-api-key: {YOUR_KEY}'
--output file.pdf
This response has no body data.