Search Results for

    Show / Hide Table of Contents

    Method UpdatePurchaseOrders

    UpdatePurchaseOrders(String, RequestSettingsContract, List<PurchaseOrderUpdateContract>)

    Update purchase orders

    Declaration
    RequestResultContract UpdatePurchaseOrders(string connectionId, RequestSettingsContract requestSettings, List<PurchaseOrderUpdateContract> purchaseOrders)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    RequestSettingsContract requestSettings

    Request settings, e.g. Language

    System.Collections.Generic.List<PurchaseOrderUpdateContract> purchaseOrders

    Purchase orders to be edited or added or deleted

    Returns
    Type Description
    RequestResultContract

    Returns a result package with all necessary informations

    Examples

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

    Example for update purchase orders.

    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