此方法允许创建新的值映射。

    Description

    object valuemap.create(object/array **valuemaps**)

    This method allows to create new value maps.

    参数

    (object/array) 要创建的值映射。

    (object/array) Value maps to create.

    The method accepts value maps with the .

    返回值

    (object) 返回一个包含创建值的ID的对象映射属性。 返回的ID的顺序与传递的值映射的顺序相匹配。

    Return values

    (object) Returns an object containing the IDs of the created value maps the valuemapids property. The order of the returned IDs matches the order of the passed value maps.

    Examples

    创建一个值映射

    Creating a value map

    Create one value map with two mappings.

    Request:

    Response:

    1. {
    2. "valuemapids": [
    3. "1"
    4. ]
    5. },

    来源

    CValueMap::create() in frontends/php/include/classes/api/services/CValueMap.php.