Search Results for

    Show / Hide Table of Contents

    Method GetTermsOfPayments

    GetTermsOfPayments(String, SelectionSettingsContract, String, String)

    Read terms of payments

    Declaration
    TermsOfPaymentsResultContract GetTermsOfPayments(string connectionId, SelectionSettingsContract selectionSettings, string companyNumber, string termsOfPaymentNumber)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    SelectionSettingsContract selectionSettings

    Represents data reading settings

    System.String companyNumber

    Optional: Filter terms of payments with the company number, default: null

    System.String termsOfPaymentNumber

    Optional: Filter terms of payments with the terms of payments number, default: null

    Returns
    Type Description
    TermsOfPaymentsResultContract

    Returns a result package with all necessary informations

    Examples

    PUT http://YourServerName/InfoShare/Json/Invoice/GetTermsOfPayments

    Example for read terms of payments.

    Exceptions
    Type Condition
    ServiceException

    The connection id {connectionId} isn't valid or has expired (10008)

    ServiceException

    Verification code is needed: Verification code not yet verified (10152)

    Back to top Copyright © Kendox