ListSellersResponse element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <ListSellersResponse> <actionStatus> <status>...</status> <errorCode>...</errorCode> <message>...</message> </actionStatus> <sellers> <seller code="..." description="..."> <invoicePrefix>...</invoicePrefix> <currencyCode>...</currencyCode> <countryCode>...</countryCode> <languageCode>...</languageCode> <parentSeller>...</parentSeller> <provider>...</provider> <customers> <customer code="..." description="..."> <externalRef1>...</externalRef1> <externalRef2>...</externalRef2> <name> <title>...</title> <firstName>...</firstName> <lastName>...</lastName> </name> <address> <address1>...</address1> <address2>...</address2> <address3>...</address3> <zipCode>...</zipCode> <city>...</city> <country>...</country> <state>...</state> </address> <customFields> <customField code="..." description="..."> <stringValue>...</stringValue> <dateValue>...</dateValue> <longValue>...</longValue> <doubleValue>...</doubleValue> </customField> <customField code="..." description="..."> <!--...--> </customField> <!--...more "customField" elements...--> </customFields> <customerCategory>...</customerCategory> <customerBrand>...</customerBrand> <seller>...</seller> <mandateIdentification>...</mandateIdentification> <mandateDate>...</mandateDate> <contactInformation> <email>...</email> <phone>...</phone> <mobile>...</mobile> <fax>...</fax> </contactInformation> <customerAccounts> <customerAccount code="..." description="..."> <externalRef1>...</externalRef1> <externalRef2>...</externalRef2> <name> <title>...</title> <firstName>...</firstName> <lastName>...</lastName> </name> <address> <address1>...</address1> <address2>...</address2> <address3>...</address3> <zipCode>...</zipCode> <city>...</city> <country>...</country> <state>...</state> </address> <customFields> <customField code="..." description="..."> <stringValue>...</stringValue> <dateValue>...</dateValue> <longValue>...</longValue> <doubleValue>...</doubleValue> </customField> <customField code="..." description="..."> <!--...--> </customField> <!--...more "customField" elements...--> </customFields> <customer>...</customer> <currency>...</currency> <status>...</status> <paymentMethod>...</paymentMethod> <creditCategory>...</creditCategory> <dateStatus>...</dateStatus> <dateDunningLevel>...</dateDunningLevel> <contactInformation> <email>...</email> <phone>...</phone> <mobile>...</mobile> <fax>...</fax> </contactInformation> <dunningLevel>...</dunningLevel> <mandateIdentification>...</mandateIdentification> <mandateDate>...</mandateDate> <balance>...</balance> <terminationDate>...</terminationDate> <billingAccounts> <billingAccount code="..." description="..."> <externalRef1>...</externalRef1> <externalRef2>...</externalRef2> <name> <title>...</title> <firstName>...</firstName> <lastName>...</lastName> </name> <address> <address1>...</address1> <address2>...</address2> <address3>...</address3> <zipCode>...</zipCode> <city>...</city> <country>...</country> <state>...</state> </address> <customFields> <customField code="..." description="..."> <stringValue>...</stringValue> <dateValue>...</dateValue> <longValue>...</longValue> <doubleValue>...</doubleValue> </customField> <customField code="..." description="..."> <!--...--> </customField> <!--...more "customField" elements...--> </customFields> <customerAccount>...</customerAccount> <billingCycle>...</billingCycle> <country>...</country> <language>...</language> <paymentMethod>...</paymentMethod> <nextInvoiceDate>...</nextInvoiceDate> <subscriptionDate>...</subscriptionDate> <terminationDate>...</terminationDate> <paymentTerms>...</paymentTerms> <electronicBilling>...</electronicBilling> <status>...</status> <terminationReason>...</terminationReason> <email>...</email> <userAccounts> <userAccount code="..." description="..."> <externalRef1>...</externalRef1> <externalRef2>...</externalRef2> <name> <title>...</title> <firstName>...</firstName> <lastName>...</lastName> </name> <address> <address1>...</address1> <address2>...</address2> <address3>...</address3> <zipCode>...</zipCode> <city>...</city> <country>...</country> <state>...</state> </address> <customFields> <customField code="..." description="..."> <stringValue>...</stringValue> <dateValue>...</dateValue> <longValue>...</longValue> <doubleValue>...</doubleValue> </customField> <customField code="..." description="..."> <!--...--> </customField> <!--...more "customField" elements...--> </customFields> <billingAccount>...</billingAccount> <subscriptionDate>...</subscriptionDate> <terminationDate>...</terminationDate> <status>...</status> <terminationReason>...</terminationReason> <subscriptions> <subscription code="..." description="..."> <userAccount>...</userAccount> <offerTemplate>...</offerTemplate> <subscriptionDate>...</subscriptionDate> <terminationDate>...</terminationDate> <status>...</status> <customFields> <customField code="..." description="..."> <stringValue>...</stringValue> <dateValue>...</dateValue> <longValue>...</longValue> <doubleValue>...</doubleValue> </customField> <customField code="..." description="..."> <!--...--> </customField> <!--...more "customField" elements...--> </customFields> <accesses> <access code="..."> <subscription>...</subscription> <startDate>...</startDate> <endDate>...</endDate> </access> <access code="..."> <!--...--> </access> <!--...more "access" elements...--> </accesses> <services> <serviceInstance code="..." description="..."> <status>...</status> <subscriptionDate>...</subscriptionDate> <terminationDate>...</terminationDate> <quantity>...</quantity> <terminationReason>...</terminationReason> </serviceInstance> <serviceInstance code="..." description="..."> <!--...--> </serviceInstance> <!--...more "serviceInstance" elements...--> </services> <terminationReason>...</terminationReason> </subscription> <subscription code="..." description="..."> <!--...--> </subscription> <!--...more "subscription" elements...--> </subscriptions> </userAccount> <userAccount> <!--...--> </userAccount> <!--...more "userAccount" elements...--> </userAccounts> </billingAccount> <billingAccount> <!--...--> </billingAccount> <!--...more "billingAccount" elements...--> </billingAccounts> </customerAccount> <customerAccount> <!--...--> </customerAccount> <!--...more "customerAccount" elements...--> </customerAccounts> </customer> <customer> <!--...--> </customer> <!--...more "customer" elements...--> </customers> </seller> <seller code="..." description="..."> <!--...--> </seller> <!--...more "seller" elements...--> </sellers> </ListSellersResponse>