GET api/OrderAdmin/JsedList?platformId={platformId}&GSId={GSId}&beginTime={beginTime}&endTime={endTime}&pageIndex={pageIndex}&pageSize={pageSize}
“JsedList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| platformId | “platformId”的文档。 |
Define this parameter in the request URI. |
| GSId | “GSId”的文档。 |
Define this parameter in the request URI. |
| beginTime | “beginTime”的文档。 |
Define this parameter in the request URI. |
| endTime | “endTime”的文档。 |
Define this parameter in the request URI. |
| pageIndex | “pageIndex”的文档。 |
Define this parameter in the request URI. |
| pageSize | “pageSize”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Items": [
{
"Id": 1,
"ShopName": "sample string 2",
"UserName": "sample string 3",
"OrderTotal": 4.0,
"AmountOne": 5.0,
"AmountTwo": 6.0,
"SSTAmount": 7.0,
"SettleMent": 8.0,
"CreatTime": "sample string 9"
},
{
"Id": 1,
"ShopName": "sample string 2",
"UserName": "sample string 3",
"OrderTotal": 4.0,
"AmountOne": 5.0,
"AmountTwo": 6.0,
"SSTAmount": 7.0,
"SettleMent": 8.0,
"CreatTime": "sample string 9"
},
{
"Id": 1,
"ShopName": "sample string 2",
"UserName": "sample string 3",
"OrderTotal": 4.0,
"AmountOne": 5.0,
"AmountTwo": 6.0,
"SSTAmount": 7.0,
"SettleMent": 8.0,
"CreatTime": "sample string 9"
}
],
"PageIndex": 1,
"PageCount": 2,
"Total": 3
}
application/xml, text/xml
Sample:
<JSOrderListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.Admin">
<Items>
<JSOrderModel>
<AmountOne>5</AmountOne>
<AmountTwo>6</AmountTwo>
<CreatTime>sample string 9</CreatTime>
<Id>1</Id>
<OrderTotal>4</OrderTotal>
<SSTAmount>7</SSTAmount>
<SettleMent>8</SettleMent>
<ShopName>sample string 2</ShopName>
<UserName>sample string 3</UserName>
</JSOrderModel>
<JSOrderModel>
<AmountOne>5</AmountOne>
<AmountTwo>6</AmountTwo>
<CreatTime>sample string 9</CreatTime>
<Id>1</Id>
<OrderTotal>4</OrderTotal>
<SSTAmount>7</SSTAmount>
<SettleMent>8</SettleMent>
<ShopName>sample string 2</ShopName>
<UserName>sample string 3</UserName>
</JSOrderModel>
<JSOrderModel>
<AmountOne>5</AmountOne>
<AmountTwo>6</AmountTwo>
<CreatTime>sample string 9</CreatTime>
<Id>1</Id>
<OrderTotal>4</OrderTotal>
<SSTAmount>7</SSTAmount>
<SettleMent>8</SettleMent>
<ShopName>sample string 2</ShopName>
<UserName>sample string 3</UserName>
</JSOrderModel>
</Items>
<PageCount>2</PageCount>
<PageIndex>1</PageIndex>
<Total>3</Total>
</JSOrderListModel>