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>4e023c9e-d0c6-4361-99d2-713068a65701</NewMember>
  <OldMember>a2a9a2fa-5e90-4879-8141-2e06158e9c0d</OldMember>
  <ProjectID>5024775b-d6da-4bac-82f4-d60d9f3c1090</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "5024775b-d6da-4bac-82f4-d60d9f3c1090",
  "OldMember": "a2a9a2fa-5e90-4879-8141-2e06158e9c0d",
  "NewMember": "4e023c9e-d0c6-4361-99d2-713068a65701"
}

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.