POST api/v1/GetOrders
Request Information
URI Parameters
None.
Body Parameters
OrderProp| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.