ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface LegalIdentifier

    interface LegalIdentifier {
        id: string;
        entityType?: string;
        entityId?: string;
        type: string;
        value: string;
        country?: string;
        isActive: boolean;
        createdAt?: string;
        updatedAt?: string;
    }
    Index

    Properties

    id: string
    entityType?: string
    entityId?: string
    type: string
    value: string
    country?: string
    isActive: boolean
    createdAt?: string
    updatedAt?: string