Entity Information
Data type: AssetAttribute, fields list
URL: /api/assets/{assetId}/attributes
HTTP Method: POST
Description
Create new attribute for an asset.
To create new Attribute using the Trakopolis API server you need to pass JSON or XML serialized object with following properties:
- Value: value of attribute.
- DefinitionId: Id of attribute definition.
JSON-based request example:
{
"Value": "StringValue",
"DefinitionId": 1
}