> Value map object

The following objects are directly related to the valuemap API.

Value map

The value map object has the following properties.

Property Type Description
valuemapid string (readonly) ID of the value map.
name
(required)
string Name of the value map.
mappings
(required)
array Value mappings for current value map. The mapping object is described in detail below.

Note that for some methods (update, delete) the required/optional parameter combination is different.

Value mappings

The value mappings object defines value mappings of the value map. It has the following properties.

Property Type Description
value
(required)
string Original value.
newvalue
(required)
string Value to which the original value is mapped to.