AdditionalDetails Data Type

Implemented Interfaces
Serializable
Properties
name data type description
id number
version number
companyName string
transient boolean
instantMessengers string
position string

Example

{
  "id" : 12345,
  "version" : 12345,
  "companyName" : "...",
  "transient" : true,
  "instantMessengers" : "...",
  "position" : "..."
}