POST api/EndFoodApiByMBE
Request Information
URI Parameters
None.
Body Parameters
EndFoodOrderDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| JsonQuery | string |
None. |
|
| OrderId | integer |
None. |
|
| TotalBill | decimal number |
None. |
|
| SubTotal | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"JsonQuery": "sample string 1",
"OrderId": 2,
"TotalBill": 3.0,
"SubTotal": 4.0
}
application/xml, text/xml
Sample:
<EndFoodOrderDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRide_API"> <JsonQuery>sample string 1</JsonQuery> <OrderId>2</OrderId> <SubTotal>4</SubTotal> <TotalBill>3</TotalBill> </EndFoodOrderDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IAsyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCompleted | boolean |
None. |
|
| AsyncWaitHandle | WaitHandle |
None. |
|
| AsyncState | Object |
None. |
|
| CompletedSynchronously | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.