AddPhrase

Use this action to add a new phrase.

Required parameters

Parameter Key Value Type Parameter Description
phrase Alphanumeric string

The descriptive text present in a form.

This is a key field. Cannot be blank.

Maximum length for strings is 50.

actualSize Integer

Specify the actual size of the phrase.

This is an optional field. Cannot be null.

Maximum length for strings is 50.

shortSize Integer

Specify the short size of the phrase.

This is an optional field. Cannot be null.

Maximum length for strings is 50.

longSize Integer

Specify the long size of the phrase.

This is an optional field. Cannot be null.

Maximum length for strings is 50.

colmHeight Integer

Specify the column height of the phrase.

This is an optional field. Cannot be null.

Maximum length for strings is 3.

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/AddPhrase?phrase=<PHRASE>&shortSize=<0-50>&longSize=<0-50>&actualSize=<0-50>&colmHeight=<0-3>