PUT API/Restaurant/updatefoodentry

Request Information

URI Parameters

None.

Body Parameters

RestaurantKOTDtls
NameDescriptionTypeAdditional information
Id

integer

None.

Qty

integer

None.

Rate

decimal number

None.

Modifiedby

integer

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Qty": 2,
  "Rate": 3.0,
  "Modifiedby": 4,
  "ModifiedDate": "2026-06-13T19:14:14.635419+05:30"
}

application/xml, text/xml

Sample:
<RestaurantKOTDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
  <Id>1</Id>
  <ModifiedDate>2026-06-13T19:14:14.635419+05:30</ModifiedDate>
  <Modifiedby>4</Modifiedby>
  <Qty>2</Qty>
  <Rate>3</Rate>
</RestaurantKOTDtls>

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.