tables (type Table)

Note: For more information about how to create Request/tables, see ExampleCreateRequest.java.

Property

Type

Description

Required

token

String

Token value to identify the field. A proper prefix is required. See Field Token for more details.

Yes

columns

Column

Array list of token, values, and dates. See the following three properties for details.

Yes

columns /token

String

Token value to identify the field. Proper prefix is required. See Field Token for more details.

Yes

columns /values

String

Array list of string values of the field. It allows single or multiple values for multi-select fields.

Yes

columns /dates

dateTime

Array list of string values of the field. It allows single or multiple values for multiple selected fields. This XML Schema type dateTime is equivalent to java.util.Calendar.

Yes