POST api/enterpriseteams/{TeamId}/allocations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TeamId

globally unique identifier

Required

Body Parameters

TeamAllocationsRequest
NameDescriptionTypeAdditional information
Start

date

None.

End

date

None.

Zoom

Zoom

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": "2024-10-18T08:37:33.4337193+00:00",
  "End": "2024-10-18T08:37:33.4337193+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": {}
  }
]