POST api/orderLine/Export
Request Information
URI Parameters
None.
Body Parameters
OrdersQueryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| orderSouce | integer |
None. |
|
| goods | integer |
None. |
|
| state | integer |
None. |
|
| status | integer |
None. |
|
| totalAmountFrom | decimal number |
None. |
|
| totalAmountEnd | decimal number |
None. |
|
| totalJiangjinFrom | decimal number |
None. |
|
| totalJiangjinEnd | decimal number |
None. |
|
| userId | string |
None. |
|
| agenterId | string |
None. |
|
| salemanId | string |
None. |
|
| orderOper | string |
None. |
|
| orderTimeFrom | date |
None. |
|
| orderTimeEnd | date |
None. |
|
| outOrder | integer |
None. |
|
| find | string |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"page": 1,
"pageSize": 2,
"orderSouce": 1,
"goods": 2,
"state": 3,
"status": 4,
"totalAmountFrom": 5.0,
"totalAmountEnd": 6.0,
"totalJiangjinFrom": 7.0,
"totalJiangjinEnd": 8.0,
"userId": "sample string 9",
"agenterId": "sample string 10",
"salemanId": "sample string 11",
"orderOper": "sample string 12",
"orderTimeFrom": "2026-06-06",
"orderTimeEnd": "2026-06-06",
"outOrder": 13,
"find": "sample string 14"
}
application/xml, text/xml
Sample:
<OrdersQueryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Football.WebApi.Controllers"> <page xmlns="http://schemas.datacontract.org/2004/07/Football.WebApi">1</page> <pageSize xmlns="http://schemas.datacontract.org/2004/07/Football.WebApi">2</pageSize> <agenterId>sample string 10</agenterId> <find>sample string 14</find> <goods>2</goods> <orderOper>sample string 12</orderOper> <orderSouce>1</orderSouce> <orderTimeEnd>2026-06-06T05:16:34.9438546+08:00</orderTimeEnd> <orderTimeFrom>2026-06-06T05:16:34.9438546+08:00</orderTimeFrom> <outOrder>13</outOrder> <salemanId>sample string 11</salemanId> <state>3</state> <status>4</status> <totalAmountEnd>6</totalAmountEnd> <totalAmountFrom>5</totalAmountFrom> <totalJiangjinEnd>8</totalJiangjinEnd> <totalJiangjinFrom>7</totalJiangjinFrom> <userId>sample string 9</userId> </OrdersQueryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/plain
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |