@seamapi/http - v1.122.0
    Preparing search index...

    Type Alias AccessCodesUpdateParameters

    type AccessCodesUpdateParameters = {
        access_code_id: string;
        allow_external_modification?: boolean;
        attempt_for_offline_device?: boolean;
        code?: string;
        device_id?: string;
        ends_at?: string;
        is_external_modification_allowed?: boolean;
        is_managed?: boolean;
        is_offline_access_code?: boolean;
        is_one_time_use?: boolean;
        max_time_rounding?: "1hour" | "1day" | "1h" | "1d";
        name?: string;
        prefer_native_scheduling?: boolean;
        preferred_code_length?: number;
        starts_at?: string;
        sync?: boolean;
        type?: "ongoing" | "time_bound";
        use_backup_access_code_pool?: boolean;
        use_offline_access_code?: boolean;
    }
    Index

    Properties

    access_code_id: string
    allow_external_modification?: boolean
    attempt_for_offline_device?: boolean
    code?: string
    device_id?: string
    ends_at?: string
    is_external_modification_allowed?: boolean
    is_managed?: boolean
    is_offline_access_code?: boolean
    is_one_time_use?: boolean
    max_time_rounding?: "1hour" | "1day" | "1h" | "1d"
    name?: string
    prefer_native_scheduling?: boolean
    preferred_code_length?: number
    starts_at?: string
    sync?: boolean
    type?: "ongoing" | "time_bound"
    use_backup_access_code_pool?: boolean
    use_offline_access_code?: boolean