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>4b93329b-719e-485c-9226-472f42592102</NewMember>
  <OldMember>b55cf1cd-c5fb-42c5-a317-33ecf58bf49f</OldMember>
  <ProjectID>a7b0df00-b28d-42e0-8da7-14a5f7e4c5e9</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "a7b0df00-b28d-42e0-8da7-14a5f7e4c5e9",
  "OldMember": "b55cf1cd-c5fb-42c5-a317-33ecf58bf49f",
  "NewMember": "4b93329b-719e-485c-9226-472f42592102"
}

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.