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": "704ef2db-24fe-4976-96f7-e2c82dabb669",
  "ZoomLevel": 1,
  "Values": {
    "2025-07-08T19:33:38.6072349+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-08T19:33:38.6072349+00:00": 2.0
}