POST api/ApiReactMehriza/SubmitNewOrderItem
Request Information
URI Parameters
None.
Body Parameters
SubmitNewOrderItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| idfood_str | string |
None. |
|
| tedad_str | string |
None. |
|
| idorder | integer |
None. |
|
| idpeik | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idfood_str": "sample string 1",
"tedad_str": "sample string 2",
"idorder": 3,
"idpeik": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.