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>ea947da2-13f4-4204-8470-87d450c8d328</NewMember>
  <OldMember>cc7d7aae-8f86-4390-ad1c-e6367e89c8e7</OldMember>
  <ProjectID>6f56e9a5-03f3-4454-b28d-de0e6420ee5a</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "6f56e9a5-03f3-4454-b28d-de0e6420ee5a",
  "OldMember": "cc7d7aae-8f86-4390-ad1c-e6367e89c8e7",
  "NewMember": "ea947da2-13f4-4204-8470-87d450c8d328"
}

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.