v1
latestOpenAPI 3.0.02026-07-1398671635.1 KBpublicly-accessible
Restaurant OrderTimes
Update the restaurant's delivery and collection lead times
Update the restaurant's delivery and collection lead times
put/restaurants/{tenant}/{restaurantId}/ordertimes/{dayOfWeek}/{serviceType}
Path parameters
tenantstring required
A valid country code, e.g. "uk".
restaurantIdstring required
The restaurant Id.
dayOfWeek'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' required
Day of week for order time
serviceType'Delivery' | 'Collection' required
Service type of the order time
Headers
Authorizationstring required
OAuth2 token issued for logged in restaurant OR API token for third party, in the format Bearer {api_key}
Request body
Example request
{
"lowerBoundMinutes": 35,
"upperBoundMinutes": 50
}Response
Success