POST services/api/rest/v1/Update_ShowinMenuStatus
Request Information
URI Parameters
None.
Body Parameters
Collection of Rest_MenuUpdate_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Itemcode | string |
None. |
|
| Name | string |
None. |
|
| Category | string |
None. |
|
| ArabicName | string |
None. |
|
| Price | decimal number |
None. |
|
| CostPrice | decimal number |
None. |
|
| LocationId | integer |
None. |
|
| ShowInMenu | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Selected | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Itemcode": "sample string 1",
"Name": "sample string 2",
"Category": "sample string 3",
"ArabicName": "sample string 4",
"Price": 5.0,
"CostPrice": 6.0,
"LocationId": 7,
"ShowInMenu": true,
"IsActive": true,
"Selected": true
},
{
"Itemcode": "sample string 1",
"Name": "sample string 2",
"Category": "sample string 3",
"ArabicName": "sample string 4",
"Price": 5.0,
"CostPrice": 6.0,
"LocationId": 7,
"ShowInMenu": true,
"IsActive": true,
"Selected": true
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Rest_MenuUpdate_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Itemcode | string |
None. |
|
| Name | string |
None. |
|
| Category | string |
None. |
|
| ArabicName | string |
None. |
|
| Price | decimal number |
None. |
|
| CostPrice | decimal number |
None. |
|
| LocationId | integer |
None. |
|
| ShowInMenu | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Selected | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Itemcode": "sample string 1",
"Name": "sample string 2",
"Category": "sample string 3",
"ArabicName": "sample string 4",
"Price": 5.0,
"CostPrice": 6.0,
"LocationId": 7,
"ShowInMenu": true,
"IsActive": true,
"Selected": true
},
{
"Itemcode": "sample string 1",
"Name": "sample string 2",
"Category": "sample string 3",
"ArabicName": "sample string 4",
"Price": 5.0,
"CostPrice": 6.0,
"LocationId": 7,
"ShowInMenu": true,
"IsActive": true,
"Selected": true
}
]