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>66507161-d143-4005-8d49-12b9c2ba2eed</NewMember>
  <OldMember>8ee47045-61de-4ab4-ba2c-7455e2423be0</OldMember>
  <ProjectID>c3723bdb-5f99-4ad1-95a7-7f68788f1e8e</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "c3723bdb-5f99-4ad1-95a7-7f68788f1e8e",
  "OldMember": "8ee47045-61de-4ab4-ba2c-7455e2423be0",
  "NewMember": "66507161-d143-4005-8d49-12b9c2ba2eed"
}

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.