POST api/worktask/GetWorkTaskDetailForAdmin
Request Information
URI Parameters
None.
Body Parameters
PublicWorkTaskIdInput| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkTaskId | globally unique identifier |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| ButtonId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkTaskId": "ceea6c74-3b5a-47d5-88a1-f2153df73815",
"OrgId": "ce58115e-5308-43cf-9b91-3417a1ebf657",
"ButtonId": "sample string 2"
}
application/xml, text/xml
Sample:
<PublicWorkTaskIdInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.Dto"> <ButtonId>sample string 2</ButtonId> <OrgId>ce58115e-5308-43cf-9b91-3417a1ebf657</OrgId> <WorkTaskId>ceea6c74-3b5a-47d5-88a1-f2153df73815</WorkTaskId> </PublicWorkTaskIdInput>
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.