Search Results for

    Show / Hide Table of Contents

    Method GetVendors

    GetVendors(String, SelectionSettingsContract, String, String)

    Read vendors

    Declaration
    VendorsResultContract GetVendors(string connectionId, SelectionSettingsContract selectionSettings, string companyNumber, string vendorNumber)
    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 vendors with the company number, default: null

    System.String vendorNumber

    Optional: Filter vendors with the vendor number, default: null

    Returns
    Type Description
    VendorsResultContract

    Returns a result package with all necessary informations

    Examples

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

    Example for read vendors.

    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