v1

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

Create a new delivery pool

A delivery pool is a named group of drivers which deliver food for a set of restaurants.

post/delivery/pools

Request body

namestring required

The name of the pool, used by operations teams, in reports, etc.

restaurantsnumber[]

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

Example request

{
  "name": "Toronto - West",
  "restaurants": [
    123,
    456
  ]
}

Response

Pool has been created.