POST api/enterpriseteams/{id}/updatemembers

Add or Update members in the team

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

Collection of TeamMember
NameDescriptionTypeAdditional information
ResourceId

globally unique identifier

None.

ResourceAllocation

decimal number

None.

AllocationType

AllocationTypes

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ResourceId": "ab306383-2150-4644-b4af-3bd55a0b0eee",
    "ResourceAllocation": 2.0,
    "AllocationType": 0
  },
  {
    "ResourceId": "ab306383-2150-4644-b4af-3bd55a0b0eee",
    "ResourceAllocation": 2.0,
    "AllocationType": 0
  }
]

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.