POST admin/order/export

Request Information

URI Parameters

None.

Body Parameters

RqPageFilterOfOrderForOperatorFilter
NameDescriptionTypeAdditional information
pageNo

integer

None.

keywords

string

None.

modelFilter

OrderForOperatorFilter

None.

Request Formats

application/json, text/json

Sample:
{
  "pageNo": 1,
  "keywords": "sample string 2",
  "modelFilter": {
    "CategoryCode": "sample string 1",
    "StatusId": 2,
    "SettlementId": 3,
    "ShipStatusId": 4,
    "PaywayId": 5,
    "StartDate": "sample string 6",
    "EndDate": "sample string 7",
    "SellerId": 8,
    "ProductTypeId": 9
  }
}

application/xml, text/xml

Sample:
<RqPageFilterOfOrderForOperatorFilterZ_PTyOvyo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model">
  <keywords>sample string 2</keywords>
  <modelFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/YHT.Core">
    <d2p1:CategoryCode>sample string 1</d2p1:CategoryCode>
    <d2p1:EndDate>sample string 7</d2p1:EndDate>
    <d2p1:PaywayId>5</d2p1:PaywayId>
    <d2p1:ProductTypeId>9</d2p1:ProductTypeId>
    <d2p1:SellerId>8</d2p1:SellerId>
    <d2p1:SettlementId>3</d2p1:SettlementId>
    <d2p1:ShipStatusId>4</d2p1:ShipStatusId>
    <d2p1:StartDate>sample string 6</d2p1:StartDate>
    <d2p1:StatusId>2</d2p1:StatusId>
  </modelFilter>
  <pageNo>1</pageNo>
</RqPageFilterOfOrderForOperatorFilterZ_PTyOvyo>

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 'RqPageFilter`1'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.