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": "3c9dee4d-475b-4be1-ac6d-7002862fbf76",
"ZoomLevel": 1,
"Values": {
"2026-05-02T16:52:19.2687701+00:00": 2.0
}
}
Response Information
Resource Description
Dictionary of date [key] and decimal number [value]Response Formats
application/json, text/json
Sample:
{
"2026-05-02T16:52:19.2843925+00:00": 2.0
}