open-nav
    Preparing search index...

    Interface QueryInvoiceDigestRequestType

    Request type of the POST /queryInvoiceDigest REST operation

    A POST /queryInvoiceDigest REST operáció kérés típusa

    interface QueryInvoiceDigestRequestType {
        header: BasicHeaderType;
        invoiceDirection: InvoiceDirectionType;
        invoiceQueryParams: InvoiceQueryParamsType;
        page: number;
        software: SoftwareType;
        user: UserHeaderType;
    }
    Index

    Transactional data of the request

    A kérés tranzakcionális adatai

    invoiceDirection: InvoiceDirectionType

    Inbound or outbound invoice query parameter

    Kimenő vagy bejövő számla keresési paramétere

    invoiceQueryParams: InvoiceQueryParamsType

    Invoice query parameters

    Számla lekérdezési paraméterek

    page: number

    The queried page count

    A lekérdezni kívánt lap száma

    software: SoftwareType

    Billing software data

    A számlázóprogram adatai

    Authentication data of the request

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