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]

    loads uuid[]
    storeId uuidrequired

Responses

Buffer location created

Schema
    _id uuid
    name string
    location string
    type string

    Possible values: [pickup, dropoff]

    properties object
    loads object[]
  • Array [
  • _id uuid
    name string
    setName string
    loadType string
    maxWeight number
    loadPositions string[]
    properties object
    createdAt date-time
    updatedAt date-time
  • ]
  • storeId uuid
    createdAt date-time
    updatedAt date-time
Loading...