POST api/ClubManagement/FacilityBooking
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
FacilityBook | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "cType": "sample string 1", "nBookingId": 2, "nBookingNo": 3, "cMembershipId": "sample string 4", "dBookingDate": "2024-10-09T02:24:05.6822741+05:30", "nMemberId": 5, "nFacilityId": 6, "dReservFrom": "2024-10-09T02:24:05.6822741+05:30", "dReservTo": "2024-10-09T02:24:05.6822741+05:30", "cReservFrom": "sample string 7", "cReservTo": "sample string 8", "nTotalSlot": 9, "NoOfPerson": 10, "nPayableSlot": 11, "nRate": 12.0, "nTotalAmount": 13.0, "nValue": 14.0, "nDiscount": 15.0, "nTax": 16.0, "nPayableAmount": 17.0, "bPayAtCheckIn": true, "nPayMode": 19, "nCompanyId": 20, "nCreatedBy": 21, "dCreatedDate": "2024-10-09T02:24:05.6822741+05:30", "nModifiedBy": 22, "dModifiedDate": "2024-10-09T02:24:05.6822741+05:30", "bCancelled": true, "nCrdCmpRmName": "sample string 24", "cCrdVhrRmNo": "sample string 25", "dChequeDate": "2024-10-09T02:24:05.6822741+05:30", "cCrdGstBankName": "sample string 26", "nStaffBank": 27, "cAuthNo": "sample string 28", "nAmt": 29.0, "cMemberName": "sample string 30", "cFacilityName": "sample string 31", "nTenderBalanceAmt": 32.0, "nTenderAmt": 33.0, "cBookingIds": "sample string 34", "nMembershipTypeId": 35, "nFreeSlot": 36 }
application/xml, text/xml
Sample:
<FacilityBooking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models"> <NoOfPerson>10</NoOfPerson> <bCancelled>true</bCancelled> <bPayAtCheckIn>true</bPayAtCheckIn> <cAuthNo>sample string 28</cAuthNo> <cBookingIds>sample string 34</cBookingIds> <cCrdGstBankName>sample string 26</cCrdGstBankName> <cCrdVhrRmNo>sample string 25</cCrdVhrRmNo> <cFacilityName>sample string 31</cFacilityName> <cMemberName>sample string 30</cMemberName> <cMembershipId>sample string 4</cMembershipId> <cReservFrom>sample string 7</cReservFrom> <cReservTo>sample string 8</cReservTo> <cType>sample string 1</cType> <dBookingDate>2024-10-09T02:24:05.6822741+05:30</dBookingDate> <dChequeDate>2024-10-09T02:24:05.6822741+05:30</dChequeDate> <dCreatedDate>2024-10-09T02:24:05.6822741+05:30</dCreatedDate> <dModifiedDate>2024-10-09T02:24:05.6822741+05:30</dModifiedDate> <dReservFrom>2024-10-09T02:24:05.6822741+05:30</dReservFrom> <dReservTo>2024-10-09T02:24:05.6822741+05:30</dReservTo> <nAmt>29</nAmt> <nBookingId>2</nBookingId> <nBookingNo>3</nBookingNo> <nCompanyId>20</nCompanyId> <nCrdCmpRmName>sample string 24</nCrdCmpRmName> <nCreatedBy>21</nCreatedBy> <nDiscount>15</nDiscount> <nFacilityId>6</nFacilityId> <nFreeSlot>36</nFreeSlot> <nMemberId>5</nMemberId> <nMembershipTypeId>35</nMembershipTypeId> <nModifiedBy>22</nModifiedBy> <nPayMode>19</nPayMode> <nPayableAmount>17</nPayableAmount> <nPayableSlot>11</nPayableSlot> <nRate>12</nRate> <nStaffBank>27</nStaffBank> <nTax>16</nTax> <nTenderAmt>33</nTenderAmt> <nTenderBalanceAmt>32</nTenderBalanceAmt> <nTotalAmount>13</nTotalAmount> <nTotalSlot>9</nTotalSlot> <nValue>14</nValue> </FacilityBooking>
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>