GET api/orders/GetOrderHistoryStatus/{programName}?clientKey={clientKey}&ContactId={ContactId}&startDate={startDate}&endDate={endDate}

This will return the order status data.

Request Information

Parameters

NameDescriptionAdditional information
programName

Define this parameter in the request URI.

clientKey

Define this parameter in the request URI.

ContactId

Define this parameter in the request URI.

startDate

Define this parameter in the request URI.

endDate

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "data": [
    {},
    {},
    {}
  ]
}