InquireTitleTranslation
Action to retrieve title translation entries.
Required Parameters
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| language | Alphanumeric string | 
               The language name defined in LANGDEF. Maximum length for string is 10.  | 
            
| productLine | Alphanumeric string | 
               The product line for LSF. 
 Empty value defaults to GEN. Maximum length for string is 14.  | 
            
| token | Alphanumeric string | 
               The form token id. For example, CU01.1. Maximum length for string is 10.  | 
            
| seqNbr | Integer | The sequence number based on the entry form the list of title translation. | 
XML request format
Format of the request XML payload for GET and POST method calls.
<ACTION>
    <TITLEXLT language="FRFR" token="ACMN.8" productLine="APPS10" seqNbr="1" />
</ACTION>