HTTP API Process name: Move

Moves an Item in x and/or y and/or z

Process JSON

{
 "Operation": "Item.Move",
 "PropertyMap": {
   "_dx@": "1",
   "_dy@": {
     "r8": 1
   },
   "_dz@": {
     "r8": 1
   }
  }
}	

Property Descriptions

Note: Properties shown in RED are mandatory.

Distance in X

The distance in X to move the Item, as a simple value, or as an expression, eg '123.4' or '0.1234*_sx#'

Distance in Y

The distance in Y to move the Item, as a simple value, or as an expression, eg '123.4' or '0.1234*_sy#'

Distance in Z

The distance in Z to move the Item, as a simple value, or as an expression, eg '123.4' or '0.1234*_sz#'