POST api/enquiry/upd-booking
Request Information
URI Parameters
None.
Body Parameters
Guest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustID | integer |
None. |
|
| CustNo | string |
None. |
|
| ChkIn | string |
None. |
|
| ChkOut | string |
None. |
|
| CustInfo | string |
None. |
|
| Remarks | string |
None. |
|
| Paid | integer |
None. |
|
| Balance | integer |
None. |
|
| bookingJson | string |
None. |
|
| BookingID | integer |
None. |
|
| ProofTypeID | integer |
None. |
|
| ProofNumber | string |
None. |
|
| NameOnProof | string |
None. |
|
| idProofTypeJson | string |
None. |
|
| ProofIDX | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustID": 1,
"CustNo": "sample string 2",
"ChkIn": "sample string 3",
"ChkOut": "sample string 4",
"CustInfo": "sample string 5",
"Remarks": "sample string 6",
"Paid": 7,
"Balance": 8,
"bookingJson": "sample string 9",
"BookingID": 10,
"ProofTypeID": 11,
"ProofNumber": "sample string 12",
"NameOnProof": "sample string 13",
"idProofTypeJson": "sample string 14",
"ProofIDX": 15
}
application/xml, text/xml
Sample:
<Guest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileApp_RR.Models"> <Balance>8</Balance> <BookingID>10</BookingID> <ChkIn>sample string 3</ChkIn> <ChkOut>sample string 4</ChkOut> <CustID>1</CustID> <CustInfo>sample string 5</CustInfo> <CustNo>sample string 2</CustNo> <NameOnProof>sample string 13</NameOnProof> <Paid>7</Paid> <ProofIDX>15</ProofIDX> <ProofNumber>sample string 12</ProofNumber> <ProofTypeID>11</ProofTypeID> <Remarks>sample string 6</Remarks> <bookingJson>sample string 9</bookingJson> <idProofTypeJson>sample string 14</idProofTypeJson> </Guest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.