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>70242b1a-ae92-4c4b-93dd-90536a9d8568</NewMember>
  <OldMember>db5f9707-30a8-4031-adb6-b221b0674257</OldMember>
  <ProjectID>78da820f-df5c-417e-986f-7b3d48f9df51</ProjectID>
</SwapTeamMember>

application/json, text/json

Sample
{
  "ProjectID": "78da820f-df5c-417e-986f-7b3d48f9df51",
  "OldMember": "db5f9707-30a8-4031-adb6-b221b0674257",
  "NewMember": "70242b1a-ae92-4c4b-93dd-90536a9d8568"
}

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.