DeleteDDLData

Action to add a new DDL translation.

Required parameters

Parameter Key Value Type Parameter Description
dataArea Alphanumeric string

The data area where the DDL data is stored

Maximum length for strings is 14.

key Alphanumeric string

The value that identifies a form field.

Maximum length for strings is 3.

data Alphanumeric string

The data to be translated.

Maximum length for strings is 79.

language Alphanumeric string

The language name.

This is a key field and must not be left blank. Records with blank languages are the default language titles.

Maximum length for strings is 10.

Optional parameter

Parameter Key Value Type Parameter Description
dataTranslation Alphanumeric string

The translated data.

Maximum length for strings is 79.

XML request format

Format of the request XML payload for POST method calls. Note that these must always be wrapped by an <ACTION> node.

<ACTION actionName="DDLTranslation">
<DDLTRANSLATION key="HYI" dataArea="PDL" data="To Be Translated" language="XLANG" dataTranslation="XTo Be TranslatedX"/>
<DDLTRANSLATION key="HVB" dataArea="PDL" data="To Be Translated" language="XLANG" dataTranslation="XTo Be TranslatedX"/>
</ACTION>