Accept Order
POST {{base_url}}/v1/delivery/order/{{order_id}}/accept
Allows Acceptance of an Uber Eats Order for timing of pickup to be updated for the customer or courier.
Request Body
{"ready_for_pickup_time"=>"<date>", "external_id"=>"<string>", "accepted_by"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | ||
| User-Agent | string |