POST api/enterpriseteams/{TeamId}/updateallocation
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamId | globally unique identifier |
Required |
Body Parameters
TeamAllocationRequest| Name | Description | Type | Additional 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": "2570c2a9-8a59-4bbe-99cd-47af63c3c57f",
"ZoomLevel": 1,
"Values": {
"2026-07-21T13:11:38.3266383+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-21T13:11:38.3266383+00:00": 2.0
}