Account element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <Account code="..." description="..."> <name> <title>...</title> <firstName>...</firstName> <lastName>...</lastName> </name> <externalRef2>...</externalRef2> <loaded>...</loaded> <address> <address1>...</address1> <city>...</city> <country>...</country> <state>...</state> <address2>...</address2> <address3>...</address3> <zipCode>...</zipCode> </address> <externalRef1>...</externalRef1> <customFields> <customField code="..." description="..." valueDate="..." valuePeriodStartDate="..." valuePeriodEndDate="..." valuePeriodPriority="..."> <mapValue> <entry> <key>...</key> <value> <dateValue>...</dateValue> <doubleValue>...</doubleValue> <longValue>...</longValue> <stringValue>...</stringValue> <entityReferenceValue classname="..." code="..." /> </value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'customFieldValueDto' type)--> </value> </entry> <!--...more entries...--> </mapValue> <longValue>...</longValue> <listValue> <value> <dateValue>...</dateValue> <doubleValue>...</doubleValue> <longValue>...</longValue> <stringValue>...</stringValue> <entityReferenceValue classname="..." code="..." /> </value> <value> <!--...--> </value> <!--...more "value" elements...--> </listValue> <stringValue>...</stringValue> <entityReferenceValue classname="..." code="..." /> <dateValue>...</dateValue> <doubleValue>...</doubleValue> </customField> <customField code="..." description="..." valueDate="..." valuePeriodStartDate="..." valuePeriodEndDate="..." valuePeriodPriority="..."> <!--...--> </customField> <!--...more "customField" elements...--> </customFields> </Account>