POST API/Restaurant/LoadAllBills
Request Information
URI Parameters
None.
Body Parameters
BillKot| Name | Description | Type | Additional information |
|---|---|---|---|
| KOTHdrId | integer |
None. |
|
| BillNo | integer |
None. |
|
| KotNo | string |
None. |
|
| WaiterName | string |
None. |
|
| HotelId | integer |
None. |
|
| TableId | integer |
None. |
|
| WaiterId | integer |
None. |
|
| TotalAmount | decimal number |
None. |
|
| TotalTax | decimal number |
None. |
|
| DiscountMode | string |
None. |
|
| DiscountValue | decimal number |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| IsActive | boolean |
None. |
|
| Isdeleted | boolean |
None. |
|
| RowId | globally unique identifier |
None. |
|
| PaymentMode | string |
None. |
|
| Id | integer |
None. |
|
| Fdarray | Collection of integer |
None. |
|
| PaymentRefNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KOTHdrId": 1,
"BillNo": 2,
"KotNo": "sample string 3",
"WaiterName": "sample string 4",
"HotelId": 5,
"TableId": 6,
"WaiterId": 7,
"TotalAmount": 8.0,
"TotalTax": 9.0,
"DiscountMode": "sample string 10",
"DiscountValue": 11.0,
"DiscountAmount": 12.0,
"CreatedBy": 13,
"CreatedDate": "2026-06-13T19:09:45.5801859+05:30",
"ModifiedBy": 15,
"ModifiedDate": "2026-06-13T19:09:45.5801859+05:30",
"IsActive": true,
"Isdeleted": true,
"RowId": "b218a28e-66fa-4c2f-bfbf-5b147fd1208c",
"PaymentMode": "sample string 20",
"Id": 21,
"Fdarray": [
1,
2
],
"PaymentRefNo": "sample string 22"
}
application/xml, text/xml
Sample:
<BillKot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
<BillNo>2</BillNo>
<CreatedBy>13</CreatedBy>
<CreatedDate>2026-06-13T19:09:45.5801859+05:30</CreatedDate>
<DiscountAmount>12</DiscountAmount>
<DiscountMode>sample string 10</DiscountMode>
<DiscountValue>11</DiscountValue>
<Fdarray xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</Fdarray>
<HotelId>5</HotelId>
<Id>21</Id>
<IsActive>true</IsActive>
<Isdeleted>true</Isdeleted>
<KOTHdrId>1</KOTHdrId>
<KotNo>sample string 3</KotNo>
<ModifiedBy>15</ModifiedBy>
<ModifiedDate>2026-06-13T19:09:45.5801859+05:30</ModifiedDate>
<PaymentMode>sample string 20</PaymentMode>
<PaymentRefNo>sample string 22</PaymentRefNo>
<RowId>b218a28e-66fa-4c2f-bfbf-5b147fd1208c</RowId>
<TableId>6</TableId>
<TotalAmount>8</TotalAmount>
<TotalTax>9</TotalTax>
<WaiterId>7</WaiterId>
<WaiterName>sample string 4</WaiterName>
</BillKot>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BillKot| Name | Description | Type | Additional information |
|---|---|---|---|
| KOTHdrId | integer |
None. |
|
| BillNo | integer |
None. |
|
| KotNo | string |
None. |
|
| WaiterName | string |
None. |
|
| HotelId | integer |
None. |
|
| TableId | integer |
None. |
|
| WaiterId | integer |
None. |
|
| TotalAmount | decimal number |
None. |
|
| TotalTax | decimal number |
None. |
|
| DiscountMode | string |
None. |
|
| DiscountValue | decimal number |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| IsActive | boolean |
None. |
|
| Isdeleted | boolean |
None. |
|
| RowId | globally unique identifier |
None. |
|
| PaymentMode | string |
None. |
|
| Id | integer |
None. |
|
| Fdarray | Collection of integer |
None. |
|
| PaymentRefNo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"KOTHdrId": 1,
"BillNo": 2,
"KotNo": "sample string 3",
"WaiterName": "sample string 4",
"HotelId": 5,
"TableId": 6,
"WaiterId": 7,
"TotalAmount": 8.0,
"TotalTax": 9.0,
"DiscountMode": "sample string 10",
"DiscountValue": 11.0,
"DiscountAmount": 12.0,
"CreatedBy": 13,
"CreatedDate": "2026-06-13T19:09:45.5801859+05:30",
"ModifiedBy": 15,
"ModifiedDate": "2026-06-13T19:09:45.5801859+05:30",
"IsActive": true,
"Isdeleted": true,
"RowId": "3569746e-f0ac-4c87-9049-4a93ec6ae08d",
"PaymentMode": "sample string 20",
"Id": 21,
"Fdarray": [
1,
2
],
"PaymentRefNo": "sample string 22"
},
{
"KOTHdrId": 1,
"BillNo": 2,
"KotNo": "sample string 3",
"WaiterName": "sample string 4",
"HotelId": 5,
"TableId": 6,
"WaiterId": 7,
"TotalAmount": 8.0,
"TotalTax": 9.0,
"DiscountMode": "sample string 10",
"DiscountValue": 11.0,
"DiscountAmount": 12.0,
"CreatedBy": 13,
"CreatedDate": "2026-06-13T19:09:45.5801859+05:30",
"ModifiedBy": 15,
"ModifiedDate": "2026-06-13T19:09:45.5801859+05:30",
"IsActive": true,
"Isdeleted": true,
"RowId": "3569746e-f0ac-4c87-9049-4a93ec6ae08d",
"PaymentMode": "sample string 20",
"Id": 21,
"Fdarray": [
1,
2
],
"PaymentRefNo": "sample string 22"
}
]
application/xml, text/xml
Sample:
<ArrayOfBillKot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
<BillKot>
<BillNo>2</BillNo>
<CreatedBy>13</CreatedBy>
<CreatedDate>2026-06-13T19:09:45.5801859+05:30</CreatedDate>
<DiscountAmount>12</DiscountAmount>
<DiscountMode>sample string 10</DiscountMode>
<DiscountValue>11</DiscountValue>
<Fdarray xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:long>1</d3p1:long>
<d3p1:long>2</d3p1:long>
</Fdarray>
<HotelId>5</HotelId>
<Id>21</Id>
<IsActive>true</IsActive>
<Isdeleted>true</Isdeleted>
<KOTHdrId>1</KOTHdrId>
<KotNo>sample string 3</KotNo>
<ModifiedBy>15</ModifiedBy>
<ModifiedDate>2026-06-13T19:09:45.5801859+05:30</ModifiedDate>
<PaymentMode>sample string 20</PaymentMode>
<PaymentRefNo>sample string 22</PaymentRefNo>
<RowId>3569746e-f0ac-4c87-9049-4a93ec6ae08d</RowId>
<TableId>6</TableId>
<TotalAmount>8</TotalAmount>
<TotalTax>9</TotalTax>
<WaiterId>7</WaiterId>
<WaiterName>sample string 4</WaiterName>
</BillKot>
<BillKot>
<BillNo>2</BillNo>
<CreatedBy>13</CreatedBy>
<CreatedDate>2026-06-13T19:09:45.5801859+05:30</CreatedDate>
<DiscountAmount>12</DiscountAmount>
<DiscountMode>sample string 10</DiscountMode>
<DiscountValue>11</DiscountValue>
<Fdarray xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:long>1</d3p1:long>
<d3p1:long>2</d3p1:long>
</Fdarray>
<HotelId>5</HotelId>
<Id>21</Id>
<IsActive>true</IsActive>
<Isdeleted>true</Isdeleted>
<KOTHdrId>1</KOTHdrId>
<KotNo>sample string 3</KotNo>
<ModifiedBy>15</ModifiedBy>
<ModifiedDate>2026-06-13T19:09:45.5801859+05:30</ModifiedDate>
<PaymentMode>sample string 20</PaymentMode>
<PaymentRefNo>sample string 22</PaymentRefNo>
<RowId>3569746e-f0ac-4c87-9049-4a93ec6ae08d</RowId>
<TableId>6</TableId>
<TotalAmount>8</TotalAmount>
<TotalTax>9</TotalTax>
<WaiterId>7</WaiterId>
<WaiterName>sample string 4</WaiterName>
</BillKot>
</ArrayOfBillKot>