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>1b46fda4-f96d-4ab1-b837-e84689a56975</NewMember>
  <OldMember>3007877b-9a37-4a92-a997-0a5a34f61d32</OldMember>
  <ProjectID>60d0b6c6-9204-462e-845d-f9789f8a2b0d</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "60d0b6c6-9204-462e-845d-f9789f8a2b0d",
  "OldMember": "3007877b-9a37-4a92-a997-0a5a34f61d32",
  "NewMember": "1b46fda4-f96d-4ab1-b837-e84689a56975"
}

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.