Search Results for

    Show / Hide Table of Contents

    Method GetTranslatedContents

    GetTranslatedContents(String, SelectionSettingsContract, String, String, String, String)

    Read master data translated contents

    Declaration
    TranslatedContentsResultContract GetTranslatedContents(string connectionId, SelectionSettingsContract selectionSettings, string table, string column, string id, string language)
    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 table

    Optional: Filter translated contents with the table name, default: null

    System.String column

    Optional: Filter translated contents with the column name, default: null

    System.String id

    Optional: Filter translated contents with the id, default: null

    System.String language

    Optional: Filter translated contents with the language, default: null

    Returns
    Type Description
    TranslatedContentsResultContract

    Returns a result package with all necessary informations

    Examples

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

    Example for read master data translated contents.

    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