POST api/task/groups/move
Request Information
URI Parameters
None.
Body Parameters
TaskWorklogMoveDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | globally unique identifier |
None. |
|
| WorklogID | globally unique identifier |
None. |
|
| GroupID | globally unique identifier |
None. |
|
| SortOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": "1ef281b6-5ee7-4536-9894-de6754acf14f",
"WorklogID": "23a683ca-b8d4-4ce5-8142-f00c2cdfe99b",
"GroupID": "173c2112-178d-4885-81c7-bb707c3c37d8",
"SortOrder": 3
}
application/xml, text/xml
Sample:
<TaskWorklogMoveDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO"> <GroupID>173c2112-178d-4885-81c7-bb707c3c37d8</GroupID> <MemberID>1ef281b6-5ee7-4536-9894-de6754acf14f</MemberID> <SortOrder>3</SortOrder> <WorklogID>23a683ca-b8d4-4ce5-8142-f00c2cdfe99b</WorklogID> </TaskWorklogMoveDTO>
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.