Search Results for

    Show / Hide Table of Contents

    Method CreateTranslationId

    CreateTranslationId(String, RequestSettingsContract, String, String, List<KeyValueContract>)

    Creates a master data translation ID

    Declaration
    CreatedTranslationIdResultContract CreateTranslationId(string connectionId, RequestSettingsContract requestSettings, string table, string column, List<KeyValueContract> keyValues)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    RequestSettingsContract requestSettings

    Represents request settings

    System.String table

    The name of the master data object for which the translation ID is to be generated

    System.String column

    The name of the master data object field for which the translation ID is to be generated

    System.Collections.Generic.List<KeyValueContract> keyValues

    All unique key values for the master data object for the creation of a translation ID

    Returns
    Type Description
    CreatedTranslationIdResultContract

    Returns a result package with all necessary informations

    Examples

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

    Example for creates a master data translation ID.

    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