funnelEntity element

Type: funnelEntity
Namespace: (default namespace)
XML Schema: ns0.xsd

A serialized representation of this class can be placed in the entity body of a request or response to or from the API. This particular entity holds a reference to a FunnelDTO.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <funnelEntity> <revision> <clientId>...</clientId> <version>...</version> </revision> <funnel> <id>...</id> <parentGroupId>...</parentGroupId> <uri>...</uri> <position> <x>...</x> <y>...</y> </position> </funnel> </funnelEntity>

Example JSON

{ "funnel" : { "id" : "...", "parentGroupId" : "...", "uri" : "...", "position" : { "x" : ..., "y" : ... } }, "revision" : { "clientId" : "...", "version" : ... } }