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>a0a280a7-0bf6-4ca1-9200-02dd59a46cb0</NewMember>
  <OldMember>a884bf7d-721f-459d-91f2-779bff392d2b</OldMember>
  <ProjectID>9015c83a-5380-40de-8846-85d136372060</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "9015c83a-5380-40de-8846-85d136372060",
  "OldMember": "a884bf7d-721f-459d-91f2-779bff392d2b",
  "NewMember": "a0a280a7-0bf6-4ca1-9200-02dd59a46cb0"
}

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.