POST api/taskDispatch/GetAffiliateMemberList
Request Information
URI Parameters
None.
Body Parameters
GetWorkTaskDispatchInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SkipCount | integer |
None. |
|
| MaxResultCount | integer |
None. |
|
| Status | integer |
None. |
|
| UserId | integer |
None. |
|
| OrgId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SkipCount": 1,
"MaxResultCount": 2,
"Status": 3,
"UserId": 1,
"OrgId": "9dced13d-6d4a-4bf2-849b-52d34ca5731e"
}
application/xml, text/xml
Sample:
<GetWorkTaskDispatchInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.Dto"> <MaxResultCount>2</MaxResultCount> <OrgId>9dced13d-6d4a-4bf2-849b-52d34ca5731e</OrgId> <SkipCount>1</SkipCount> <Status>3</Status> <UserId>1</UserId> </GetWorkTaskDispatchInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.