POST api/taskDispatch/GetTaskExecutionDetailForUser
Request Information
URI Parameters
None.
Body Parameters
GetWorkTaskDispatchDetailIntput| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| TaskReceiveId | globally unique identifier |
None. |
|
| ExecutionStatus | ExecutionStatus |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"Id": "ba796d59-8d70-4bdf-9ede-c80d0304a4f1",
"TaskReceiveId": "bf157bcf-1f83-4b29-8aa6-f7f55746de15",
"ExecutionStatus": 0
}
application/xml, text/xml
Sample:
<GetWorkTaskDispatchDetailIntput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.Dto"> <ExecutionStatus>未阅读</ExecutionStatus> <Id>ba796d59-8d70-4bdf-9ede-c80d0304a4f1</Id> <TaskReceiveId>bf157bcf-1f83-4b29-8aa6-f7f55746de15</TaskReceiveId> <UserId>1</UserId> </GetWorkTaskDispatchDetailIntput>
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.