POST api/ClubManagement/DependentReport
No documentation available.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| Filter | No documentation available.  | 
                
                             Define this parameter in the request body.  | 
            
Request body formats
application/json, text/json
            Sample:
        
{
  "nCompanyId": 1,
  "nBranchId": 2,
  "dFromDate": "2025-10-31T13:49:43.8020364+05:30",
  "dToDate": "2025-10-31T13:49:43.8020364+05:30",
  "nPayMode": 3,
  "nMemberId": 4,
  "nFacilityTypeId": 5,
  "nFacilityId": 6
}
        application/xml, text/xml
            Sample:
        <ReportFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models"> <dFromDate>2025-10-31T13:49:43.8020364+05:30</dFromDate> <dToDate>2025-10-31T13:49:43.8020364+05:30</dToDate> <nBranchId>2</nBranchId> <nCompanyId>1</nCompanyId> <nFacilityId>6</nFacilityId> <nFacilityTypeId>5</nFacilityTypeId> <nMemberId>4</nMemberId> <nPayMode>3</nPayMode> </ReportFilter>
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/" />