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)”
}