The type code is ACTT
| typedId | string  | 
| createdBy | integer  | 
| lastUpdateDate | string <date-time>   | 
| clientIP | string  <= 255 characters   | 
| userName | string  <= 255 characters   | 
| version | integer  | 
| command | string  <= 60 characters   | 
| timestamp | string  | 
| createDate | string <date-time>   | 
| lastUpdateBy | integer  | 
{- "typedId": "string",
 - "createdBy": 0,
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "clientIP": "string",
 - "userName": "string",
 - "version": 0,
 - "command": "string",
 - "timestamp": "string",
 - "createDate": "2019-08-24T14:15:22Z",
 - "lastUpdateBy": 0
 
}