POST api/ClubManagement/CheckFacilityCheckInAvailability
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "2025-10-31T11:09:16.1080385+05:30",
  "dTo": "2025-10-31T11:09:16.1090364+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>2025-10-31T11:09:16.1080385+05:30</dFrom> <dTo>2025-10-31T11:09:16.1090364+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/" />