POST api/v1/GetOrders

Request Information

URI Parameters

None.

Body Parameters

OrderProp
NameDescriptionTypeAdditional information
Token

string

None.

UserStoreId

integer

None.

MarketPlaceId

integer

None.

SearchKey

string

None.

Page

integer

None.

StartDate

string

None.

EndDate

string

None.

OrderStatus

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "UserStoreId": 2,
  "MarketPlaceId": 3,
  "SearchKey": "sample string 4",
  "Page": 5,
  "StartDate": "sample string 6",
  "EndDate": "sample string 7",
  "OrderStatus": "sample string 8"
}

application/xml, text/xml

Sample:
<OrderProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <EndDate>sample string 7</EndDate>
  <MarketPlaceId>3</MarketPlaceId>
  <OrderStatus>sample string 8</OrderStatus>
  <Page>5</Page>
  <SearchKey>sample string 4</SearchKey>
  <StartDate>sample string 6</StartDate>
  <Token>sample string 1</Token>
  <UserStoreId>2</UserStoreId>
</OrderProp>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrderProp'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.