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": "32e9a158-1775-4fa7-b5fa-30753af5cd94",
  "ZoomLevel": 1,
  "Values": {
    "2025-07-16T12:42:49.6417802+00:00": 2.0
  }
}

Response Information

Resource Description

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

Response Formats

application/json, text/json

Sample:
{
  "2025-07-16T12:42:49.6417802+00:00": 2.0
}