Skip to main content

Create a new buffer location

POST 

/buffer-locations

Create a new buffer location.

Request

Body

required
    name stringrequired
    location stringrequired
    type string

    Possible values: [pickup, dropoff]

    properties object
    loads uuid[]
    storeId uuidrequired

Responses

Buffer location created

Schema
    _id uuid
    name string
    location string
    type string

    Possible values: [pickup, dropoff]

    properties object
    loads uuid[]
    storeId uuid
    createdAt date-time
    updatedAt date-time
Loading...