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": "89b10cda-3be5-441e-be8e-599304a1d8ef",
  "ZoomLevel": 1,
  "Values": {
    "2026-07-01T06:01:46.2685158+00:00": 2.0
  }
}

Response Information

Resource Description

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

Response Formats

application/json, text/json

Sample:
{
  "2026-07-01T06:01:46.2685158+00:00": 2.0
}