POST api/worktask/GetTaskDispatchId
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": "6c313194-787f-4b25-9651-7e5e1dbd5f2c",
"OrgId": "da00c2bc-754b-4fb3-b2bb-3bee00a01aa2",
"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>da00c2bc-754b-4fb3-b2bb-3bee00a01aa2</OrgId> <WorkTaskId>6c313194-787f-4b25-9651-7e5e1dbd5f2c</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.