POST api/order/history

Request Information

URI Parameters

None.

Body Parameters

EntityOrderHistoryRequest
NameDescriptionTypeAdditional information
SearchKey

string

None.

skip

integer

None.

Take

integer

None.

StartDate

string

None.

EndDate

string

None.

StatusValue

integer

None.

gatewayValue

integer

None.

Sort

integer

None.

PortfolioId

integer

None.

MinTotal

integer

None.

MaxTotal

integer

None.

SortKey

string

None.

SortOrder

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchKey": "sample string 1",
  "skip": 2,
  "Take": 3,
  "StartDate": "sample string 4",
  "EndDate": "sample string 5",
  "StatusValue": 1,
  "gatewayValue": 1,
  "Sort": 6,
  "PortfolioId": 7,
  "MinTotal": 1,
  "MaxTotal": 1,
  "SortKey": "sample string 8",
  "SortOrder": "sample string 9"
}

application/xml, text/xml

Sample:
<EntityOrderHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
  <EndDate>sample string 5</EndDate>
  <MaxTotal>1</MaxTotal>
  <MinTotal>1</MinTotal>
  <PortfolioId>7</PortfolioId>
  <SearchKey>sample string 1</SearchKey>
  <Sort>6</Sort>
  <SortKey>sample string 8</SortKey>
  <SortOrder>sample string 9</SortOrder>
  <StartDate>sample string 4</StartDate>
  <StatusValue>1</StatusValue>
  <Take>3</Take>
  <gatewayValue>1</gatewayValue>
  <skip>2</skip>
</EntityOrderHistoryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.