POST API/Restaurant/AddBillKot

Request Information

URI Parameters

None.

Body Parameters

BillKot
NameDescriptionTypeAdditional 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:07:42.4504281+05:30",
  "ModifiedBy": 15,
  "ModifiedDate": "2026-06-13T19:07:42.4504281+05:30",
  "IsActive": true,
  "Isdeleted": true,
  "RowId": "01a24c0b-781c-4b9b-a709-9daa7633fe58",
  "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:07:42.4504281+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:07:42.4504281+05:30</ModifiedDate>
  <PaymentMode>sample string 20</PaymentMode>
  <PaymentRefNo>sample string 22</PaymentRefNo>
  <RowId>01a24c0b-781c-4b9b-a709-9daa7633fe58</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.