open-nav
    Preparing search index...

    Interface LineModificationReferenceType

    Marking the goal of modification of the line (in the case of data supply about changes/updates only)

    Módosításról történő adatszolgáltatás esetén a tételsor módosítás jellegének jelölése

    interface LineModificationReferenceType {
        lineNumberReference: number;
        lineOperation: LineOperationType;
    }
    Index
    lineNumberReference: number

    Line number of the original invoice, which the modification occurs with. In case of create operation the tag shall contain the new line number, as a sequential increment of the the existing lines set

    Az eredeti számla módosítással érintett tételének sorszáma (lineNumber). Új tétel létrehozása esetén az új tétel sorszáma, a meglévő tételsorok számozásának folytatásaként

    lineOperation: LineOperationType

    Line modification type

    A számlatétel módosításának jellege