Skip to main content

Update a calling station by ID

PUT 

/calling-stations/:id

The Update Calling Station request allows you to update information about a specific calling station in ANSCER FMS.

Request

Path Parameters

    id stringrequired

    The ID of the calling station to retrieve, update or delete

Body

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

    Possible values: [web, physical]

    requestType string

    Possible values: [pickup, dropoff, empty]

Responses

Calling Station updated

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 string
    alias object
    stationType string

    Possible values: [web, physical]

    requestType string

    Possible values: [pickup, dropoff, empty]

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