GET api/orders/get/{programid}?orderid={orderid}
Get the order details of an order id
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
programid | Programid from veritas |
Define this parameter in the request URI. |
orderid | Id of the order needed |
Define this parameter in the request URI. |
Response Information
Order info in data
Response body formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": [ {}, {}, {} ] }