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

    Interface EdiInterchange

    interface EdiInterchange {
        id: string;
        partnerId: string;
        partner?: EdiPartner;
        interchangeRef: string;
        controlReference: string;
        direction: EdiDirection;
        format: EdiFormat;
        syntaxIdentifier?: string | null;
        syntaxVersion?: string | null;
        senderIdentification?: string | null;
        recipientId?: string | null;
        dateTime?: string | null;
        testIndicator: boolean;
        isaControlVersion?: string | null;
        isaUsageIndicator?: string | null;
        messageCount: number;
        groupCount: number;
        segmentCount: number;
        status: EdiMessageStatus;
        acknowledgedAt?: string | null;
        ackStatus?: string | null;
        fileName?: string | null;
        fileSize?: number | null;
        checksum?: string | null;
        sentAt?: string | null;
        receivedAt?: string | null;
        processedAt?: string | null;
        errorMessage?: string | null;
        createdAt: string;
        updatedAt: string;
    }
    Index

    Properties

    id: string
    partnerId: string
    partner?: EdiPartner
    interchangeRef: string
    controlReference: string
    direction: EdiDirection
    format: EdiFormat
    syntaxIdentifier?: string | null
    syntaxVersion?: string | null
    senderIdentification?: string | null
    recipientId?: string | null
    dateTime?: string | null
    testIndicator: boolean
    isaControlVersion?: string | null
    isaUsageIndicator?: string | null
    messageCount: number
    groupCount: number
    segmentCount: number
    acknowledgedAt?: string | null
    ackStatus?: string | null
    fileName?: string | null
    fileSize?: number | null
    checksum?: string | null
    sentAt?: string | null
    receivedAt?: string | null
    processedAt?: string | null
    errorMessage?: string | null
    createdAt: string
    updatedAt: string