POST v3/views/mobile/facilities/bookingbydate
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"facilityId": "sample string 1",
"sportTypeId": 2,
"bookingDate": "sample string 3",
"curUserId": "sample string 4",
"isSSO": true,
"requestHost": "sample string 6",
"applicationPath": "sample string 7",
"secureApplicationPath": "sample string 8",
"absoluteApplicationPath": "sample string 9",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 12",
"clientOS": "sample string 13",
"clientBuild": "sample string 14",
"clientWidth": 15,
"clientHeight": 16,
"timezone": 17
}
application/xml, text/xml
Sample:
<GetBookingByDateInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.Facility_NS"> <ClientHeight xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">16</ClientHeight> <ClientType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">Site</ClientType> <ClientWidth xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">15</ClientWidth> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 9</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 7</applicationPath> <cachedKey xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 1</cachedKey> <clientBuild xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 14</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 13</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 12</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 4</curUserId> <isHttps xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isHttps> <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isMobileDevice> <isSSO xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isSSO> <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 6</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 8</secureApplicationPath> <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">17</timezone> <BookingDate>sample string 3</BookingDate> <FacilityId>sample string 1</FacilityId> <SportTypeId>2</SportTypeId> </GetBookingByDateInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"dateOfLatestWeeks": [
{
"date": "sample string 1",
"weekDay": "sample string 2",
"startTimeShortString": "sample string 3",
"endTimeShortString": "sample string 4"
},
{
"date": "sample string 1",
"weekDay": "sample string 2",
"startTimeShortString": "sample string 3",
"endTimeShortString": "sample string 4"
},
{
"date": "sample string 1",
"weekDay": "sample string 2",
"startTimeShortString": "sample string 3",
"endTimeShortString": "sample string 4"
}
],
"timeLines": [
{
"startTime": "2025-12-10T08:18:08.0398495+00:00",
"endTime": "2025-12-10T08:18:08.0398495+00:00"
},
{
"startTime": "2025-12-10T08:18:08.0398495+00:00",
"endTime": "2025-12-10T08:18:08.0398495+00:00"
},
{
"startTime": "2025-12-10T08:18:08.0398495+00:00",
"endTime": "2025-12-10T08:18:08.0398495+00:00"
}
],
"allTimeSlots": [
{
"surfaceAvailableCount": 1,
"weekDay": "sample string 1",
"startTime": "2025-12-10T08:18:08.0398495+00:00",
"endTime": "2025-12-10T08:18:08.0398495+00:00",
"maxPrice": "sample string 4",
"minPrice": "sample string 5",
"isOpen": true
},
{
"surfaceAvailableCount": 1,
"weekDay": "sample string 1",
"startTime": "2025-12-10T08:18:08.0398495+00:00",
"endTime": "2025-12-10T08:18:08.0398495+00:00",
"maxPrice": "sample string 4",
"minPrice": "sample string 5",
"isOpen": true
},
{
"surfaceAvailableCount": 1,
"weekDay": "sample string 1",
"startTime": "2025-12-10T08:18:08.0398495+00:00",
"endTime": "2025-12-10T08:18:08.0398495+00:00",
"maxPrice": "sample string 4",
"minPrice": "sample string 5",
"isOpen": true
}
]
}
application/xml, text/xml
Sample:
<BookingByDateOutVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Facility_NS">
<AllTimeSlots>
<TimeSlotVO>
<EndTime>2025-12-10T08:18:08.0398495+00:00</EndTime>
<IsOpen>true</IsOpen>
<MaxPrice>sample string 4</MaxPrice>
<MinPrice>sample string 5</MinPrice>
<StartTime>2025-12-10T08:18:08.0398495+00:00</StartTime>
<SurfaceAvailableCount>1</SurfaceAvailableCount>
<WeekDay>sample string 1</WeekDay>
</TimeSlotVO>
<TimeSlotVO>
<EndTime>2025-12-10T08:18:08.0398495+00:00</EndTime>
<IsOpen>true</IsOpen>
<MaxPrice>sample string 4</MaxPrice>
<MinPrice>sample string 5</MinPrice>
<StartTime>2025-12-10T08:18:08.0398495+00:00</StartTime>
<SurfaceAvailableCount>1</SurfaceAvailableCount>
<WeekDay>sample string 1</WeekDay>
</TimeSlotVO>
<TimeSlotVO>
<EndTime>2025-12-10T08:18:08.0398495+00:00</EndTime>
<IsOpen>true</IsOpen>
<MaxPrice>sample string 4</MaxPrice>
<MinPrice>sample string 5</MinPrice>
<StartTime>2025-12-10T08:18:08.0398495+00:00</StartTime>
<SurfaceAvailableCount>1</SurfaceAvailableCount>
<WeekDay>sample string 1</WeekDay>
</TimeSlotVO>
</AllTimeSlots>
<DateOfLatestWeeks>
<DateOfLatestWeekVO>
<Date>sample string 1</Date>
<EndTimeShortString>sample string 4</EndTimeShortString>
<StartTimeShortString>sample string 3</StartTimeShortString>
<WeekDay>sample string 2</WeekDay>
</DateOfLatestWeekVO>
<DateOfLatestWeekVO>
<Date>sample string 1</Date>
<EndTimeShortString>sample string 4</EndTimeShortString>
<StartTimeShortString>sample string 3</StartTimeShortString>
<WeekDay>sample string 2</WeekDay>
</DateOfLatestWeekVO>
<DateOfLatestWeekVO>
<Date>sample string 1</Date>
<EndTimeShortString>sample string 4</EndTimeShortString>
<StartTimeShortString>sample string 3</StartTimeShortString>
<WeekDay>sample string 2</WeekDay>
</DateOfLatestWeekVO>
</DateOfLatestWeeks>
<TimeLines>
<TimeLineVO>
<EndTime>2025-12-10T08:18:08.0398495+00:00</EndTime>
<StartTime>2025-12-10T08:18:08.0398495+00:00</StartTime>
</TimeLineVO>
<TimeLineVO>
<EndTime>2025-12-10T08:18:08.0398495+00:00</EndTime>
<StartTime>2025-12-10T08:18:08.0398495+00:00</StartTime>
</TimeLineVO>
<TimeLineVO>
<EndTime>2025-12-10T08:18:08.0398495+00:00</EndTime>
<StartTime>2025-12-10T08:18:08.0398495+00:00</StartTime>
</TimeLineVO>
</TimeLines>
</BookingByDateOutVM>