POST api/worktask/RevokeWorkTask

Request Information

URI Parameters

None.

Body Parameters

PublicWorkTaskIdInput
NameDescriptionTypeAdditional information
WorkTaskId

globally unique identifier

None.

OrgId

globally unique identifier

None.

ButtonId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WorkTaskId": "2cf483f0-4c76-4a38-ad84-40e0dc3b03c7",
  "OrgId": "8025acde-b3cc-4378-887c-c307acdaa8d0",
  "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>8025acde-b3cc-4378-887c-c307acdaa8d0</OrgId>
  <WorkTaskId>2cf483f0-4c76-4a38-ad84-40e0dc3b03c7</WorkTaskId>
</PublicWorkTaskIdInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.