POST api/Menu/GetStockData
Request Information
URI Parameters
None.
Body Parameters
POSGetStokeRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantIDF | globally unique identifier |
None. |
|
| BranchIDF | globally unique identifier |
None. |
|
| StockStatus | integer |
None. |
|
| MenuItemIDP | globally unique identifier |
None. |
|
| SearchValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantIDF": "ec3fbe01-04e2-4683-9f32-028a05beb5f6",
"BranchIDF": "ed6edbbe-acb9-43f6-9aaf-157a456917a6",
"StockStatus": 1,
"MenuItemIDP": "046a626c-861f-41f8-bf5f-ea1db121c533",
"SearchValue": "sample string 3"
}
application/xml, text/xml
Sample:
<POSGetStokeRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>ed6edbbe-acb9-43f6-9aaf-157a456917a6</BranchIDF> <MenuItemIDP>046a626c-861f-41f8-bf5f-ea1db121c533</MenuItemIDP> <RestaurantIDF>ec3fbe01-04e2-4683-9f32-028a05beb5f6</RestaurantIDF> <SearchValue>sample string 3</SearchValue> <StockStatus>1</StockStatus> </POSGetStokeRequestClass>
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. |