ListTokens

Allows viewing of information about the available tokens on a systemcode.

These names are appended to the action framework root path: "/lawson-ios/action/".

URL (general format)

SERVER:PORT/lawson-ios/action/ListTokens?<parameter=key>

Required parameters

Parameter Key Value Type Parameter Description
systemcode Alphanumeric string

The system code for the form.

This is a key field. It cannot be blank.

Maximum length for strings is 2.

productLine Alphanumeric string

The product line name.

This is a key field. It cannot be blank.

Maximum length for strings is 14.

Optional parameters

Parameter Key Value Type Parameter Description
tokenType Alphanumeric string

The type of token.

The fixed values are ALL, ONLINE, and BATCH.

transferType Alphanumeric string

Determines if token is transferable or not.

The fixed values are ALL, TRANSFER, and NOTRANSFER.

Example URL

SERVER:PORT/lawson-ios/action/ListTokens?productLine=PROD&systemCode=SYSTEMCODE&tokenType=BATCH&transferType=TRANSFER