Updates an order with the notification id
Should only be invoked for verified users (logged into account or verified email address)
Path parameters
-
UUID of an order that has been sent to a lab
Body Required
-
Notification ID sent from Data4Life that can be used later to notify them that lab results have been uploaded.
PUT
/orders/{orderId}
curl \
-X PUT https://api.labres.dev.healthmetrix.com/v1/orders/{orderId} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"notificationId":"string"}'
Request example
{
"notificationId": "string"
}
Request examples
{
"notificationId": "string"
}
Response examples (500)
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}