HTTP API Process name: Create point

Creates a point Item.

Process JSON

 {
  "Operation": "Item.CreatePoint",
  "PropertyMap": {
    "_ox@": "1",
    "_oy@": "1",
    "_oz@": "1"
   }
 }	

Property Descriptions

Note:

Properties shown in RED are mandatory.

Origin X

The X coordinate of the point, as a simple value, or as an expression, eg '12.34' or '_ox#'

Origin Y

The Y coordinate of the point, as a simple value, or as an expression, eg '43.21' or '_oy#'

Origin Z

The Z coordinate of the point, as a simple value, or as an expression, eg '21.43' or '_oz#'