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>e2af2ef3-490b-4a79-bb91-9bd278f262e9</NewMember>
  <OldMember>b80f8004-38c5-43f7-a11e-bce6629434a5</OldMember>
  <ProjectID>625a3e31-be8e-48f9-9f3a-796bd6202d17</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "625a3e31-be8e-48f9-9f3a-796bd6202d17",
  "OldMember": "b80f8004-38c5-43f7-a11e-bce6629434a5",
  "NewMember": "e2af2ef3-490b-4a79-bb91-9bd278f262e9"
}

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.