POST api/orderLine/GetUnClaimedOrderId
Request Information
URI Parameters
None.
Body Parameters
GetUnClaimedOrderIdReq| Name | Description | Type | Additional information |
|---|---|---|---|
| orderSouce | integer |
None. |
|
| goods | 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. |
Request Formats
application/json, text/json
Sample:
{
"orderSouce": 1,
"goods": 2,
"totalAmountFrom": 3.0,
"totalAmountEnd": 4.0,
"totalJiangjinFrom": 5.0,
"totalJiangjinEnd": 6.0,
"userId": "sample string 7",
"agenterId": "sample string 8",
"salemanId": "sample string 9",
"orderOper": "sample string 10",
"orderTimeFrom": "2026-06-06",
"orderTimeEnd": "2026-06-06",
"outOrder": 11,
"find": "sample string 12"
}
application/xml, text/xml
Sample:
<GetUnClaimedOrderIdReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Football.WebApi.Controllers"> <agenterId>sample string 8</agenterId> <find>sample string 12</find> <goods>2</goods> <orderOper>sample string 10</orderOper> <orderSouce>1</orderSouce> <orderTimeEnd>2026-06-06T05:21:12.5462753+08:00</orderTimeEnd> <orderTimeFrom>2026-06-06T05:21:12.5462753+08:00</orderTimeFrom> <outOrder>11</outOrder> <salemanId>sample string 9</salemanId> <totalAmountEnd>4</totalAmountEnd> <totalAmountFrom>3</totalAmountFrom> <totalJiangjinEnd>6</totalJiangjinEnd> <totalJiangjinFrom>5</totalJiangjinFrom> <userId>sample string 7</userId> </GetUnClaimedOrderIdReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/plain
Sample:
Sample not available.
Response Information
Resource Description
ResultMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| message | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"code": 3
}
application/xml, text/xml
Sample:
<ResultMsg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Football.Model"> <Code>3</Code> <Message>sample string 2</Message> <Success>true</Success> </ResultMsg>