Search Results for

    Show / Hide Table of Contents

    Method GetProducts

    GetProducts(String, SelectionSettingsContract, String, String)

    Read products

    Declaration
    ProductsResultContract GetProducts(string connectionId, SelectionSettingsContract selectionSettings, string companyNumber, string productNumber)
    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 products with the company number, default: null

    System.String productNumber

    Optional: Filter products with the product number, default: null

    Returns
    Type Description
    ProductsResultContract

    Returns a result package with all necessary informations

    Examples

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

    Example for read products.

    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