POST api/ClubManagement/FacilityCheckOut
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Chkout | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"cType": "sample string 1",
"nCheckOutId": 2,
"cCheckOutRefNo": "sample string 3",
"nCheckInId": 4,
"dCheckOutDate": "2025-12-12T05:28:24.1796172+05:30",
"nPayMode": 5,
"bCancelled": true,
"bPayNow": true,
"nCreatedBy": 8,
"dCreatedDate": "2025-12-12T05:28:24.1796172+05:30",
"nModifiedBy": 1,
"dModifiedDate": "2025-12-12T05:28:24.1796172+05:30",
"nCompanyId": 9,
"nTenderAmt": 10.0,
"nTenderBalanceAmt": 11.0,
"PayDtls": [
{
"nCrType": 1,
"nCrdCmpRmName": "sample string 2",
"cCardorVoucherNo": "sample string 3",
"dChequeDate": "2025-12-12T05:28:24.1796172+05:30",
"cGstCrdBnkName": "sample string 4",
"nStaffBank": "sample string 5",
"cAuthornNo": "sample string 6",
"nAmt": 7.0
},
{
"nCrType": 1,
"nCrdCmpRmName": "sample string 2",
"cCardorVoucherNo": "sample string 3",
"dChequeDate": "2025-12-12T05:28:24.1796172+05:30",
"cGstCrdBnkName": "sample string 4",
"nStaffBank": "sample string 5",
"cAuthornNo": "sample string 6",
"nAmt": 7.0
},
{
"nCrType": 1,
"nCrdCmpRmName": "sample string 2",
"cCardorVoucherNo": "sample string 3",
"dChequeDate": "2025-12-12T05:28:24.1796172+05:30",
"cGstCrdBnkName": "sample string 4",
"nStaffBank": "sample string 5",
"cAuthornNo": "sample string 6",
"nAmt": 7.0
}
],
"cCrdGstBankName": "sample string 12"
}
application/xml, text/xml
Sample:
<FacilityCheckOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
<PayDtls>
<PayDtls>
<cAuthornNo>sample string 6</cAuthornNo>
<cCardorVoucherNo>sample string 3</cCardorVoucherNo>
<cGstCrdBnkName>sample string 4</cGstCrdBnkName>
<dChequeDate>2025-12-12T05:28:24.1796172+05:30</dChequeDate>
<nAmt>7</nAmt>
<nCrType>1</nCrType>
<nCrdCmpRmName>sample string 2</nCrdCmpRmName>
<nStaffBank>sample string 5</nStaffBank>
</PayDtls>
<PayDtls>
<cAuthornNo>sample string 6</cAuthornNo>
<cCardorVoucherNo>sample string 3</cCardorVoucherNo>
<cGstCrdBnkName>sample string 4</cGstCrdBnkName>
<dChequeDate>2025-12-12T05:28:24.1796172+05:30</dChequeDate>
<nAmt>7</nAmt>
<nCrType>1</nCrType>
<nCrdCmpRmName>sample string 2</nCrdCmpRmName>
<nStaffBank>sample string 5</nStaffBank>
</PayDtls>
<PayDtls>
<cAuthornNo>sample string 6</cAuthornNo>
<cCardorVoucherNo>sample string 3</cCardorVoucherNo>
<cGstCrdBnkName>sample string 4</cGstCrdBnkName>
<dChequeDate>2025-12-12T05:28:24.1796172+05:30</dChequeDate>
<nAmt>7</nAmt>
<nCrType>1</nCrType>
<nCrdCmpRmName>sample string 2</nCrdCmpRmName>
<nStaffBank>sample string 5</nStaffBank>
</PayDtls>
</PayDtls>
<bCancelled>true</bCancelled>
<bPayNow>true</bPayNow>
<cCheckOutRefNo>sample string 3</cCheckOutRefNo>
<cCrdGstBankName>sample string 12</cCrdGstBankName>
<cType>sample string 1</cType>
<dCheckOutDate>2025-12-12T05:28:24.1796172+05:30</dCheckOutDate>
<dCreatedDate>2025-12-12T05:28:24.1796172+05:30</dCreatedDate>
<dModifiedDate>2025-12-12T05:28:24.1796172+05:30</dModifiedDate>
<nCheckInId>4</nCheckInId>
<nCheckOutId>2</nCheckOutId>
<nCompanyId>9</nCompanyId>
<nCreatedBy>8</nCreatedBy>
<nModifiedBy>1</nModifiedBy>
<nPayMode>5</nPayMode>
<nTenderAmt>10</nTenderAmt>
<nTenderBalanceAmt>11</nTenderBalanceAmt>
</FacilityCheckOut>
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>