POST GetLocationByID
Request Information
URI Parameters
None.
Body Parameters
FMBMaster| Name | Description | Type | Additional 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": "2025-11-01T15:11:37.2344636+00:00",
"WDate": "2025-11-01T15:11:37.2344636+00: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": "2025-11-01T15:11:37.2344636+00: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>2025-11-01T15:11:37.2344636+00:00</CreationDate> <EntryDate>2025-11-01T15:11:37.2344636+00: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>2025-11-01T15:11:37.2344636+00:00</WDate> <WeeklyID>2</WeeklyID> </FMBMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |