Skip to main content

Patch a buffer location by ID

PATCH 

/buffer-locations/:id

Partially update information about a specific buffer location.

Request

Path Parameters

    id stringrequired

    The ID of the buffer location to retrieve, update or delete

Body

required
    name string
    location string
    type string

    Possible values: [pickup, dropoff]

    properties object
    loads uuid[]
    storeId uuid

Responses

Buffer location patched

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...