POST api/enterpriseteams/{TeamId}/updateallocation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TeamId

globally unique identifier

Required

Body Parameters

TeamAllocationRequest
NameDescriptionTypeAdditional information
ResourceId

globally unique identifier

None.

ZoomLevel

Zoom

None.

Values

Dictionary of date [key] and decimal number [value]

None.

Request Formats

application/json, text/json

Sample:
{
  "ResourceId": "8611e7d1-a52a-4ff9-abe2-1344f99f3801",
  "ZoomLevel": 1,
  "Values": {
    "2024-10-18T08:30:55.2209003+00:00": 2.0
  }
}

Response Information

Resource Description

Dictionary of date [key] and decimal number [value]

Response Formats

application/json, text/json

Sample:
{
  "2024-10-18T08:30:55.2209003+00:00": 2.0
}