Skip to main content
Version: v3

Create Service Location

POST 

/calendars/services/locations

Create a new service location

Request

Version stringrequired

API Version

Available optionsv3
application/json

Bodyrequired

    locationIdstringrequired

    Location ID

    namestringrequired

    Location name

    slugstringrequired

    URL-friendly slug identifier

    phonestring

    Phone number

    addressstring

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

    coverImagestring

    URL of the cover image for this service location

    locationTypestring

    Location type

    Available optionsofflineask_booker
application/json

Service location created 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