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

    Type Alias AccessCodesCreateMultipleParameters

    type AccessCodesCreateMultipleParameters = {
        allow_external_modification?: boolean;
        attempt_for_offline_device?: boolean;
        behavior_when_code_cannot_be_shared?: "throw" | "create_random_code";
        code?: string;
        device_ids: string[];
        ends_at?: string;
        is_external_modification_allowed?: boolean;
        name?: string;
        prefer_native_scheduling?: boolean;
        preferred_code_length?: number;
        starts_at?: string;
        use_backup_access_code_pool?: boolean;
    }
    Index

    Properties

    allow_external_modification?: boolean
    attempt_for_offline_device?: boolean
    behavior_when_code_cannot_be_shared?: "throw" | "create_random_code"
    code?: string
    device_ids: string[]
    ends_at?: string
    is_external_modification_allowed?: boolean
    name?: string
    prefer_native_scheduling?: boolean
    preferred_code_length?: number
    starts_at?: string
    use_backup_access_code_pool?: boolean