AccountHierarchy element

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

Example XML

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