GET api/orders/GetOrderHistory/{programid}?ContactId={ContactId}&getItems={getItems}

This will return the last two years of Order Number, Date/Time Ordered, Status, recipient Name, Order By, Ship Via, Tracking Number

Request Information

Parameters

NameDescriptionAdditional information
programid

Define this parameter in the request URI.

ContactId

Define this parameter in the request URI.

getItems
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

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