UpdateValueListTranslation

Use this action to update a value list translation.

Required parameters

Parameter Key Value Type Parameter Description
language Alphanumeric string

The language name defined in LANGDEF.

Minimum length for strings is 1 and the maximum length for strings is 10.

value Alphanumeric string

The message for the Value List.

Minimum length for strings is 1. Maximum length for strings is the value of shortSize.

domainValue Alphanumeric string

The domain value of the value message.

Minimum length of strings is 1.

shortSize Integer

The maximum character size for value and valueTranslation.

Minimum length for strings is 0. Maximum length for strings is 30.

valueTranslation Alphanumeric string

Translation of the value.

Minimum length for strings is 1. Maximum length for strings is the value of shortSize.

domainValueTranslation Alphanumeric string

Translation of the domainValue.

Minimum length for strings is 1.

XML Request Format

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

<ACTION>
    <VALLSTXLT domainValue="" value=" All" language="ENGLISH" shortSize="4" domainValueTranslation="" valueTranslation="ALL" />
</ACTION>