POST api/worktask/GetAffMemberFinishList
Request Information
URI Parameters
None.
Body Parameters
GetAffMemberFinishInput| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| TaskId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"TaskId": "62ed7fad-eac7-41a1-93f9-71e34f9d1020"
}
application/xml, text/xml
Sample:
<GetAffMemberFinishInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.Dto"> <TaskId>62ed7fad-eac7-41a1-93f9-71e34f9d1020</TaskId> <UserId>1</UserId> </GetAffMemberFinishInput>
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.