updateTakeawayOrderInfo
@Patch(value = "takeaway")
Handles PATCH orders/takeaway.
Updates takeaway information for a takeaway order.
Response mapping:
200 OKwhen takeaway info is updated404 Not Foundwhen order does not exist401 Unauthorizedfor unauthorized access400 Bad Requestfor invalid date
Return
An HTTP response representing the update result.
Parameters
request
Request containing takeaway order update details.