POST api/taskDispatch/GetWorkTaskDispatchDetail
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": "44c40d83-cbb8-4c7e-bc38-c573d2a107fd",
"TaskReceiveId": "5096ce6c-d98b-4a15-8e2b-f79543d4f88d",
"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>44c40d83-cbb8-4c7e-bc38-c573d2a107fd</Id> <TaskReceiveId>5096ce6c-d98b-4a15-8e2b-f79543d4f88d</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.