POST api/enterpriseteams/{TeamId}/updateallocation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TeamId | globally unique identifier |
Required |
Body Parameters
TeamAllocationRequestName | 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": "3325583b-4756-430e-9994-9f66c26f7919", "ZoomLevel": 1, "Values": { "2025-05-23T21:36:09.9229692+00:00": 2.0 } }
Response Information
Resource Description
Dictionary of date [key] and decimal number [value]Response Formats
application/json, text/json
Sample:
{ "2025-05-23T21:36:09.9229692+00:00": 2.0 }