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>a17489e3-f71a-4b1a-8d14-d947c99307fb</NewMember>
  <OldMember>4b040acf-6871-4f86-a340-b57070c442a4</OldMember>
  <ProjectID>a6e250d2-5d05-4fa9-afe4-d6033282512c</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "a6e250d2-5d05-4fa9-afe4-d6033282512c",
  "OldMember": "4b040acf-6871-4f86-a340-b57070c442a4",
  "NewMember": "a17489e3-f71a-4b1a-8d14-d947c99307fb"
}

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.