Search Results for

    Show / Hide Table of Contents

    Method GetCostCenters

    GetCostCenters(String, SelectionSettingsContract, String, String, String)

    Get cost centers

    Declaration
    CostCentersResultContract GetCostCenters(string connectionId, SelectionSettingsContract selectionSettings, string companyNumber, string costCenterNumber, string fiscalYear)
    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 cost centers with the company number, default: null

    System.String costCenterNumber

    Filter cost centers with the cost center number, default: null

    System.String fiscalYear

    Filter cost centers with the fiscal year, format: yyyy, default: null

    Returns
    Type Description
    CostCentersResultContract

    Returns a result package with all necessary informations

    Examples

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

    Example for read cost centers.

    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