Search Results for

    Show / Hide Table of Contents

    Method GetPurchaseOrderItems

    GetPurchaseOrderItems(String, SelectionSettingsContract, String, String, String, String, String, String)

    Read purchase order items

    Declaration
    PurchaseOrderItemsResultContract GetPurchaseOrderItems(string connectionId, SelectionSettingsContract selectionSettings, string companyNumber, string vendorNumber, string internalOrderNumber, string itemNumber, string internalDeliveryNumber, string internalDeliveryItemNumber)
    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 purchase order items with the company number, default: null

    System.String vendorNumber

    Optional: Filter purchase order items with the vendor number, default: null

    System.String internalOrderNumber

    Optional: Filter purchase order items with the internal order number, default: null

    System.String itemNumber

    Optional: Filter purchase order items with the item number, default: null

    System.String internalDeliveryNumber

    Optional: Filter purchase order items with the internal delivery number, default: null

    System.String internalDeliveryItemNumber

    Optional: Filter purchase order items with the internal delivery item number, default: null

    Returns
    Type Description
    PurchaseOrderItemsResultContract

    Returns a result package with all necessary informations

    Examples

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

    Example for read purchase order items.

    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