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

    Interface EdiPartner

    interface EdiPartner {
        id: string;
        name: string;
        code: string;
        type: EdiPartnerType;
        isActive: boolean;
        gln?: string | null;
        duns?: string | null;
        lei?: string | null;
        eori?: string | null;
        vat?: string | null;
        siret?: string | null;
        siren?: string | null;
        sapPartnerNumber?: string | null;
        sapPartnerType?: string | null;
        sapLogicalSystem?: string | null;
        sapClientNumber?: string | null;
        oracleVendorId?: string | null;
        oracleCustomerId?: string | null;
        d365VendorAccount?: string | null;
        d365CustomerAccount?: string | null;
        protocol: EdiProtocol;
        connectionUrl?: string | null;
        connectionPort?: number | null;
        primaryFormat: EdiFormat;
        secondaryFormat?: EdiFormat | null;
        edifactVersion?: EdifactVersion | null;
        x12Version?: X12Version | null;
        charset?: EdifactCharset;
        senderId: string;
        senderQualifier?: string | null;
        receiverId: string;
        receiverQualifier?: string | null;
        testMode: boolean;
        supportsOrders: boolean;
        supportsOrdrsp: boolean;
        supportsOrdchg: boolean;
        supportsDesadv: boolean;
        supportsRecadv: boolean;
        supportsIftmin: boolean;
        supportsIftsta: boolean;
        supportsInvoices: boolean;
        supportsCredit: boolean;
        supportsRemadv: boolean;
        supportsPricat: boolean;
        supportsProdat: boolean;
        supportsPartin: boolean;
        supportsDelfor: boolean;
        supportsDeljit: boolean;
        supportsSlsrpt: boolean;
        supportsInvrpt: boolean;
        supportsQuotes: boolean;
        supportsReqote: boolean;
        supportsContrl: boolean;
        supportsAperak: boolean;
        autoProcess: boolean;
        autoSend: boolean;
        validateSchema: boolean;
        validateBusinessRules: boolean;
        sendAcknowledgment: boolean;
        sendFunctionalAck: boolean;
        requireAcknowledgment: boolean;
        ackTimeoutMinutes: number;
        retryAttempts: number;
        retryDelaySeconds: number;
        contactName?: string | null;
        contactEmail?: string | null;
        contactPhone?: string | null;
        technicalContact?: string | null;
        technicalEmail?: string | null;
        clientId?: string | null;
        client?: { id: string; name: string; code: string } | null;
        supplierId?: string | null;
        supplier?: { id: string; name: string; code: string } | null;
        notes?: string | null;
        contractRef?: string | null;
        slaLevel?: string | null;
        timezone?: string;
        language?: string;
        country?: string;
        industry?: string | null;
        _count?: {
            messages?: number;
            mappings?: number;
            interchanges?: number;
            idocs?: number;
            productMappings?: number;
        };
        createdAt: string;
        updatedAt: string;
    }
    Index

    Properties

    id: string
    name: string
    code: string
    isActive: boolean
    gln?: string | null
    duns?: string | null
    lei?: string | null
    eori?: string | null
    vat?: string | null
    siret?: string | null
    siren?: string | null
    sapPartnerNumber?: string | null
    sapPartnerType?: string | null
    sapLogicalSystem?: string | null
    sapClientNumber?: string | null
    oracleVendorId?: string | null
    oracleCustomerId?: string | null
    d365VendorAccount?: string | null
    d365CustomerAccount?: string | null
    protocol: EdiProtocol
    connectionUrl?: string | null
    connectionPort?: number | null
    primaryFormat: EdiFormat
    secondaryFormat?: EdiFormat | null
    edifactVersion?: EdifactVersion | null
    x12Version?: X12Version | null
    charset?: EdifactCharset
    senderId: string
    senderQualifier?: string | null
    receiverId: string
    receiverQualifier?: string | null
    testMode: boolean
    supportsOrders: boolean
    supportsOrdrsp: boolean
    supportsOrdchg: boolean
    supportsDesadv: boolean
    supportsRecadv: boolean
    supportsIftmin: boolean
    supportsIftsta: boolean
    supportsInvoices: boolean
    supportsCredit: boolean
    supportsRemadv: boolean
    supportsPricat: boolean
    supportsProdat: boolean
    supportsPartin: boolean
    supportsDelfor: boolean
    supportsDeljit: boolean
    supportsSlsrpt: boolean
    supportsInvrpt: boolean
    supportsQuotes: boolean
    supportsReqote: boolean
    supportsContrl: boolean
    supportsAperak: boolean
    autoProcess: boolean
    autoSend: boolean
    validateSchema: boolean
    validateBusinessRules: boolean
    sendAcknowledgment: boolean
    sendFunctionalAck: boolean
    requireAcknowledgment: boolean
    ackTimeoutMinutes: number
    retryAttempts: number
    retryDelaySeconds: number
    contactName?: string | null
    contactEmail?: string | null
    contactPhone?: string | null
    technicalContact?: string | null
    technicalEmail?: string | null
    clientId?: string | null
    client?: { id: string; name: string; code: string } | null
    supplierId?: string | null
    supplier?: { id: string; name: string; code: string } | null
    notes?: string | null
    contractRef?: string | null
    slaLevel?: string | null
    timezone?: string
    language?: string
    country?: string
    industry?: string | null
    _count?: {
        messages?: number;
        mappings?: number;
        interchanges?: number;
        idocs?: number;
        productMappings?: number;
    }
    createdAt: string
    updatedAt: string