@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias SpacesUpdateParameters

    type SpacesUpdateParameters = {
        acs_entrance_ids?: string[];
        customer_data?: {
            address?: string;
            default_checkin_time?: string;
            default_checkout_time?: string;
            time_zone?: string;
        };
        device_ids?: string[];
        name?: string;
        space_id?: string;
        space_key?: string;
    }
    Index
    acs_entrance_ids?: string[]

    IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances.

    customer_data?: {
        address?: string;
        default_checkin_time?: string;
        default_checkout_time?: string;
        time_zone?: string;
    }

    Reservation/stay-related defaults for the space. Only the keys you provide are updated; omit a key to leave it unchanged. Pass null on a key to clear it.

    Type Declaration

    • Optionaladdress?: string

      Postal address for the space.

    • Optionaldefault_checkin_time?: string

      Default check-in time for reservations at the space, as HH:mm or HH:mm:ss.

    • Optionaldefault_checkout_time?: string

      Default check-out time for reservations at the space, as HH:mm or HH:mm:ss.

    • Optionaltime_zone?: string

      IANA time zone for the space, e.g. America/Los_Angeles.

    device_ids?: string[]

    IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.

    name?: string

    Name of the space.

    space_id?: string

    ID of the space that you want to update.

    space_key?: string

    Unique key of the space that you want to update.