Skip to main content

Add calling station

PATCH 

/stores/:storeId/calling-stations

Add a calling station to a store.

Request

Path Parameters

    storeId stringrequired

    The ID of the store to update calling stations

Body

required
    callingStationId uuidrequired

Responses

Calling station added

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