POST api/Efood/AcceptEfoodOrder
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"efoodProductConnectionRequests": [
{
"$id": "2",
"EfoodID": "sample string 1",
"ProductSizeID": 1,
"ProductExtraID": 1
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"guid": "ca9e0cc9-0988-4476-bb28-9b6413947310",
"BranchID": 2,
"isConnected": true,
"ProductID": 3,
"EfoodId": 4,
"WebOrderId": 5,
"efoodCancelReason": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Outcome": 0,
"Message": "sample string 1",
"Data": "sample string 2"
}