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>58a115e6-70f6-4236-a7c6-dad715e5995c</NewMember>
  <OldMember>fff11cf2-44fe-4fa8-ab9a-a69cc1aaad5a</OldMember>
  <ProjectID>905c2f72-c9b6-4af3-aadd-9d12e680a3da</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "905c2f72-c9b6-4af3-aadd-9d12e680a3da",
  "OldMember": "fff11cf2-44fe-4fa8-ab9a-a69cc1aaad5a",
  "NewMember": "58a115e6-70f6-4236-a7c6-dad715e5995c"
}

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.