Gets the status of the order by using Pharmacy Order Number or Clinic Order Number and will need to provide Clinic Code.
Either Pharmacy OrderNumber or Clinic Number should be provided.
This Api call should also be used by the Clinic System Supplier where they would be sending scripts on behalf of Clinics.
get
Get /status
{
"orderId": 1,
"clinicOrderId": "abc1234",
"clinicCode": "cl1234",
}
Authorizations
Query parameters
orderIdinteger ยท int32Optional
Use Pharmacy Order Number
clinicOrderIdstringOptional
Your (Clinic) order reference
clinicCodestringOptional
Clinic Code.
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-with-clinic-code HTTP/1.1
Host:
Accept: */*