
GetOrderStatus
The “GetOrderStatus” API method allows client applications to retrieve the status of an order that was previously submitted. This method accepts the following parameters and returns the response as mentioned below.
Request:
The parameter values should be sent as query parameters.
GET:https://tridentapimanagement.azureapi.net/api/orders/getorderstatus?Integration=EMR&FacilityID=1440&OrderID=10007
Response:
Upon successful validation, the API method returns the status for the requested order. In case of any failures, an appropriate error message will be returned.
Success Messages:
{
"orderID": "10007",
"orderstatusID": "1",
"orderStatus": "Open"
}*The possible “OrderStatus” response value has been listed below.