Status clinic ordernumber
Get /status { "orderId": "abc1234", }
Authorizations
Query parameters
orderIdstringOptional
Clinic Order Number
Responses
200
Returns the status of the order.
application/json
400
The OrderId is not valid or does not exist in CloudRx System.
application/json
401
Unauthorized
403
Forbidden
404
Not Found
application/json
500
CloudRx system is in fault state.
application/json
get
GET /api/v1/Order/status-clinic-ordernumber HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"clinicOrderId": "text",
"pharmacyOrderId": "text",
"orderStatus": "text",
"dispatchDate": "2025-06-24T18:01:27.847Z",
"trackingId": "text",
"cancelReason": "text"
}
Last updated