Order
Get /status { "orderId": 1, }
- : CloudRx Order Service
- : CloudRx Product Service
- : CloudRx Sms Service
- : CloudRx Shipping Service
Use Pharmacy Order Number or your (Clinic) order reference
Returns the status of the order.
The OrderId is not valid or does not exist in CloudRx System.
Unauthorized
Forbidden
Not Found
CloudRx system is in fault state.
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 /status { "orderId": 1, "clinicOrderId": "abc1234", "clinicCode": "cl1234", }
- : CloudRx Order Service
- : CloudRx Product Service
- : CloudRx Sms Service
- : CloudRx Shipping Service
Use Pharmacy Order Number
Your (Clinic) order reference
Clinic Code.
Returns the status of the order.
The OrderId is not valid or does not exist in CloudRx System.
Unauthorized
Forbidden
Not Found
CloudRx system is in fault state.
Get /status { "orderId": "abc1234", }
- : CloudRx Order Service
- : CloudRx Product Service
- : CloudRx Sms Service
- : CloudRx Shipping Service
Clinic Order Number
Returns the status of the order.
The OrderId is not valid or does not exist in CloudRx System.
Unauthorized
Forbidden
Not Found
CloudRx system is in fault state.
Get Order Status for a given date range. Maximum number of days you can get order status is set to 3.
Get /status-date-range { "startDate": "2020-01-01", "endDate": "2020-01-03" }
- : CloudRx Order Service
- : CloudRx Product Service
- : CloudRx Sms Service
- : CloudRx Shipping Service
Date Dispatched as Start Date
Date Dispatched as End Date
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Create order for the customer and register the Clinic if it does not exist in the CloudRx System.
This Api call should also be used by the Clinic System Supplier where they would be sending scripts on behalf of Clinics.
- : CloudRx Order Service
- : CloudRx Product Service
- : CloudRx Sms Service
- : CloudRx Shipping Service
Order Model used for Creating new order.
Gets or sets.
Returns orderId on successfull creation of the order.
Model Validation Errors.
Unauthorized
Forbidden
CloudRx system is in fault state.
- : CloudRx Order Service
- : CloudRx Product Service
- : CloudRx Sms Service
- : CloudRx Shipping Service
Returns orderId on successfull creation of the order.
Model Validation Errors.
Unauthorized
Forbidden
CloudRx system is in fault state.
- : CloudRx Order Service
- : CloudRx Product Service
- : CloudRx Sms Service
- : CloudRx Shipping Service
Order Model used for Creating new order.
Gets or sets.
Returns orderId on successfull creation of the order.
Model Validation Errors.
Unauthorized
Forbidden
CloudRx system is in fault state.
Last updated