GET api/orders/getSimple/{programid}?orderid={orderid}&clientKey={clientKey}

Get the order details of an order id

Request Information

Parameters

NameDescriptionAdditional 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.

clientKey

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": [
    {},
    {},
    {}
  ]
}