POST api/ClubManagement/CheckFacilityCheckInAvailability

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
checkin
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "nCompanyId": 1,
  "nFacilityTypeId": 2,
  "dFrom": "2024-10-09T02:22:10.796177+05:30",
  "dTo": "2024-10-09T02:22:10.796177+05:30",
  "bCheckAvailability": true,
  "bDaySummary": true,
  "nId": 7,
  "nFacilityId": 8
}

application/xml, text/xml

Sample:
<AvailabilityByFacilityType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <bCheckAvailability>true</bCheckAvailability>
  <bDaySummary>true</bDaySummary>
  <dFrom>2024-10-09T02:22:10.796177+05:30</dFrom>
  <dTo>2024-10-09T02:22:10.796177+05:30</dTo>
  <nCompanyId>1</nCompanyId>
  <nFacilityId>8</nFacilityId>
  <nFacilityTypeId>2</nFacilityTypeId>
  <nId>7</nId>
</AvailabilityByFacilityType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />