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>1293f19f-e7b6-48f4-801b-931115dfd876</NewMember>
  <OldMember>01702240-8558-4ce2-945d-1d0b79c40830</OldMember>
  <ProjectID>32850a37-4c76-473c-97a4-4a5dd018615f</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "32850a37-4c76-473c-97a4-4a5dd018615f",
  "OldMember": "01702240-8558-4ce2-945d-1d0b79c40830",
  "NewMember": "1293f19f-e7b6-48f4-801b-931115dfd876"
}

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.