POST api/worktask/DeleteWorkTask
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": "a7762eb7-19f0-41e3-8457-a27082752eeb",
"OrgId": "8f4825b8-1ea0-4157-ba98-1080ed236473",
"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>8f4825b8-1ea0-4157-ba98-1080ed236473</OrgId> <WorkTaskId>a7762eb7-19f0-41e3-8457-a27082752eeb</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.