The type code is M
| typedId | string  | ||||||||||||
| clicUniqueName | string  <= 255 characters   | ||||||||||||
| createdBy | integer  | ||||||||||||
| conversationId | integer  | ||||||||||||
| lastUpdateDate | string <date-time>   | ||||||||||||
object  | |||||||||||||
  | |||||||||||||
| body | string  <= 3000 characters   | ||||||||||||
| version | integer  | ||||||||||||
| clicTypeCode | string  <= 255 characters   | ||||||||||||
| createDate | string <date-time>   | ||||||||||||
| lastUpdateBy | integer  | ||||||||||||
{- "typedId": "string",
 - "clicUniqueName": "string",
 - "createdBy": 0,
 - "conversationId": 0,
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "definition": {
- "sender": "string",
 - "createdByName": "string",
 - "createdByUserName": "string",
 - "recipients": {
- "property1": "string",
 - "property2": "string"
 
} 
}, - "body": "string",
 - "version": 0,
 - "clicTypeCode": "string",
 - "createDate": "2019-08-24T14:15:22Z",
 - "lastUpdateBy": 0
 
}