POST api/MenuPreference/SetCustomerMenuPreferenceModifier
Request Information
URI Parameters
None.
Body Parameters
MenuPreferenceModifierRequestName | Description | Type | Additional information |
---|---|---|---|
MenuPreferenceModifierList | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{ "MenuPreferenceModifierList": null }
text/html
Sample:
{"MenuPreferenceModifierList":null}
application/xml, text/xml
Sample:
<MenuPreferenceModifierRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO"> <MenuPreferenceModifierList i:nil="true" /> </MenuPreferenceModifierRequest>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.