POST api/enterpriseteams/{TeamId}/allocations
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TeamId | globally unique identifier |
Required |
Body Parameters
TeamAllocationsRequestName | Description | Type | Additional information |
---|---|---|---|
Start | date |
None. |
|
End | date |
None. |
|
Zoom | Zoom |
None. |
Request Formats
application/json, text/json
Sample:
{ "Start": "2024-12-14T12:51:07.2583066+00:00", "End": "2024-12-14T12:51:07.2583066+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": {} } ]