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": "dca24fad-7866-4c0e-9cbd-dffa42bb825d", "ZoomLevel": 1, "Values": { "2024-12-16T03:22:31.0558468+00:00": 2.0 } }
Response Information
Resource Description
Dictionary of date [key] and decimal number [value]Response Formats
application/json, text/json
Sample:
{ "2024-12-16T03:22:31.0558468+00:00": 2.0 }