Ordering through the API
To place a scheduled order through the API, you should use the Create Order endpoint, passing theactivate_by date parameter. The activate_by parameter defines when that order is scheduled for,
and it will move from the ordered to the requisition_created status when the date arrives.
If you want to query all placed orders, you may use Get Orders endpoint, passing an order_activation_types query parameter, which accept the following values ["current", "scheduled"].
- If the parameter is not provided, every order is returned.
- If
currentis provided, orders with anullactivate_bydate or withactivate_byset before the current date are returned. - If
scheduledis provided, orders with anactivate_bydate greater than the current date are returned.
Placing a Scheduled Order request
Ordering through the Junction Dashboard
To place a Scheduled Order through the dashboard, just follow the normal procedure until you reach the Lab Testing selection screen.
Select Lab Test.
Scheduled and Current orders in the dashboard using the filter in the orders listing.

Order List filter.