Upload Memo to Data API
- Last UpdatedJun 24, 2025
- 1 minute read
- Engineering
- Integration Service 4.0
- Integrators
Method: POST
URL: https://eu.ais.connect.aveva.com/data/api/v1.1/datasources/{productcategory}/{datasourcename}/memo
Parameters:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
productcategory |
string |
Yes |
The name of the product category |
|
datasourcename |
string |
Yes |
The name of the data source |
|
path |
string |
Yes |
The type of data to being uploaded the Data source |
|
data |
string |
Yes |
Data to be uploaded in JSON String |
|
acknowledgementId |
string |
No |
Required during PATCH |
Request:
{
"DataDto": {
"metadata": "List Of tables",
"Path": "/tables",
"data": "[{\"Name\":\"AIRCOOLEDHEATEXCHANGER\",\"Type\":\"PROCEDURE\"},
{\"Name\":\"ATMOSPHERICTANK\",\"Type\":\"PROCEDURE\"},
{\"Name\":\"CENTRIFUGALCOMPRESSOR\",\"Type\":\"PROCEDURE\"},
{\"Name\":\"CENTRIFUGALPUMP\",\"Type\":\"PROCEDURE\"}]"
},
"Topic": "test",
"Context": "{\"DataSourceName\":\"test_APS_tables\"}"
}
Response:200 OK
{
"acknowledgementId": "b1c7d8ea-f103-4735-91fd-129a4aa07929"
}