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>e33daa7f-a589-4a08-ace4-805b1fe16e52</NewMember>
  <OldMember>17deece1-a7f7-48a3-a42a-fc41bb61caa3</OldMember>
  <ProjectID>45f8c934-934b-41ad-8814-0bf5842d4a72</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "45f8c934-934b-41ad-8814-0bf5842d4a72",
  "OldMember": "17deece1-a7f7-48a3-a42a-fc41bb61caa3",
  "NewMember": "e33daa7f-a589-4a08-ace4-805b1fe16e52"
}

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.