POST api/Restaurant/UpdateOrderNOTE
Request Information
URI Parameters
None.
Body Parameters
UpdateOrderNOTEmodel| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantUUID | string |
None. |
|
| OrderUUID | string |
None. |
|
| OrderNOTE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantUUID": "sample string 1",
"OrderUUID": "sample string 2",
"OrderNOTE": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.