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

    Type Alias AccessCodesUnmanagedConvertToManagedParameters

    type AccessCodesUnmanagedConvertToManagedParameters = {
        access_code_id: string;
        allow_external_modification?: boolean;
        force?: boolean;
        is_external_modification_allowed?: boolean;
        sync?: boolean;
    }
    Index

    Properties

    access_code_id: string
    allow_external_modification?: boolean
    force?: boolean
    is_external_modification_allowed?: boolean
    sync?: boolean