POST api/ClubManagement/FacilityCheckIn
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:
{
"cType": "sample string 1",
"nCheckInId": 2,
"nCheckInRefNo": 3,
"nBookingId": 4,
"dCheckInDate": "2025-10-24T03:33:36.5673476+05:30",
"nMemberId": 5,
"cMemberName": "sample string 6",
"nFacilityId": 7,
"nNoPerson": 8,
"dStartDateTime": "2025-10-24T03:33:36.5673476+05:30",
"dEndDateTime": "2025-10-24T03:33:36.5683476+05:30",
"nTotalSlot": 9,
"nFreeSlot": 10,
"nPayableSlot": 11,
"nRate": 12.0,
"nValue": 13.0,
"nDiscount": 14.0,
"nTax": 15.0,
"nTotalAmount": 16.0,
"nPaidAmount": 17.0,
"nBalanceAmount": 18.0,
"bPayAtCheckOut": true,
"nPayMode": 20,
"nTenderAmt": 21.0,
"nTenderBalanceAmt": 22.0,
"nFinYearId": 23.0,
"nCompanyId": 24,
"nCreatedBy": 25,
"dCreatedDate": "2025-10-24T03:33:36.5683476+05:30",
"nModifiedBy": 26,
"dModifiedDate": "2025-10-24T03:33:36.5693543+05:30",
"bCancelled": 27.0,
"cSearch": "sample string 28",
"nTranId": 29,
"cTranFrom": "sample string 30",
"nCrType": 31,
"nCrdCmpRmName": "sample string 32",
"cCrdVhrRmNo": "sample string 33",
"dChequeDate": "2025-10-24T03:33:36.5693543+05:30",
"cCrdGstBankName": "sample string 34",
"nStaffBank": 35,
"cAuthNo": "sample string 36",
"nAmt": 37.0,
"cCheckInIds": "sample string 38"
}
application/xml, text/xml
Sample:
<FacilityCheckIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models"> <bCancelled>27</bCancelled> <bPayAtCheckOut>true</bPayAtCheckOut> <cAuthNo>sample string 36</cAuthNo> <cCheckInIds>sample string 38</cCheckInIds> <cCrdGstBankName>sample string 34</cCrdGstBankName> <cCrdVhrRmNo>sample string 33</cCrdVhrRmNo> <cMemberName>sample string 6</cMemberName> <cSearch>sample string 28</cSearch> <cTranFrom>sample string 30</cTranFrom> <cType>sample string 1</cType> <dCheckInDate>2025-10-24T03:33:36.5673476+05:30</dCheckInDate> <dChequeDate>2025-10-24T03:33:36.5693543+05:30</dChequeDate> <dCreatedDate>2025-10-24T03:33:36.5683476+05:30</dCreatedDate> <dEndDateTime>2025-10-24T03:33:36.5683476+05:30</dEndDateTime> <dModifiedDate>2025-10-24T03:33:36.5693543+05:30</dModifiedDate> <dStartDateTime>2025-10-24T03:33:36.5673476+05:30</dStartDateTime> <nAmt>37</nAmt> <nBalanceAmount>18</nBalanceAmount> <nBookingId>4</nBookingId> <nCheckInId>2</nCheckInId> <nCheckInRefNo>3</nCheckInRefNo> <nCompanyId>24</nCompanyId> <nCrType>31</nCrType> <nCrdCmpRmName>sample string 32</nCrdCmpRmName> <nCreatedBy>25</nCreatedBy> <nDiscount>14</nDiscount> <nFacilityId>7</nFacilityId> <nFinYearId>23</nFinYearId> <nFreeSlot>10</nFreeSlot> <nMemberId>5</nMemberId> <nModifiedBy>26</nModifiedBy> <nNoPerson>8</nNoPerson> <nPaidAmount>17</nPaidAmount> <nPayMode>20</nPayMode> <nPayableSlot>11</nPayableSlot> <nRate>12</nRate> <nStaffBank>35</nStaffBank> <nTax>15</nTax> <nTenderAmt>21</nTenderAmt> <nTenderBalanceAmt>22</nTenderBalanceAmt> <nTotalAmount>16</nTotalAmount> <nTotalSlot>9</nTotalSlot> <nTranId>29</nTranId> <nValue>13</nValue> </FacilityCheckIn>
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/" />