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": "418e2472-8017-4a1f-9189-81df91285a4a",
"WorklogID": "f9af6260-85e1-4c23-a6e1-0b5258995cbf",
"GroupID": "0497ac71-b453-4fc0-bd6f-e7750ceb56ea",
"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>0497ac71-b453-4fc0-bd6f-e7750ceb56ea</GroupID> <MemberID>418e2472-8017-4a1f-9189-81df91285a4a</MemberID> <SortOrder>3</SortOrder> <WorklogID>f9af6260-85e1-4c23-a6e1-0b5258995cbf</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.