DeletePhraseTranslation
Use this action to delete a phrase translation.
Required parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
language | Alphanumeric string |
The language name. This is a key field. Cannot be blank. Records with blank languages are the default language titles. Maximum length for strings is 10. |
phrase | Alphanumeric string |
The descriptive text present in a form. This is a key field. Maximum length for strings is 50. |
longPhrase | Alphanumeric string |
The translations you want to appear when the form has more space allotted for the phrase This is an optional field. Value range is 1-50. Maximum length for strings is 50. |
longSize | Integer |
Specify the long translation size of the phrase. This is an optional field. Maximum length for strings is 50. |
Optional parameter
Parameter Key | Value Type | Parameter Description |
---|---|---|
token | Alphanumeric string |
The token name, program code or form ID. This is a key field. Maximum length for strings is 10. |
XML request format
Format of the request XML payload for GET method calls. Note that these must always be wrapped by <ACTION> nodes.
/lawson-ios/action/DeletePhraseTranslation?language=<LANGUAGE>&token=<TOKEN>&phrase=<PHRASE>&longPhrase=<LONGPHRASE>&shortPhrase=<SHORTPHRASE>