POST API/ServiceKotReport/ExportPdf
Request Information
URI Parameters
None.
Body Parameters
ServiceKotReport| Name | Description | Type | Additional information |
|---|---|---|---|
| WaiterName | string |
None. |
|
| Action | string |
None. |
|
| HotelId | integer |
None. |
|
| ServiceType | string |
None. |
|
| Status | string |
None. |
|
| FromDt | string |
None. |
|
| ToDt | string |
None. |
|
| BillNo | integer |
None. |
|
| RoomNo | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| SubTotalAmount | decimal number |
None. |
|
| TotalTaxAmount | decimal number |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| Type | string |
None. |
|
| PaymentMode | string |
None. |
|
| ReferenceNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WaiterName": "sample string 1",
"Action": "sample string 2",
"HotelId": 1,
"ServiceType": "sample string 3",
"Status": "sample string 4",
"FromDt": "sample string 5",
"ToDt": "sample string 6",
"BillNo": 7,
"RoomNo": "sample string 8",
"TotalAmount": 9.0,
"SubTotalAmount": 10.0,
"TotalTaxAmount": 11.0,
"DiscountAmount": 12.0,
"Type": "sample string 13",
"PaymentMode": "sample string 14",
"ReferenceNo": "sample string 15"
}
application/xml, text/xml
Sample:
<ServiceKotReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models"> <Action>sample string 2</Action> <BillNo>7</BillNo> <DiscountAmount>12</DiscountAmount> <FromDt>sample string 5</FromDt> <HotelId>1</HotelId> <PaymentMode>sample string 14</PaymentMode> <ReferenceNo>sample string 15</ReferenceNo> <RoomNo>sample string 8</RoomNo> <ServiceType>sample string 3</ServiceType> <Status>sample string 4</Status> <SubTotalAmount>10</SubTotalAmount> <ToDt>sample string 6</ToDt> <TotalAmount>9</TotalAmount> <TotalTaxAmount>11</TotalTaxAmount> <Type>sample string 13</Type> <WaiterName>sample string 1</WaiterName> </ServiceKotReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>