Skip to main content

Create a new store

POST 

/stores

Create a new store.

Request

Body

required
    name stringrequired
    username stringrequired
    password stringrequired
    bufferLocations uuid[]
    callingStations uuid[]
    properties object

Responses

Store created

Schema
    _id uuid
    name string
    username string
    bufferLocations uuid[]
    callingStations uuid[]
    properties object
    createdAt date-time
    updatedAt date-time
Loading...