...
Attributes | Description | Type | Notes |
MsgId | Unique message Id | Long | This must be globally unique across all message types |
MsgTimeStamp | Date and time that the message was sent | DateTime | |
UserId | Id of the entity which needs to be updated | Integer | This is the User Id of the entity. If the Id is not found or if there are duplicates found, then the update will fail |
Type | The type of entity to update. Available options are:–
| EntityType | At the moment the only entity type supported is area, but other types can be easily added on request |
Enabled | The state to set on the selected entity | Boolean | To enabled the entity, set this value to true, otherwise false |
...