To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12
HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: www.bernhardthospitality.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetRetailer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">
<Fields xmlns="http://schemas.servicestack.net/types">String</Fields>
<Include xmlns="http://schemas.servicestack.net/types">String</Include>
<Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value>String</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Meta>
<OrderBy xmlns="http://schemas.servicestack.net/types">String</OrderBy>
<OrderByDesc xmlns="http://schemas.servicestack.net/types">String</OrderByDesc>
<Skip xmlns="http://schemas.servicestack.net/types">0</Skip>
<Take xmlns="http://schemas.servicestack.net/types">0</Take>
<Id>String</Id>
</GetRetailer>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<QueryResponseOfRetailerqQr4qQqj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
<Offset>0</Offset>
<Total>0</Total>
<Results xmlns:d2p1="http://schemas.datacontract.org/2004/07/Emun.Retailers">
<d2p1:Retailer>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:AccountType>String</d2p1:AccountType>
<d2p1:Address>String</d2p1:Address>
<d2p1:Address2>String</d2p1:Address2>
<d2p1:Address3>String</d2p1:Address3>
<d2p1:ApiKey>String</d2p1:ApiKey>
<d2p1:Balance>0</d2p1:Balance>
<d2p1:BillingLocation xmlns:d4p1="http://schemas.datacontract.org/2004/07/Emun">
<d4p1:AccountType i:nil="true" />
<d4p1:Address>String</d4p1:Address>
<d4p1:Address1>String</d4p1:Address1>
<d4p1:Address2>String</d4p1:Address2>
<d4p1:City>String</d4p1:City>
<d4p1:CompanyName>String</d4p1:CompanyName>
<d4p1:Country>String</d4p1:Country>
<d4p1:Custom2 i:nil="true" />
<d4p1:Email i:nil="true" />
<d4p1:Fax i:nil="true" />
<d4p1:Id i:nil="true" />
<d4p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<d4p1:PersonName>
<d4p1:First i:nil="true" />
<d4p1:Full />
<d4p1:Last i:nil="true" />
<d4p1:Middle i:nil="true" />
<d4p1:Salutation i:nil="true" />
<d4p1:Suffix i:nil="true" />
</d4p1:PersonName>
<d4p1:Phone i:nil="true" />
<d4p1:State>String</d4p1:State>
<d4p1:StoreSize i:nil="true" />
<d4p1:Zip>String</d4p1:Zip>
</d2p1:BillingLocation>
<d2p1:City>String</d2p1:City>
<d2p1:CompanyName>String</d2p1:CompanyName>
<d2p1:Contact>String</d2p1:Contact>
<d2p1:ContainerPriceList>String</d2p1:ContainerPriceList>
<d2p1:Country>String</d2p1:Country>
<d2p1:CreatedOn>2024-11-10T03:29:23.0555096+00:00</d2p1:CreatedOn>
<d2p1:CreditAvailable>0</d2p1:CreditAvailable>
<d2p1:CreditLimit>0</d2p1:CreditLimit>
<d2p1:CustomerType>String</d2p1:CustomerType>
<d2p1:DefaultShipOn>0001-01-01T00:00:00</d2p1:DefaultShipOn>
<d2p1:Discount>0</d2p1:Discount>
<d2p1:DoNotUse>false</d2p1:DoNotUse>
<d2p1:ERPCustId>String</d2p1:ERPCustId>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:FederalTaxID>String</d2p1:FederalTaxID>
<d2p1:FutureBalance>0</d2p1:FutureBalance>
<d2p1:Hash>String</d2p1:Hash>
<d2p1:InfoReviewed>false</d2p1:InfoReviewed>
<d2p1:IsCreditHold>false</d2p1:IsCreditHold>
<d2p1:IsKeyAccount>false</d2p1:IsKeyAccount>
<d2p1:IsModified>false</d2p1:IsModified>
<d2p1:IsNewAccount>false</d2p1:IsNewAccount>
<d2p1:IsSendSetupForm>false</d2p1:IsSendSetupForm>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:LastContactedOn>0001-01-01T00:00:00</d2p1:LastContactedOn>
<d2p1:LastLoginAttempt>0001-01-01T00:00:00</d2p1:LastLoginAttempt>
<d2p1:LastOrderId>String</d2p1:LastOrderId>
<d2p1:LastOrderTotal>0</d2p1:LastOrderTotal>
<d2p1:LastOrderedOn>0001-01-01T00:00:00</d2p1:LastOrderedOn>
<d2p1:LastYearInvoiced>0</d2p1:LastYearInvoiced>
<d2p1:LocationType>String</d2p1:LocationType>
<d2p1:Meta xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value>String</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</d2p1:Meta>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:OpenOrders>0</d2p1:OpenOrders>
<d2p1:OpenOrdersTotal>0</d2p1:OpenOrdersTotal>
<d2p1:OriginalId>String</d2p1:OriginalId>
<d2p1:PORequired>false</d2p1:PORequired>
<d2p1:Past1Days>0</d2p1:Past1Days>
<d2p1:Past30Days>0</d2p1:Past30Days>
<d2p1:Past60Days>0</d2p1:Past60Days>
<d2p1:Past90Days>0</d2p1:Past90Days>
<d2p1:PaymentTerm>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:IsCredit>false</d2p1:IsCredit>
<d2p1:IsStandard>false</d2p1:IsStandard>
<d2p1:Name>String</d2p1:Name>
</d2p1:PaymentTerm>
<d2p1:PaymentTerms>String</d2p1:PaymentTerms>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:PriceList>String</d2p1:PriceList>
<d2p1:Ranking>String</d2p1:Ranking>
<d2p1:Reference1>String</d2p1:Reference1>
<d2p1:Region>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:HouseAccount>String</d2p1:HouseAccount>
<d2p1:Name>String</d2p1:Name>
</d2p1:Region>
<d2p1:RegionId>String</d2p1:RegionId>
<d2p1:Residential>false</d2p1:Residential>
<d2p1:RestrictionGroup>String</d2p1:RestrictionGroup>
<d2p1:SalesRep>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:Active>false</d2p1:Active>
<d2p1:Address>String</d2p1:Address>
<d2p1:Bio>String</d2p1:Bio>
<d2p1:BornOn>0001-01-01T00:00:00</d2p1:BornOn>
<d2p1:City>String</d2p1:City>
<d2p1:Country>String</d2p1:Country>
<d2p1:CustomerServiceEmailAddress>String</d2p1:CustomerServiceEmailAddress>
<d2p1:Division>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:IsKeyAccount>false</d2p1:IsKeyAccount>
<d2p1:KeyAccountGroup>String</d2p1:KeyAccountGroup>
<d2p1:Name>String</d2p1:Name>
<d2p1:RepGroup>String</d2p1:RepGroup>
<d2p1:SalesRep>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:Active>false</d2p1:Active>
<d2p1:Address>String</d2p1:Address>
<d2p1:Bio>String</d2p1:Bio>
<d2p1:BornOn>0001-01-01T00:00:00</d2p1:BornOn>
<d2p1:City>String</d2p1:City>
<d2p1:Country>String</d2p1:Country>
<d2p1:CustomerServiceEmailAddress>String</d2p1:CustomerServiceEmailAddress>
<d2p1:Division>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:IsKeyAccount>false</d2p1:IsKeyAccount>
<d2p1:KeyAccountGroup>String</d2p1:KeyAccountGroup>
<d2p1:Name>String</d2p1:Name>
<d2p1:RepGroup>String</d2p1:RepGroup>
<d2p1:SalesRep>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:Active>false</d2p1:Active>
<d2p1:Address>String</d2p1:Address>
<d2p1:Bio>String</d2p1:Bio>
<d2p1:BornOn>0001-01-01T00:00:00</d2p1:BornOn>
<d2p1:City>String</d2p1:City>
<d2p1:Country>String</d2p1:Country>
<d2p1:CustomerServiceEmailAddress>String</d2p1:CustomerServiceEmailAddress>
<d2p1:Division>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:IsKeyAccount>false</d2p1:IsKeyAccount>
<d2p1:KeyAccountGroup>String</d2p1:KeyAccountGroup>
<d2p1:Name>String</d2p1:Name>
<d2p1:RepGroup>String</d2p1:RepGroup>
<d2p1:SalesRep i:nil="true" />
<d2p1:SalesRepId>String</d2p1:SalesRepId>
</d2p1:Division>
<d2p1:DivisionId>String</d2p1:DivisionId>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:FullName>String</d2p1:FullName>
<d2p1:LegacyUser>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:Email>String</d2p1:Email>
<d2p1:FullName>String</d2p1:FullName>
<d2p1:PriceList>String</d2p1:PriceList>
<d2p1:ShortName>String</d2p1:ShortName>
<d2p1:Type>String</d2p1:Type>
<d2p1:UserName>String</d2p1:UserName>
</d2p1:LegacyUser>
<d2p1:Name>String</d2p1:Name>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:Region>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:HouseAccount>String</d2p1:HouseAccount>
<d2p1:Name>String</d2p1:Name>
</d2p1:Region>
<d2p1:RegionId>String</d2p1:RegionId>
<d2p1:RepGroupId>String</d2p1:RepGroupId>
<d2p1:StartedOn>0001-01-01T00:00:00</d2p1:StartedOn>
<d2p1:State>String</d2p1:State>
<d2p1:TerminatedOn>0001-01-01T00:00:00</d2p1:TerminatedOn>
<d2p1:Territory>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:CustomerCount>0</d2p1:CustomerCount>
<d2p1:Name>String</d2p1:Name>
<d2p1:Region>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:HouseAccount>String</d2p1:HouseAccount>
<d2p1:Name>String</d2p1:Name>
</d2p1:Region>
<d2p1:RegionId>String</d2p1:RegionId>
<d2p1:ZipcodeCount>0</d2p1:ZipcodeCount>
</d2p1:Territory>
<d2p1:TerritoryId>String</d2p1:TerritoryId>
<d2p1:TotalSales>0</d2p1:TotalSales>
<d2p1:User xmlns:d9p1="http://schemas.datacontract.org/2004/07/Emun">
<Address xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Address>
<Address2 xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Address2>
<BirthDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</BirthDate>
<BirthDateRaw xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</BirthDateRaw>
<City xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</City>
<Company xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Company>
<Country xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Country>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</CreatedDate>
<Culture xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Culture>
<DigestHa1Hash xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</DigestHa1Hash>
<DisplayName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</DisplayName>
<Email xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Email>
<FirstName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</FirstName>
<FullName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</FullName>
<Gender xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Gender>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0</Id>
<InvalidLoginAttempts xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0</InvalidLoginAttempts>
<Language xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Language>
<LastLoginAttempt xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</LastLoginAttempt>
<LastName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</LastName>
<LockedDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</LockedDate>
<MailAddress xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</MailAddress>
<Meta xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">
<d10p1:KeyValueOfstringstring>
<d10p1:Key>String</d10p1:Key>
<d10p1:Value>String</d10p1:Value>
</d10p1:KeyValueOfstringstring>
<d10p1:KeyValueOfstringstring>
<d10p1:Key>Tags</d10p1:Key>
<d10p1:Value>{String:[String]}</d10p1:Value>
</d10p1:KeyValueOfstringstring>
</Meta>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</ModifiedDate>
<Nickname xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Nickname>
<PasswordHash xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PasswordHash>
<Permissions xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">
<d10p1:string>String</d10p1:string>
</Permissions>
<PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PhoneNumber>
<PostalCode xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PostalCode>
<PrimaryEmail xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PrimaryEmail>
<RecoveryToken xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</RecoveryToken>
<RefId xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0</RefId>
<RefIdStr xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</RefIdStr>
<Roles xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">
<d10p1:string>String</d10p1:string>
</Roles>
<Salt xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Salt>
<State xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</State>
<TimeZone xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</TimeZone>
<UserName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</UserName>
<Shard xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Shard>
<d9p1:AspMembershipId>00000000-0000-0000-0000-000000000000</d9p1:AspMembershipId>
<d9p1:ContactId>String</d9p1:ContactId>
<d9p1:RetailerId>String</d9p1:RetailerId>
<d9p1:SalesRepId>String</d9p1:SalesRepId>
<d9p1:Tags xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:KeyValueOfstringArrayOfstringty7Ep6D1>
<d10p1:Key>String</d10p1:Key>
<d10p1:Value>
<d10p1:string>String</d10p1:string>
</d10p1:Value>
</d10p1:KeyValueOfstringArrayOfstringty7Ep6D1>
</d9p1:Tags>
</d2p1:User>
<d2p1:UserName>String</d2p1:UserName>
<d2p1:Zip>String</d2p1:Zip>
</d2p1:SalesRep>
<d2p1:SalesRepId>String</d2p1:SalesRepId>
</d2p1:Division>
<d2p1:DivisionId>String</d2p1:DivisionId>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:FullName>String</d2p1:FullName>
<d2p1:LegacyUser>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:Email>String</d2p1:Email>
<d2p1:FullName>String</d2p1:FullName>
<d2p1:PriceList>String</d2p1:PriceList>
<d2p1:ShortName>String</d2p1:ShortName>
<d2p1:Type>String</d2p1:Type>
<d2p1:UserName>String</d2p1:UserName>
</d2p1:LegacyUser>
<d2p1:Name>String</d2p1:Name>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:Region>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:HouseAccount>String</d2p1:HouseAccount>
<d2p1:Name>String</d2p1:Name>
</d2p1:Region>
<d2p1:RegionId>String</d2p1:RegionId>
<d2p1:RepGroupId>String</d2p1:RepGroupId>
<d2p1:StartedOn>0001-01-01T00:00:00</d2p1:StartedOn>
<d2p1:State>String</d2p1:State>
<d2p1:TerminatedOn>0001-01-01T00:00:00</d2p1:TerminatedOn>
<d2p1:Territory>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:CustomerCount>0</d2p1:CustomerCount>
<d2p1:Name>String</d2p1:Name>
<d2p1:Region>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:HouseAccount>String</d2p1:HouseAccount>
<d2p1:Name>String</d2p1:Name>
</d2p1:Region>
<d2p1:RegionId>String</d2p1:RegionId>
<d2p1:ZipcodeCount>0</d2p1:ZipcodeCount>
</d2p1:Territory>
<d2p1:TerritoryId>String</d2p1:TerritoryId>
<d2p1:TotalSales>0</d2p1:TotalSales>
<d2p1:User xmlns:d7p1="http://schemas.datacontract.org/2004/07/Emun">
<Address xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Address>
<Address2 xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Address2>
<BirthDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</BirthDate>
<BirthDateRaw xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</BirthDateRaw>
<City xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</City>
<Company xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Company>
<Country xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Country>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</CreatedDate>
<Culture xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Culture>
<DigestHa1Hash xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</DigestHa1Hash>
<DisplayName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</DisplayName>
<Email xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Email>
<FirstName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</FirstName>
<FullName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</FullName>
<Gender xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Gender>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0</Id>
<InvalidLoginAttempts xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0</InvalidLoginAttempts>
<Language xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Language>
<LastLoginAttempt xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</LastLoginAttempt>
<LastName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</LastName>
<LockedDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</LockedDate>
<MailAddress xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</MailAddress>
<Meta xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">
<d8p1:KeyValueOfstringstring>
<d8p1:Key>String</d8p1:Key>
<d8p1:Value>String</d8p1:Value>
</d8p1:KeyValueOfstringstring>
<d8p1:KeyValueOfstringstring>
<d8p1:Key>Tags</d8p1:Key>
<d8p1:Value>{String:[String]}</d8p1:Value>
</d8p1:KeyValueOfstringstring>
</Meta>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</ModifiedDate>
<Nickname xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Nickname>
<PasswordHash xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PasswordHash>
<Permissions xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">
<d8p1:string>String</d8p1:string>
</Permissions>
<PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PhoneNumber>
<PostalCode xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PostalCode>
<PrimaryEmail xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PrimaryEmail>
<RecoveryToken xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</RecoveryToken>
<RefId xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0</RefId>
<RefIdStr xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</RefIdStr>
<Roles xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">
<d8p1:string>String</d8p1:string>
</Roles>
<Salt xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Salt>
<State xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</State>
<TimeZone xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</TimeZone>
<UserName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</UserName>
<Shard xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Shard>
<d7p1:AspMembershipId>00000000-0000-0000-0000-000000000000</d7p1:AspMembershipId>
<d7p1:ContactId>String</d7p1:ContactId>
<d7p1:RetailerId>String</d7p1:RetailerId>
<d7p1:SalesRepId>String</d7p1:SalesRepId>
<d7p1:Tags xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d8p1:KeyValueOfstringArrayOfstringty7Ep6D1>
<d8p1:Key>String</d8p1:Key>
<d8p1:Value>
<d8p1:string>String</d8p1:string>
</d8p1:Value>
</d8p1:KeyValueOfstringArrayOfstringty7Ep6D1>
</d7p1:Tags>
</d2p1:User>
<d2p1:UserName>String</d2p1:UserName>
<d2p1:Zip>String</d2p1:Zip>
</d2p1:SalesRep>
<d2p1:SalesRepId>String</d2p1:SalesRepId>
</d2p1:Division>
<d2p1:DivisionId>String</d2p1:DivisionId>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:FullName>String</d2p1:FullName>
<d2p1:LegacyUser>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:Email>String</d2p1:Email>
<d2p1:FullName>String</d2p1:FullName>
<d2p1:PriceList>String</d2p1:PriceList>
<d2p1:ShortName>String</d2p1:ShortName>
<d2p1:Type>String</d2p1:Type>
<d2p1:UserName>String</d2p1:UserName>
</d2p1:LegacyUser>
<d2p1:Name>String</d2p1:Name>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:Region>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:HouseAccount>String</d2p1:HouseAccount>
<d2p1:Name>String</d2p1:Name>
</d2p1:Region>
<d2p1:RegionId>String</d2p1:RegionId>
<d2p1:RepGroupId>String</d2p1:RepGroupId>
<d2p1:StartedOn>0001-01-01T00:00:00</d2p1:StartedOn>
<d2p1:State>String</d2p1:State>
<d2p1:TerminatedOn>0001-01-01T00:00:00</d2p1:TerminatedOn>
<d2p1:Territory>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:CustomerCount>0</d2p1:CustomerCount>
<d2p1:Name>String</d2p1:Name>
<d2p1:Region>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:HouseAccount>String</d2p1:HouseAccount>
<d2p1:Name>String</d2p1:Name>
</d2p1:Region>
<d2p1:RegionId>String</d2p1:RegionId>
<d2p1:ZipcodeCount>0</d2p1:ZipcodeCount>
</d2p1:Territory>
<d2p1:TerritoryId>String</d2p1:TerritoryId>
<d2p1:TotalSales>0</d2p1:TotalSales>
<d2p1:User xmlns:d5p1="http://schemas.datacontract.org/2004/07/Emun">
<Address xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Address>
<Address2 xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Address2>
<BirthDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</BirthDate>
<BirthDateRaw xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</BirthDateRaw>
<City xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</City>
<Company xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Company>
<Country xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Country>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</CreatedDate>
<Culture xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Culture>
<DigestHa1Hash xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</DigestHa1Hash>
<DisplayName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</DisplayName>
<Email xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Email>
<FirstName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</FirstName>
<FullName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</FullName>
<Gender xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Gender>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0</Id>
<InvalidLoginAttempts xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0</InvalidLoginAttempts>
<Language xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Language>
<LastLoginAttempt xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</LastLoginAttempt>
<LastName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</LastName>
<LockedDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</LockedDate>
<MailAddress xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</MailAddress>
<Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
<d6p1:KeyValueOfstringstring>
<d6p1:Key>Tags</d6p1:Key>
<d6p1:Value>{String:[String]}</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</Meta>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0001-01-01T00:00:00</ModifiedDate>
<Nickname xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Nickname>
<PasswordHash xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PasswordHash>
<Permissions xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">
<d6p1:string>String</d6p1:string>
</Permissions>
<PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PhoneNumber>
<PostalCode xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PostalCode>
<PrimaryEmail xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</PrimaryEmail>
<RecoveryToken xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</RecoveryToken>
<RefId xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">0</RefId>
<RefIdStr xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</RefIdStr>
<Roles xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">
<d6p1:string>String</d6p1:string>
</Roles>
<Salt xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Salt>
<State xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</State>
<TimeZone xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</TimeZone>
<UserName xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</UserName>
<Shard xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Auth">String</Shard>
<d5p1:AspMembershipId>00000000-0000-0000-0000-000000000000</d5p1:AspMembershipId>
<d5p1:ContactId>String</d5p1:ContactId>
<d5p1:RetailerId>String</d5p1:RetailerId>
<d5p1:SalesRepId>String</d5p1:SalesRepId>
<d5p1:Tags xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringArrayOfstringty7Ep6D1>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>
<d6p1:string>String</d6p1:string>
</d6p1:Value>
</d6p1:KeyValueOfstringArrayOfstringty7Ep6D1>
</d5p1:Tags>
</d2p1:User>
<d2p1:UserName>String</d2p1:UserName>
<d2p1:Zip>String</d2p1:Zip>
</d2p1:SalesRep>
<d2p1:SalesReps xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</d2p1:SalesReps>
<d2p1:SetupCompleted>false</d2p1:SetupCompleted>
<d2p1:ShipMethod>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:Name>String</d2p1:Name>
</d2p1:ShipMethod>
<d2p1:ShippingMethod>String</d2p1:ShippingMethod>
<d2p1:Source>String</d2p1:Source>
<d2p1:State>String</d2p1:State>
<d2p1:StateTaxExpiration>0001-01-01T00:00:00</d2p1:StateTaxExpiration>
<d2p1:StateTaxID>String</d2p1:StateTaxID>
<d2p1:Status>String</d2p1:Status>
<d2p1:StoreTypes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</d2p1:StoreTypes>
<d2p1:Tags xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringArrayOfstringty7Ep6D1>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value>
<d4p1:string>String</d4p1:string>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfstringty7Ep6D1>
</d2p1:Tags>
<d2p1:Territory>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:CustomerCount>0</d2p1:CustomerCount>
<d2p1:Name>String</d2p1:Name>
<d2p1:Region>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<d2p1:HouseAccount>String</d2p1:HouseAccount>
<d2p1:Name>String</d2p1:Name>
</d2p1:Region>
<d2p1:RegionId>String</d2p1:RegionId>
<d2p1:ZipcodeCount>0</d2p1:ZipcodeCount>
</d2p1:Territory>
<d2p1:TerritoryId>String</d2p1:TerritoryId>
<d2p1:ThisYearInvoiced>0</d2p1:ThisYearInvoiced>
<d2p1:TotalBalance>0</d2p1:TotalBalance>
<d2p1:TotalOpenOrders>0</d2p1:TotalOpenOrders>
<d2p1:TotalOrders>0</d2p1:TotalOrders>
<d2p1:TotalSales>0</d2p1:TotalSales>
<d2p1:TotalSalesLY>0</d2p1:TotalSalesLY>
<d2p1:TotalSalesYTD>0</d2p1:TotalSalesYTD>
<d2p1:TotalShipTos>0</d2p1:TotalShipTos>
<d2p1:ValidateAddress>false</d2p1:ValidateAddress>
<d2p1:Website>String</d2p1:Website>
<d2p1:Zip>String</d2p1:Zip>
</d2p1:Retailer>
</Results>
<Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value>String</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Meta>
<ResponseStatus>
<ErrorCode>String</ErrorCode>
<Message>String</Message>
<StackTrace>String</StackTrace>
<Errors>
<ResponseError>
<ErrorCode>String</ErrorCode>
<FieldName>String</FieldName>
<Message>String</Message>
<Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>String</d5p1:Key>
<d5p1:Value>String</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</Meta>
</ResponseError>
</Errors>
<Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</Meta>
</ResponseStatus>
</QueryResponseOfRetailerqQr4qQqj>
</soap12:Body>
</soap12:Envelope>