POST api/task/groups/reorder
Request Information
URI Parameters
None.
Body Parameters
TaskWorklogGroupReorderDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | globally unique identifier |
None. |
|
| GroupIDs | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": "665312ff-0ae3-4a72-ba23-b245ecd225b2",
"GroupIDs": [
"ca91fe46-aff7-4161-b161-754ed89b81ba",
"6aecd88d-d7dd-4b67-9e94-010dc1f3729b"
]
}
application/xml, text/xml
Sample:
<TaskWorklogGroupReorderDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO">
<GroupIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ca91fe46-aff7-4161-b161-754ed89b81ba</d2p1:guid>
<d2p1:guid>6aecd88d-d7dd-4b67-9e94-010dc1f3729b</d2p1:guid>
</GroupIDs>
<MemberID>665312ff-0ae3-4a72-ba23-b245ecd225b2</MemberID>
</TaskWorklogGroupReorderDTO>
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.