POST API/InvoiceDetails/GridLoad
Request Information
URI Parameters
None.
Body Parameters
InvoiceDetailsReport| Name | Description | Type | Additional information |
|---|---|---|---|
| HotelId | integer |
None. |
|
| ChkInDt | string |
None. |
|
| ChkOutDt | string |
None. |
|
| UserId | integer |
None. |
|
| BillNo | string |
None. |
|
| GuestName | string |
None. |
|
| Address | string |
None. |
|
| Phone | string |
None. |
|
| Pax | integer |
None. |
|
| Days | integer |
None. |
|
| RoomNo | string |
None. |
|
| Tariff | decimal number |
None. |
|
| ExtraBedTariff | decimal number |
None. |
|
| GST | decimal number |
None. |
|
| ActualTariff | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| Commissions | decimal number |
None. |
|
| TariffPaid | decimal number |
None. |
|
| Food | decimal number |
None. |
|
| GTotal | decimal number |
None. |
|
| Cash | decimal number |
None. |
|
| Card | decimal number |
None. |
|
| Bank | decimal number |
None. |
|
| Receivable | string |
None. |
|
| ReceivedDt | string |
None. |
|
| Refund | decimal number |
None. |
|
| BookingSource | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HotelId": 1,
"ChkInDt": "sample string 1",
"ChkOutDt": "sample string 2",
"UserId": 3,
"BillNo": "sample string 4",
"GuestName": "sample string 5",
"Address": "sample string 6",
"Phone": "sample string 7",
"Pax": 8,
"Days": 9,
"RoomNo": "sample string 10",
"Tariff": 11.0,
"ExtraBedTariff": 12.0,
"GST": 13.0,
"ActualTariff": 14.0,
"Discount": 15.0,
"Commissions": 16.0,
"TariffPaid": 17.0,
"Food": 18.0,
"GTotal": 19.0,
"Cash": 20.0,
"Card": 21.0,
"Bank": 22.0,
"Receivable": "sample string 23",
"ReceivedDt": "sample string 24",
"Refund": 25.0,
"BookingSource": "sample string 26"
}
application/xml, text/xml
Sample:
<InvoiceDetailsReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models"> <ActualTariff>14</ActualTariff> <Address>sample string 6</Address> <Bank>22</Bank> <BillNo>sample string 4</BillNo> <BookingSource>sample string 26</BookingSource> <Card>21</Card> <Cash>20</Cash> <ChkInDt>sample string 1</ChkInDt> <ChkOutDt>sample string 2</ChkOutDt> <Commissions>16</Commissions> <Days>9</Days> <Discount>15</Discount> <ExtraBedTariff>12</ExtraBedTariff> <Food>18</Food> <GST>13</GST> <GTotal>19</GTotal> <GuestName>sample string 5</GuestName> <HotelId>1</HotelId> <Pax>8</Pax> <Phone>sample string 7</Phone> <Receivable>sample string 23</Receivable> <ReceivedDt>sample string 24</ReceivedDt> <Refund>25</Refund> <RoomNo>sample string 10</RoomNo> <Tariff>11</Tariff> <TariffPaid>17</TariffPaid> <UserId>3</UserId> </InvoiceDetailsReport>
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.