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

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
classname string attribute 1/1 Classname of an entity.
classnameCode string attribute 0/1 Custom entity template code - applicable and required when reference is to Custom Entity Template type.
code string attribute 1/1 Entity code.

Example

<EntityReference classname="..." classnameCode="..." code="..."/>