POST
/
v3
/
order
/
{order_id}
/
test
curl --request POST \
     --url '{{BASE_URL}}/v3/order/<order_id>/test' \
     --header 'x-vital-api-key: {YOUR_KEY}'
"<any>"

Authorizations

x-vital-api-key
string
headerrequired

API key based authentication

Path Parameters

order_id
string
required

Query Parameters

final_status
enum<string>

An enumeration.

Available options:
received.walk_in_test.ordered,
received.walk_in_test.requisition_created,
completed.walk_in_test.completed,
sample_with_lab.walk_in_test.partial_results,
failed.walk_in_test.sample_error,
cancelled.walk_in_test.cancelled,
received.at_home_phlebotomy.ordered,
received.at_home_phlebotomy.requisition_created,
collecting_sample.at_home_phlebotomy.appointment_pending,
collecting_sample.at_home_phlebotomy.appointment_scheduled,
collecting_sample.at_home_phlebotomy.draw_completed,
collecting_sample.at_home_phlebotomy.appointment_cancelled,
completed.at_home_phlebotomy.completed,
sample_with_lab.at_home_phlebotomy.partial_results,
cancelled.at_home_phlebotomy.cancelled,
failed.at_home_phlebotomy.sample_error,
received.testkit.ordered,
received.testkit.awaiting_registration,
received.testkit.requisition_created,
received.testkit.registered,
collecting_sample.testkit.transit_customer,
collecting_sample.testkit.out_for_delivery,
collecting_sample.testkit.with_customer,
collecting_sample.testkit.transit_lab,
sample_with_lab.testkit.delivered_to_lab,
completed.testkit.completed,
failed.testkit.failure_to_deliver_to_customer,
failed.testkit.failure_to_deliver_to_lab,
failed.testkit.sample_error,
failed.testkit.lost,
cancelled.testkit.cancelled,
cancelled.testkit.do_not_process
delay
integer

Response

200 - application/json

The response is of type any.