open-nav
    Preparing search index...

    Interface BasicHeaderType

    Transactional data of the request

    A kérés tranzakcionális adatai

    interface BasicHeaderType {
        headerVersion?: string;
        requestId: string;
        requestVersion: string;
        timestamp: string;
    }
    Index
    headerVersion?: string

    Header version number

    A header verziószáma

    requestId: string

    Identifier of the request/response, unique with the taxnumber in every data exchange transaction

    A kérés/válasz azonosítója, minden üzenetváltásnál - adószámonként - egyedi

    requestVersion: string

    Request version number, indicating which datastructure the client sends data in, and in which the response is expected

    A kérés/válasz verziószáma, hogy a hívó melyik interfész verzió szerint küld adatot és várja a választ

    timestamp: string

    UTC time of the request/response

    A kérés/válasz keletkezésének UTC ideje