POST api/resources/{id}/team

Add or update a team for a resource

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

MyTeamInfo
NameDescriptionTypeAdditional information
TeamId

globally unique identifier

None.

MyAllocation

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "TeamId": "b01fd6af-19af-4e37-95b8-812182735843",
  "MyAllocation": 2.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.