POST api/Online/SaveMenuItemSubOption
Saves the inputted data for suboption items in the Edit menu page, can add new sub options as well as editing.
Request Information
URI Parameters
None.
Body Parameters
Online_MenuItemSubOption| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MenuItemId | integer |
None. |
|
| OptionName | string |
None. |
|
| OptionName2 | string |
None. |
|
| Price | string |
None. |
|
| OriginalPrice | string |
None. |
|
| OrderNum | integer |
None. |
|
| Status | integer |
None. |
|
| Allergen | string |
None. |
|
| Description | string |
None. |
|
| Price2 | string |
None. |
|
| UID | integer |
None. |
|
| SKU | string |
None. |
|
| MayContain | string |
None. |
|
| Online_MenuItem | Online_MenuItem |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.