POST api/ClubManagement/CheckAvailabilityByFacilityType

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
availability
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-09T03:41:56.6876851+05:30",
  "dTo": "2024-10-09T03:41:56.6876851+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-09T03:41:56.6876851+05:30</dFrom>
  <dTo>2024-10-09T03:41:56.6876851+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:
{
  "Status": "sample string 1",
  "Data": null,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <Data i:nil="true" />
  <Message>sample string 2</Message>
  <Status>sample string 1</Status>
</ResponseData>