Property > List/UomList - Intergraph Smart 3D Web API - Update 2 - Customization & Programming - Hexagon

Intergraph Smart 3D Admin Web API Programmers Reference

ft:locale
en-US
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Customization & Programming
Smart 3D Version
14

The user can associate a Property of an Interface to List (or UomList) entity only during creation.

  • After creation, the system does not allow user to add or modify the association between Property and List (or Property and UomList).

  • To change the association, user must delete the Property and re-create it with the correct List/UomList.

POST/PUT

<ServiceRoot>/Sites(‘MySiteAlias’)/Plants(‘PlantA’)/Interfaces(‘InterfaceId)/Properties(‘PropertyId’)/ScopedByList/$ref

{

“@odata.id”: ”<ServiceRoot>/Sites(‘MySiteAlias’)/Plants(‘PlantA’)/Lists(‘ListId)”

}