POST api/Food/TempOrderSaveSAVE
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| TenentID | integer |
None. |
|
| MYTRANSID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| LOCATION_ID | integer |
None. |
|
| planid | integer |
None. |
|
| DayNumber | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| WeekofDay | string |
None. |
|
| TotalSubDays | integer |
None. |
|
| Total_price | decimal number |
None. |
|
| LstInvDetail | Collection of clsInvoiceDetail |
None. |
|
| XML | string |
None. |
Body Parameters
None.
Response Information
Resource Description
clsInvoiceHeadHD| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| TenentID | integer |
None. |
|
| MYTRANSID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| LOCATION_ID | integer |
None. |
|
| planid | integer |
None. |
|
| DayNumber | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| WeekofDay | string |
None. |
|
| TotalSubDays | integer |
None. |
|
| Total_price | decimal number |
None. |
|
| LstInvDetail | Collection of clsInvoiceDetail |
None. |
|
| XML | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"TenentID": 2,
"MYTRANSID": 3,
"CustomerID": 4,
"LOCATION_ID": 5,
"planid": 6,
"DayNumber": 7,
"StartDate": "2026-01-07T11:24:34.8398497+03:00",
"EndDate": "2026-01-07T11:24:34.8398497+03:00",
"WeekofDay": "sample string 8",
"TotalSubDays": 1,
"Total_price": 1.0,
"LstInvDetail": [
{
"$id": "2",
"MYPRODID": 1,
"UOM": 2,
"MealType": 3,
"ProdName1": "sample string 4",
"OprationDay": 1,
"WeekofDay": "sample string 5",
"TotalWeek": 1,
"NoOfWeek": 1,
"TotalDeliveryDay": 1,
"DeliveryMeal": 1,
"StartDate": "2026-01-07T11:24:34.8398497+03:00",
"EndDate": "2026-01-07T11:24:34.8398497+03:00",
"ExpectedDelDate": "2026-01-07T11:24:34.8398497+03:00",
"DeliveryID": 6,
"Mode": "sample string 7"
},
{
"$ref": "2"
}
],
"XML": "sample string 9"
}