POST api/enterpriseteams/{TeamId}/allocations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamId | globally unique identifier |
Required |
Body Parameters
TeamAllocationsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | date |
None. |
|
| End | date |
None. |
|
| Zoom | Zoom |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": "2025-12-03T13:07:20.7378034+00:00",
"End": "2025-12-03T13:07:20.7378034+00:00",
"Zoom": 1
}
Response Information
Resource Description
Collection of Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
[
{
"sample string 1": {},
"sample string 3": {}
},
{
"sample string 1": {},
"sample string 3": {}
}
]