open-nav
    Preparing search index...

    Interface UserHeaderType

    Authentication data of the request

    A kérés authentikációs adatai

    interface UserHeaderType {
        login: string;
        passwordHash: CryptoType;
        predecessorTaxNumber?: string;
        requestSignature: CryptoType;
        taxNumber: string;
    }
    Index
    login: string

    Login name of the technical user

    A technikai felhasználó login neve

    passwordHash: CryptoType

    Hash value of the technical user's password

    A technikai felhasználó jelszavának hash értéke

    predecessorTaxNumber?: string

    The taxpayer's tax number, whose name the technical user operates in

    A jogelőd adószáma, aki nevében a technikai felhasználó tevékenykedik

    requestSignature: CryptoType

    Hash value of the request's signature

    A kérés aláírásának hash értéke

    taxNumber: string

    The taxpayer's tax number, whose name the technical user operates in

    A rendszerben regisztrált adózó adószáma, aki nevében a technikai felhasználó tevékenykedik