Skip to main content
Version: v3

Update Service Location

PUT 

/calendars/services/locations/:serviceLocationId

Update an existing service location

Request

Version stringrequired

API Version

Available optionsv3
serviceLocationId stringrequired

Unique Service Location ID

application/json

Bodyrequired

    namestring

    Location name

    slugstring

    Updated URL-friendly slug identifier

    phonestring

    Updated contact phone number

    addressstring

    Use a full street address when locationType is offline. Use a user-facing label when locationType is ask_booker.

    coverImagestring

    Updated URL of the cover image

    locationTypestring

    Location type

    Available optionsofflineask_booker
application/json

Service location updated successfully

Schema
    idstringrequired

    Service Location ID

    locationIdstringrequired

    Location ID

    namestringrequired

    Location name

    slugstringrequired

    Unique URL-friendly identifier for the service location

    isActiveboolean

    Whether location is active

    Default value: true
    isPrivateboolean

    Whether location is private (not shown publicly)

    Default value: false
    coverImagestring

    URL of the cover image displayed for this location

    locationTypestring

    Location type

    Available optionsofflineask_booker
    addressstring

    Use a full street address when locationType is offline. Use a user-facing label when locationType is ask_booker.

    phonestring

    Contact phone number for the service location