POST api/User/GetTransferList
获取传递列表
Request Information
URI Parameters
None.
Body Parameters
TransferOrderPagerParam| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Status | string |
None. |
|
| CompanyId | integer |
None. |
|
| Where | string |
None. |
|
| IsDeleted | string |
None. |
|
| Where | ExpressionOfFuncOfT_TransferOrderAndBoolean |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortBy | string |
None. |
|
| SortOrder | string |
None. |
|
| SortOrderStr | string |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"Status": "sample string 1",
"CompanyId": 1,
"Where": "sample string 2",
"IsDeleted": "undeleted",
"Page": 3,
"PageSize": 4,
"SortBy": "sample string 5",
"SortOrder": "sample string 6",
"SortOrderStr": " desc ",
"Skip": 8,
"Take": 4
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取传递列表
ResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code |
返回码 |
ResultCode |
None. |
| Message |
返回信息 |
string |
None. |
| Data |
返回的数据 |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 10000,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EKP.WeChatAppApi.Models"> <Code>Success</Code> <Data /> <Message>sample string 1</Message> </ResultModel>