EngineeringUnitMap
- Last UpdatedAug 16, 2022
- 1 minute read
|
Description |
Creates a new Engineering Unit mapping on the AVEVA Insight solution |
|
URL |
/EngineeringUnitMap |
|
Method |
POST |
|
Authorization |
Bearer token |
|
Content-Type |
application/json |
|
Required Parameters |
|
|
Success Response |
Code: 200 |
|
Example Body |
Scenario 1 This request creates a new Engineering Unit map for an engineering unit called "APITest" on the AVEVA Insight solution. https:///apis/Historian/V2/EngineeringUnitMap POST /apis/Historian/V2/EngineeringUnitMap HTTP/1.1 Host: online.wonderware.[DOMAINSUFFIX] Authorization: Bearer {token} Content-Type: application/json Content-Length: 100 {"Upsert":{"Unit":"APITest","System":"Computer","Dimension":"Data","Symbol":"MB","IsSystem":false}} |