Updating objects - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

The only object type that allows updating is a Singleton.

This is exposed using the following POST:

http://[Local Host]/spfserver/api/v1/ExposedSingleton

Payload: { "Name": "NewName" }

You must use an action to update any other objects.