Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Web API Reference

Element Update

Element Update

Update an element by replacing items in its definition.

Request

PATCH elements/{webId}

URL Parameters

  • webId

    The ID of the element. See WebID for more information.

Body Parameter

A partial element containing the desired changes.

Status Codes

204: The element was updated.

Sample Request Body

{
  "Name": "MachineName",
  "Description": "Manufacturing Equipment MachineName",
  "TemplateName": "MachineName",
  "CategoryNames": [
    "Equipment Assets"
  ],
  "ExtendedProperties": {}
}
In This Topic
TitleResults for “How to create a CRG?”Also Available in