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: |
System.String | column | Optional: Filter translated contents with the column name, default: |
System.String | id | Optional: Filter translated contents with the id, default: |
System.String | language | Optional: Filter translated contents with the language, default: |
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) |