HTTP API Process name: Set property
Sets a property on an Item.
Process JSON
 {
  "Operation": "Item.SetProperty",
  "PropertyMap": {
    "_property$": "attributename$",
    "_value@": "value"
  }
 }	
                                                    Property Descriptions
Note: Properties shown in RED are mandatory.
Property
The name of the property or attribute to set, eg 'postcode$'
Value
The value to set, as a simple value, or as an expression, eg 'SG1 2JY' or 'pc_area$+pc_district$+chr(32)+pc_sector$+pc_unit$'
 Search Tips
Search Tips