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

HxGN SDx API Services Configuration

ft:locale
en-US
Product
HxGN SDx
Search by Category
Administration & Configuration

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

}

}