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": "009e70e9-9f4c-49b7-8d3d-e69b099589fa",
  "ZoomLevel": 1,
  "Values": {
    "2026-06-05T16:26:55.2581183+00:00": 2.0
  }
}

Response Information

Resource Description

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

Response Formats

application/json, text/json

Sample:
{
  "2026-06-05T16:26:55.2737419+00:00": 2.0
}