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>a6199e9b-0876-4193-98ad-4e65cad47d06</NewMember>
  <OldMember>6745f73b-03c0-4dbe-9da7-60465d76d703</OldMember>
  <ProjectID>bee41c51-f270-4ca2-af7d-e837f85918a1</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "bee41c51-f270-4ca2-af7d-e837f85918a1",
  "OldMember": "6745f73b-03c0-4dbe-9da7-60465d76d703",
  "NewMember": "a6199e9b-0876-4193-98ad-4e65cad47d06"
}

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.