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>f99968cd-4bb7-4921-a294-f374ba0ce5e6</NewMember>
  <OldMember>6f11cd4b-d4c9-49a0-87f5-cb3fc5a51b95</OldMember>
  <ProjectID>77beae20-7a74-4ec7-8cfd-38877e9cca07</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "77beae20-7a74-4ec7-8cfd-38877e9cca07",
  "OldMember": "6f11cd4b-d4c9-49a0-87f5-cb3fc5a51b95",
  "NewMember": "f99968cd-4bb7-4921-a294-f374ba0ce5e6"
}

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.