Add optional interfaces - HxGN SDx - Update 63 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

When you create or modify and object instance, the @Interfaces property in Web API v3 provides the ability to add or remove optional interfaces.

For example, the following payload can be used with a PATCH operation to add the ISDADocRevItems interface (true) and remove the IFDWDocRevItems interface (false) from an object.

{

"@Interfaces": {

"ISDADocRevItems": true,

"IFDWDocRevItems": false

}

}