POST api/task/groups/reorder

Request Information

URI Parameters

None.

Body Parameters

TaskWorklogGroupReorderDTO
NameDescriptionTypeAdditional information
MemberID

globally unique identifier

None.

GroupIDs

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberID": "dd9492a1-293a-412f-b701-cc9303f0ace5",
  "GroupIDs": [
    "eb9584b4-8cc8-43dd-8090-6944ef73c416",
    "1d9eede3-cd88-4dc9-a4a7-4aca9b850ec5"
  ]
}

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>eb9584b4-8cc8-43dd-8090-6944ef73c416</d2p1:guid>
    <d2p1:guid>1d9eede3-cd88-4dc9-a4a7-4aca9b850ec5</d2p1:guid>
  </GroupIDs>
  <MemberID>dd9492a1-293a-412f-b701-cc9303f0ace5</MemberID>
</TaskWorklogGroupReorderDTO>

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.