Entity Information
Data type: DivisionAttribute, fields list
URL: /api/divisions/{divisionId}/attributes
HTTP Method: POST
Description
Create new attribute for a division.
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 }