Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
id globally unique identifier Required

Body Parameters (SwapTeamMember)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ProjectID globally unique identifier

OldMember globally unique identifier

NewMember globally unique identifier

Request Formats

application/xml, text/xml

Sample
<SwapTeamMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Connections.Common.DTO.Unique_DTOs">
  <NewMember>91e06ad6-1146-4a6a-8ac1-3126d8934a12</NewMember>
  <OldMember>4654652f-829e-486b-bf08-2bda1dcfb06d</OldMember>
  <ProjectID>d24c7f18-8424-4349-a8fa-d61f595e8d41</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "d24c7f18-8424-4349-a8fa-d61f595e8d41",
  "OldMember": "4654652f-829e-486b-bf08-2bda1dcfb06d",
  "NewMember": "91e06ad6-1146-4a6a-8ac1-3126d8934a12"
}

Response Information

Resource Description (IHttpActionResult)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample

Sample not available.