AddTitleTranslation
Action to add 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.  | 
            
| title | Alphanumeric string | The translated title for the default title defined.
               Minimum length for string is 0, maximum length for string is 52.  | 
            
Optional Parameter
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| 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 method calls.
/lawson-ios/action/AddTitleTranslation?language=<language>&token=<token>&productLine=<productline>&seqNbr=<seqNbr>&title=<title>