POST GetMenuByID

Request Information

URI Parameters

None.

Body Parameters

FMBMaster
NameDescriptionTypeAdditional information
ReturnVal

integer

None.

WeeklyID

integer

None.

UmurID

integer

None.

EntryDate

date

None.

WDate

date

None.

RotiQty

integer

None.

MithasQty

integer

None.

ChawalQty

integer

None.

KharasQty

integer

None.

TarkariQty

integer

None.

MenuID

integer

None.

SingleCon

string

None.

Kharas

string

None.

Tarkari

string

None.

Chawal

string

None.

Mithas

string

None.

Roti

string

None.

LocationID

integer

None.

Location

string

None.

StatusID

integer

None.

CreatedBy

integer

None.

CreationDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ReturnVal": 1,
  "WeeklyID": 2,
  "UmurID": 3,
  "EntryDate": "2024-09-19T22:15:55.076408+01:00",
  "WDate": "2024-09-19T22:15:55.076408+01:00",
  "RotiQty": 6,
  "MithasQty": 7,
  "ChawalQty": 8,
  "KharasQty": 9,
  "TarkariQty": 10,
  "MenuID": 11,
  "SingleCon": "sample string 12",
  "Kharas": "sample string 13",
  "Tarkari": "sample string 14",
  "Chawal": "sample string 15",
  "Mithas": "sample string 16",
  "Roti": "sample string 17",
  "LocationID": 18,
  "Location": "sample string 19",
  "StatusID": 20,
  "CreatedBy": 21,
  "CreationDate": "2024-09-19T22:15:55.076408+01:00"
}

application/xml, text/xml

Sample:
<FMBMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestingWebApi">
  <Chawal>sample string 15</Chawal>
  <ChawalQty>8</ChawalQty>
  <CreatedBy>21</CreatedBy>
  <CreationDate>2024-09-19T22:15:55.076408+01:00</CreationDate>
  <EntryDate>2024-09-19T22:15:55.076408+01:00</EntryDate>
  <Kharas>sample string 13</Kharas>
  <KharasQty>9</KharasQty>
  <Location>sample string 19</Location>
  <LocationID>18</LocationID>
  <MenuID>11</MenuID>
  <Mithas>sample string 16</Mithas>
  <MithasQty>7</MithasQty>
  <ReturnVal>1</ReturnVal>
  <Roti>sample string 17</Roti>
  <RotiQty>6</RotiQty>
  <SingleCon>sample string 12</SingleCon>
  <StatusID>20</StatusID>
  <Tarkari>sample string 14</Tarkari>
  <TarkariQty>10</TarkariQty>
  <UmurID>3</UmurID>
  <WDate>2024-09-19T22:15:55.076408+01:00</WDate>
  <WeeklyID>2</WeeklyID>
</FMBMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.