Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Create a new order for a site, to deliver to customer
Details about who to deliver the order to.
(RFC 3339) Max. time by which the order must be delivered to the customer.
"2024-12-12T16:00:00.000Z"
Details about where to deliver the order.
An ID identifying the order. Utilize this to link an order with relevant data in your system. This detail will be visible within the driver app.
"1234567890"
Unique identifier used by our Partners to reference a site or location.
"00000000-0000-0000-0000-000000000000"
Flag to indicate this delivery requires ID check (minimum age).
Response
Order response
Unique identifier for the order within Rodeo.
"00000000-0000-0000-0000-000000000000"