GET API/Bill/getserviceitemlist/{checkinid}/{billno}/{HotelId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
checkinid

integer

Required

billno

integer

Required

HotelId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of serviceitems
NameDescriptionTypeAdditional information
Id

integer

None.

KOTNo

integer

None.

TableNo

integer

None.

waitername

string

None.

HeaderId

integer

None.

ngfooditemid

integer

None.

ngfooditem

string

None.

ngfoodrate

decimal number

None.

ngfoodqty

integer

None.

ngfoodtotal

decimal number

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

CreatedDate

date

None.

subtotal

decimal number

None.

Billno

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "KOTNo": 1,
    "TableNo": 1,
    "waitername": "sample string 2",
    "HeaderId": 1,
    "ngfooditemid": 3,
    "ngfooditem": "sample string 4",
    "ngfoodrate": 5.0,
    "ngfoodqty": 6,
    "ngfoodtotal": 7.0,
    "CreatedBy": 8,
    "ModifiedBy": 9,
    "CreatedDate": "2026-06-13T19:17:46.0285897+05:30",
    "subtotal": 11.0,
    "Billno": 1
  },
  {
    "Id": 1,
    "KOTNo": 1,
    "TableNo": 1,
    "waitername": "sample string 2",
    "HeaderId": 1,
    "ngfooditemid": 3,
    "ngfooditem": "sample string 4",
    "ngfoodrate": 5.0,
    "ngfoodqty": 6,
    "ngfoodtotal": 7.0,
    "CreatedBy": 8,
    "ModifiedBy": 9,
    "CreatedDate": "2026-06-13T19:17:46.0285897+05:30",
    "subtotal": 11.0,
    "Billno": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfserviceitems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
  <serviceitems>
    <Billno>1</Billno>
    <CreatedBy>8</CreatedBy>
    <CreatedDate>2026-06-13T19:17:46.0285897+05:30</CreatedDate>
    <HeaderId>1</HeaderId>
    <Id>1</Id>
    <KOTNo>1</KOTNo>
    <ModifiedBy>9</ModifiedBy>
    <TableNo>1</TableNo>
    <ngfooditem>sample string 4</ngfooditem>
    <ngfooditemid>3</ngfooditemid>
    <ngfoodqty>6</ngfoodqty>
    <ngfoodrate>5</ngfoodrate>
    <ngfoodtotal>7</ngfoodtotal>
    <subtotal>11</subtotal>
    <waitername>sample string 2</waitername>
  </serviceitems>
  <serviceitems>
    <Billno>1</Billno>
    <CreatedBy>8</CreatedBy>
    <CreatedDate>2026-06-13T19:17:46.0285897+05:30</CreatedDate>
    <HeaderId>1</HeaderId>
    <Id>1</Id>
    <KOTNo>1</KOTNo>
    <ModifiedBy>9</ModifiedBy>
    <TableNo>1</TableNo>
    <ngfooditem>sample string 4</ngfooditem>
    <ngfooditemid>3</ngfooditemid>
    <ngfoodqty>6</ngfoodqty>
    <ngfoodrate>5</ngfoodrate>
    <ngfoodtotal>7</ngfoodtotal>
    <subtotal>11</subtotal>
    <waitername>sample string 2</waitername>
  </serviceitems>
</ArrayOfserviceitems>