Skip to content

Datasource Value Create

POST
/v1/Datasources/{id}/values

Create a new value on Datasource

Parameters

Path Parameters

id*integer

Datasource Id

Example 1

Request Body

application/json
object

Base class for DataValue for API

Format"int32"
Format"int32"
Format"int32"
Format"double"
Max Length255
Max Length100
Max Length100
Max Length100
Max Length100
Format"date-time"
Max Length255

Responses

OK

application/json
JSON
{
"id": 0,
"dataSourceId": 0,
"registrationDate": "string",
"areaId": 0,
"assetId": 0,
"projectId": 0,
"value": 0,
"description": "string",
"dimension": "string",
"dimension2": "string",
"dimension3": "string",
"dimension4": "string",
"valueDate": "string",
"externalId": "string"
}