POST api/MFoodz/CustomerReOrderingMFoodz
Request Information
URI Parameters
None.
Body Parameters
COMReOrderFoodzParams| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | integer |
None. |
|
| CustId | integer |
None. |
|
| CardId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": 1,
"CustId": 1,
"CardId": 1
}
application/xml, text/xml
Sample:
<COMReOrderFoodzParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRide_API"> <CardId>1</CardId> <CustId>1</CustId> <OrderID>1</OrderID> </COMReOrderFoodzParams>
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.