v1

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

Replace an existing delivery pool

Replace an existing delivery pool changing all of its properties

put/delivery/pools/{deliveryPoolId}

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 replaced

namestring

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.