v1
latestOpenAPI 3.0.02026-07-1398671635.1 KBRestaurants
publicly-accessible
Get Restaurant Fees
Get the fees currently applied to a restaurant in a particular tenant
get/restaurants/{tenant}/{restaurantId}/fees
Path parameters
tenantstring required
A two-character country code for which country the restaurant resides in.
restaurantIdstring required
A unique identifier for a restaurant
Headers
User-Agentstring
Request header string that allows the server to identify the application making the request.
Response
Success
Example response
{
"bagFee": {
"description": "A charge for bags in delivery",
"serviceTypes": {
"default": {
"amount": 0
},
"collection": {
"amount": 5
},
"delivery": {
"amount": 10
}
}
}
}