POST api/MenuOrder/Write
Request Information
URI Parameters
None.
Body Parameters
MPW.DataAccess.Models.MenuOrderParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StartServingDT | date |
None. |
|
| EndServingDT | date |
None. |
|
| SiteGroupIds | Collection of integer |
None. |
|
| SiteIds | Collection of string |
None. |
|
| IsDeliverOnServingDate | boolean |
None. |
|
| DeliveryDT | date |
None. |
|
| DistributorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartServingDT": "2026-01-18T01:32:51.8081792-05:00",
"EndServingDT": "2026-01-18T01:32:51.8081792-05:00",
"SiteGroupIds": [
1,
2
],
"SiteIds": [
"sample string 1",
"sample string 2"
],
"IsDeliverOnServingDate": true,
"DeliveryDT": "2026-01-18T01:32:51.8081792-05:00",
"DistributorId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |