Entity Information

Data type: GeofenceAttribute, fields list

  

URL: /api/geofences/{geofenceId}/attributes

HTTP Method: POST

Description

Create new attribute for a geofence.

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
 }