AccountHierarchy element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <AccountHierarchy> <paymentMethod>...</paymentMethod> <countryCode>...</countryCode> <languageCode>...</languageCode> <address2>...</address2> <currencyCode>...</currencyCode> <address1>...</address1> <titleCode>...</titleCode> <customerId>...</customerId> <birthDate>...</birthDate> <customFields> <customField code="..." description="..." valueDate="..." valuePeriodStartDate="..." valuePeriodEndDate="..." valuePeriodPriority="..."> <listValue> <value> <dateValue>...</dateValue> <doubleValue>...</doubleValue> <longValue>...</longValue> <stringValue>...</stringValue> <entityReferenceValue classname="..." code="..." /> </value> <value> <!--...--> </value> <!--...more "value" elements...--> </listValue> <entityReferenceValue classname="..." code="..." /> <stringValue>...</stringValue> <longValue>...</longValue> <doubleValue>...</doubleValue> <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> <dateValue>...</dateValue> </customField> <customField code="..." description="..." valueDate="..." valuePeriodStartDate="..." valuePeriodEndDate="..." valuePeriodPriority="..."> <!--...--> </customField> <!--...more "customField" elements...--> </customFields> <phoneNumber>...</phoneNumber> <sellerCode>...</sellerCode> <zipCode>...</zipCode> <firstName>...</firstName> <billingCycleCode>...</billingCycleCode> <lastName>...</lastName> <customerBrandCode>...</customerBrandCode> <customerCategoryCode>...</customerCategoryCode> <email>...</email> <city>...</city> </AccountHierarchy>