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>8b824a34-6625-4206-8a8c-ecfd38a37911</NewMember>
  <OldMember>a7fe585c-3562-434a-8306-2275a4d907ee</OldMember>
  <ProjectID>9036681c-3792-4c3a-be5c-5c745bf11811</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "9036681c-3792-4c3a-be5c-5c745bf11811",
  "OldMember": "a7fe585c-3562-434a-8306-2275a4d907ee",
  "NewMember": "8b824a34-6625-4206-8a8c-ecfd38a37911"
}

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.