POST api/ApiReactMehriza/SubmitNewOrder
Request Information
URI Parameters
None.
Body Parameters
SubmitNewOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| idfood_str | string |
None. |
|
| tedad_str | string |
None. |
|
| idcustomer | integer |
None. |
|
| kitchen | string |
None. |
|
| dateorder | string |
None. |
|
| hour | string |
None. |
|
| min | string |
None. |
|
| meal | string |
None. |
|
| idpeik | integer |
None. |
|
| iduser | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idfood_str": "sample string 1",
"tedad_str": "sample string 2",
"idcustomer": 3,
"kitchen": "sample string 4",
"dateorder": "sample string 5",
"hour": "sample string 6",
"min": "sample string 7",
"meal": "sample string 8",
"idpeik": 9,
"iduser": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.