open-nav
    Preparing search index...

    Interface AuditDataType

    Invoice audit data

    A számla audit adatai

    interface AuditDataType {
        batchIndex?: number;
        index?: number;
        insCusUser: string;
        insdate: string;
        originalRequestVersion: OriginalRequestVersionType;
        source: SourceType;
        transactionId?: string;
    }
    Index
    batchIndex?: number

    Sequence number of the modification document within the batch

    A módosító okirat sorszáma a kötegen belül

    index?: number

    Sequence number of the invoice within the request

    A számla sorszáma a kérésen belül

    insCusUser: string

    Inserting technical user name

    A beszúrást végző technikai felhasználó

    insdate: string

    Insert date in UTC time

    A beszúrás időpontja UTC időben

    originalRequestVersion: OriginalRequestVersionType

    requestVersion value of the invoice exchange

    Az adatszolgáltatás requestVersion értéke

    source: SourceType

    Data exchange source

    Az adatszolgáltatás forrása

    transactionId?: string

    Transaction ID of the invoice if it was exchanged via M2M interface

    A számla tranzakció azonosítója, ha az gépi interfészen került beküldésre