GetCustomerConfigurationResponse element
Type: | getCustomerConfigurationResponseDto |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<GetCustomerConfigurationResponse>
<actionStatus>
<status>...</status>
<errorCode>...</errorCode>
<message>...</message>
</actionStatus>
<customerBrands>
<customerBrand>
<code>...</code>
<description>...</description>
</customerBrand>
<customerBrand>
<!--...-->
</customerBrand>
<!--...more "customerBrand" elements...-->
</customerBrands>
<customerCategories>
<customerCategory>
<code>...</code>
<description>...</description>
</customerCategory>
<customerCategory>
<!--...-->
</customerCategory>
<!--...more "customerCategory" elements...-->
</customerCategories>
<titles>
<title>
<code>...</code>
<description>...</description>
<isCompany>...</isCompany>
</title>
<title>
<!--...-->
</title>
<!--...more "title" elements...-->
</titles>
</GetCustomerConfigurationResponse>