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": "8f4fba59-4740-4287-8f07-961ff904568f",
"ZoomLevel": 1,
"Values": {
"2025-11-29T09:37:02.9511924+00:00": 2.0
}
}
Response Information
Resource Description
Dictionary of date [key] and decimal number [value]Response Formats
application/json, text/json
Sample:
{
"2025-11-29T09:37:02.9511924+00:00": 2.0
}