v1

latestOpenAPI 3.0.02026-07-1498671635.3 KB
Delivery Pools API
publicly-accessible

Add restaurants to an existing delivery pool

Add additional restaurants to a delivery pool

put/delivery/pools/{deliveryPoolId}/restaurants

Response

OK

restaurantsnumber[]

A list of Just Eat restaurant ids served by the pool.

Example response

{
  "restaurants": [
    10202,
    10203
  ]
}