Skip to main content

Create a new calling station

POST 

/calling-stations

The Create Calling Station request allows you to create a new calling station in ANSCER FMS.

Request

Body

required
    name stringrequired
    username stringrequired
    password stringrequired
    locations string[]required
    storeId uuidrequired

Responses

Calling Station created

Schema
    _id uuid
    name string

    Possible values: >= 3 characters and <= 50 characters

    username string

    Possible values: >= 5 characters and <= 50 characters

    locations string[]
    approvalRequired boolean
    sku string[]
    load object
    alias object
    property name* string
    stationType string

    Possible values: [web, physical]

    requestType string

    Possible values: [pickup, dropoff, empty]

    storeId uuid
    createdAt date-time
    updatedAt date-time
Loading...