EntityReferenceDto Data Type

Represents a custom field value type - reference to an Meveo entity identified by a classname and code. In case a class is a generic Custom Entity Template a classnameCode is required to identify a concrete custom entity template by its code

Implemented Interfaces
Serializable
Properties
name data type description
classname string Classname of an entity.
classnameCode string Custom entity template code - applicable and required when reference is to Custom Entity Template type.
code string Entity code.

Example

{
  "classname" : "...",
  "classnameCode" : "...",
  "code" : "..."
}