POST v3/teams/{id}/timeslots/markdetail
set team time slots by detail
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id |
Define this parameter in the request URI. |
|
| timeSlot |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"hasAvailableTimeSlot": true,
"timeSlot": "sample string 2",
"teamUnavailableTimeIds": "sample string 3",
"gameType": 0
}
application/xml, text/xml
Sample:
<TimeSlotInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.Team"> <GameType>RegularGame</GameType> <HasAvailableTimeSlot>true</HasAvailableTimeSlot> <TeamUnavailableTimeIds>sample string 3</TeamUnavailableTimeIds> <TimeSlot>sample string 2</TimeSlot> </TimeSlotInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"minTimeSlotsPerWeek": 1,
"gameTimeSlotsList": [
{
"timesOfWeek": 1,
"timeSlots": [
{
"timesOfWeek": "sample string 1",
"weekNdx": "sample string 2",
"hasAvailableTimeSlot": true,
"dayTime": "sample string 4",
"type": 5,
"id": 6,
"text": "sample string 7",
"timeSlot": "2025-10-27T07:10:45.107128-05:00",
"location": "sample string 9",
"day": "sample string 10",
"hasValue": true,
"teamUnavailableTimeIds": "sample string 12"
},
{
"timesOfWeek": "sample string 1",
"weekNdx": "sample string 2",
"hasAvailableTimeSlot": true,
"dayTime": "sample string 4",
"type": 5,
"id": 6,
"text": "sample string 7",
"timeSlot": "2025-10-27T07:10:45.107128-05:00",
"location": "sample string 9",
"day": "sample string 10",
"hasValue": true,
"teamUnavailableTimeIds": "sample string 12"
},
{
"timesOfWeek": "sample string 1",
"weekNdx": "sample string 2",
"hasAvailableTimeSlot": true,
"dayTime": "sample string 4",
"type": 5,
"id": 6,
"text": "sample string 7",
"timeSlot": "2025-10-27T07:10:45.107128-05:00",
"location": "sample string 9",
"day": "sample string 10",
"hasValue": true,
"teamUnavailableTimeIds": "sample string 12"
}
],
"weekNdx": 2,
"gameType": 0
},
{
"timesOfWeek": 1,
"timeSlots": [
{
"timesOfWeek": "sample string 1",
"weekNdx": "sample string 2",
"hasAvailableTimeSlot": true,
"dayTime": "sample string 4",
"type": 5,
"id": 6,
"text": "sample string 7",
"timeSlot": "2025-10-27T07:10:45.107128-05:00",
"location": "sample string 9",
"day": "sample string 10",
"hasValue": true,
"teamUnavailableTimeIds": "sample string 12"
},
{
"timesOfWeek": "sample string 1",
"weekNdx": "sample string 2",
"hasAvailableTimeSlot": true,
"dayTime": "sample string 4",
"type": 5,
"id": 6,
"text": "sample string 7",
"timeSlot": "2025-10-27T07:10:45.107128-05:00",
"location": "sample string 9",
"day": "sample string 10",
"hasValue": true,
"teamUnavailableTimeIds": "sample string 12"
},
{
"timesOfWeek": "sample string 1",
"weekNdx": "sample string 2",
"hasAvailableTimeSlot": true,
"dayTime": "sample string 4",
"type": 5,
"id": 6,
"text": "sample string 7",
"timeSlot": "2025-10-27T07:10:45.107128-05:00",
"location": "sample string 9",
"day": "sample string 10",
"hasValue": true,
"teamUnavailableTimeIds": "sample string 12"
}
],
"weekNdx": 2,
"gameType": 0
},
{
"timesOfWeek": 1,
"timeSlots": [
{
"timesOfWeek": "sample string 1",
"weekNdx": "sample string 2",
"hasAvailableTimeSlot": true,
"dayTime": "sample string 4",
"type": 5,
"id": 6,
"text": "sample string 7",
"timeSlot": "2025-10-27T07:10:45.107128-05:00",
"location": "sample string 9",
"day": "sample string 10",
"hasValue": true,
"teamUnavailableTimeIds": "sample string 12"
},
{
"timesOfWeek": "sample string 1",
"weekNdx": "sample string 2",
"hasAvailableTimeSlot": true,
"dayTime": "sample string 4",
"type": 5,
"id": 6,
"text": "sample string 7",
"timeSlot": "2025-10-27T07:10:45.107128-05:00",
"location": "sample string 9",
"day": "sample string 10",
"hasValue": true,
"teamUnavailableTimeIds": "sample string 12"
},
{
"timesOfWeek": "sample string 1",
"weekNdx": "sample string 2",
"hasAvailableTimeSlot": true,
"dayTime": "sample string 4",
"type": 5,
"id": 6,
"text": "sample string 7",
"timeSlot": "2025-10-27T07:10:45.107128-05:00",
"location": "sample string 9",
"day": "sample string 10",
"hasValue": true,
"teamUnavailableTimeIds": "sample string 12"
}
],
"weekNdx": 2,
"gameType": 0
}
]
}
application/xml, text/xml
Sample:
<TeamTimePreferenceOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Team">
<GameTimeSlotsList>
<GameTimeSlotsOutVO>
<GameType>RegularGame</GameType>
<TimeSlots>
<GameTimeSlotOutVO>
<Day>sample string 10</Day>
<DayTime>sample string 4</DayTime>
<HasAvailableTimeSlot>true</HasAvailableTimeSlot>
<HasValue>true</HasValue>
<ID>6</ID>
<Location>sample string 9</Location>
<TeamUnavailableTimeIds>sample string 12</TeamUnavailableTimeIds>
<Text>sample string 7</Text>
<TimeSlot>2025-10-27T07:10:45.107128-05:00</TimeSlot>
<TimesOfWeek>sample string 1</TimesOfWeek>
<Type>5</Type>
<WeekNdx>sample string 2</WeekNdx>
</GameTimeSlotOutVO>
<GameTimeSlotOutVO>
<Day>sample string 10</Day>
<DayTime>sample string 4</DayTime>
<HasAvailableTimeSlot>true</HasAvailableTimeSlot>
<HasValue>true</HasValue>
<ID>6</ID>
<Location>sample string 9</Location>
<TeamUnavailableTimeIds>sample string 12</TeamUnavailableTimeIds>
<Text>sample string 7</Text>
<TimeSlot>2025-10-27T07:10:45.107128-05:00</TimeSlot>
<TimesOfWeek>sample string 1</TimesOfWeek>
<Type>5</Type>
<WeekNdx>sample string 2</WeekNdx>
</GameTimeSlotOutVO>
<GameTimeSlotOutVO>
<Day>sample string 10</Day>
<DayTime>sample string 4</DayTime>
<HasAvailableTimeSlot>true</HasAvailableTimeSlot>
<HasValue>true</HasValue>
<ID>6</ID>
<Location>sample string 9</Location>
<TeamUnavailableTimeIds>sample string 12</TeamUnavailableTimeIds>
<Text>sample string 7</Text>
<TimeSlot>2025-10-27T07:10:45.107128-05:00</TimeSlot>
<TimesOfWeek>sample string 1</TimesOfWeek>
<Type>5</Type>
<WeekNdx>sample string 2</WeekNdx>
</GameTimeSlotOutVO>
</TimeSlots>
<TimesOfWeek>1</TimesOfWeek>
<WeekNdx>2</WeekNdx>
</GameTimeSlotsOutVO>
<GameTimeSlotsOutVO>
<GameType>RegularGame</GameType>
<TimeSlots>
<GameTimeSlotOutVO>
<Day>sample string 10</Day>
<DayTime>sample string 4</DayTime>
<HasAvailableTimeSlot>true</HasAvailableTimeSlot>
<HasValue>true</HasValue>
<ID>6</ID>
<Location>sample string 9</Location>
<TeamUnavailableTimeIds>sample string 12</TeamUnavailableTimeIds>
<Text>sample string 7</Text>
<TimeSlot>2025-10-27T07:10:45.107128-05:00</TimeSlot>
<TimesOfWeek>sample string 1</TimesOfWeek>
<Type>5</Type>
<WeekNdx>sample string 2</WeekNdx>
</GameTimeSlotOutVO>
<GameTimeSlotOutVO>
<Day>sample string 10</Day>
<DayTime>sample string 4</DayTime>
<HasAvailableTimeSlot>true</HasAvailableTimeSlot>
<HasValue>true</HasValue>
<ID>6</ID>
<Location>sample string 9</Location>
<TeamUnavailableTimeIds>sample string 12</TeamUnavailableTimeIds>
<Text>sample string 7</Text>
<TimeSlot>2025-10-27T07:10:45.107128-05:00</TimeSlot>
<TimesOfWeek>sample string 1</TimesOfWeek>
<Type>5</Type>
<WeekNdx>sample string 2</WeekNdx>
</GameTimeSlotOutVO>
<GameTimeSlotOutVO>
<Day>sample string 10</Day>
<DayTime>sample string 4</DayTime>
<HasAvailableTimeSlot>true</HasAvailableTimeSlot>
<HasValue>true</HasValue>
<ID>6</ID>
<Location>sample string 9</Location>
<TeamUnavailableTimeIds>sample string 12</TeamUnavailableTimeIds>
<Text>sample string 7</Text>
<TimeSlot>2025-10-27T07:10:45.107128-05:00</TimeSlot>
<TimesOfWeek>sample string 1</TimesOfWeek>
<Type>5</Type>
<WeekNdx>sample string 2</WeekNdx>
</GameTimeSlotOutVO>
</TimeSlots>
<TimesOfWeek>1</TimesOfWeek>
<WeekNdx>2</WeekNdx>
</GameTimeSlotsOutVO>
<GameTimeSlotsOutVO>
<GameType>RegularGame</GameType>
<TimeSlots>
<GameTimeSlotOutVO>
<Day>sample string 10</Day>
<DayTime>sample string 4</DayTime>
<HasAvailableTimeSlot>true</HasAvailableTimeSlot>
<HasValue>true</HasValue>
<ID>6</ID>
<Location>sample string 9</Location>
<TeamUnavailableTimeIds>sample string 12</TeamUnavailableTimeIds>
<Text>sample string 7</Text>
<TimeSlot>2025-10-27T07:10:45.107128-05:00</TimeSlot>
<TimesOfWeek>sample string 1</TimesOfWeek>
<Type>5</Type>
<WeekNdx>sample string 2</WeekNdx>
</GameTimeSlotOutVO>
<GameTimeSlotOutVO>
<Day>sample string 10</Day>
<DayTime>sample string 4</DayTime>
<HasAvailableTimeSlot>true</HasAvailableTimeSlot>
<HasValue>true</HasValue>
<ID>6</ID>
<Location>sample string 9</Location>
<TeamUnavailableTimeIds>sample string 12</TeamUnavailableTimeIds>
<Text>sample string 7</Text>
<TimeSlot>2025-10-27T07:10:45.107128-05:00</TimeSlot>
<TimesOfWeek>sample string 1</TimesOfWeek>
<Type>5</Type>
<WeekNdx>sample string 2</WeekNdx>
</GameTimeSlotOutVO>
<GameTimeSlotOutVO>
<Day>sample string 10</Day>
<DayTime>sample string 4</DayTime>
<HasAvailableTimeSlot>true</HasAvailableTimeSlot>
<HasValue>true</HasValue>
<ID>6</ID>
<Location>sample string 9</Location>
<TeamUnavailableTimeIds>sample string 12</TeamUnavailableTimeIds>
<Text>sample string 7</Text>
<TimeSlot>2025-10-27T07:10:45.107128-05:00</TimeSlot>
<TimesOfWeek>sample string 1</TimesOfWeek>
<Type>5</Type>
<WeekNdx>sample string 2</WeekNdx>
</GameTimeSlotOutVO>
</TimeSlots>
<TimesOfWeek>1</TimesOfWeek>
<WeekNdx>2</WeekNdx>
</GameTimeSlotsOutVO>
</GameTimeSlotsList>
<MinTimeSlotsPerWeek>1</MinTimeSlotsPerWeek>
</TeamTimePreferenceOutVO>
multipart/form-data
Sample:
Sample not available.