To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /soap11 HTTP/1.1
Host: www.bernhardt.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: LogNewInactiveAccounts
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<LogNewInactiveAccounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emun.Shopping" />
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <LogNewInactiveAccountsService.Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emun.Shopping"> <NewInactiveAccountsLogged> <NewInactiveAccount> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <AccountType xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</AccountType> <Address xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Address> <Address2 xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Address2> <Address3 xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Address3> <ApiKey xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</ApiKey> <Balance xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</Balance> <BillingLocation xmlns:d4p1="http://schemas.datacontract.org/2004/07/Emun" xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers"> <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> </BillingLocation> <City xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</City> <CompanyName xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</CompanyName> <Contact xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Contact> <ContainerPriceList xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</ContainerPriceList> <Country xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Country> <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">2025-06-17T20:55:27.5612645+00:00</CreatedOn> <CreditAvailable xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</CreditAvailable> <CreditLimit xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</CreditLimit> <CustomerType xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</CustomerType> <DefaultShipOn xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0001-01-01T00:00:00</DefaultShipOn> <Discount xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</Discount> <DoNotUse xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</DoNotUse> <ERPCustId xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</ERPCustId> <Email xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Email> <Fax xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Fax> <FederalTaxID xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</FederalTaxID> <FutureBalance xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</FutureBalance> <Hash xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Hash> <InfoReviewed xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</InfoReviewed> <IsCreditHold xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</IsCreditHold> <IsKeyAccount xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</IsKeyAccount> <IsModified xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</IsModified> <IsNewAccount xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</IsNewAccount> <IsSendSetupForm xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</IsSendSetupForm> <Keywords xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Keywords> <LastContactedOn xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0001-01-01T00:00:00</LastContactedOn> <LastLoginAttempt xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0001-01-01T00:00:00</LastLoginAttempt> <LastOrderId xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</LastOrderId> <LastOrderTotal xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</LastOrderTotal> <LastOrderedOn xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0001-01-01T00:00:00</LastOrderedOn> <LastYearInvoiced xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</LastYearInvoiced> <LocationType xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</LocationType> <Meta xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers"> <d4p1:KeyValueOfstringstring> <d4p1:Key>String</d4p1:Key> <d4p1:Value>String</d4p1:Value> </d4p1:KeyValueOfstringstring> </Meta> <Notes xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Notes> <OpenOrders xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</OpenOrders> <OpenOrdersTotal xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</OpenOrdersTotal> <PORequired xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</PORequired> <Past1Days xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</Past1Days> <Past30Days xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</Past30Days> <Past60Days xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</Past60Days> <Past90Days xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</Past90Days> <PaymentTerm xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers"> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <IsCredit>false</IsCredit> <IsStandard>false</IsStandard> <Name>String</Name> </PaymentTerm> <PaymentTerms xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</PaymentTerms> <Phone xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Phone> <PriceList xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</PriceList> <Reference1 xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Reference1> <Region xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers"> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <HouseAccount>String</HouseAccount> <Name>String</Name> </Region> <RegionId xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</RegionId> <Residential xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</Residential> <RestrictionGroup xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</RestrictionGroup> <SalesRep xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers"> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <Active>false</Active> <Address>String</Address> <Bio>String</Bio> <BornOn>0001-01-01T00:00:00</BornOn> <City>String</City> <Country>String</Country> <CustomerServiceEmailAddress>String</CustomerServiceEmailAddress> <Division> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <IsKeyAccount>false</IsKeyAccount> <KeyAccountGroup>String</KeyAccountGroup> <Name>String</Name> <RepGroup>String</RepGroup> <SalesRep> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <Active>false</Active> <Address>String</Address> <Bio>String</Bio> <BornOn>0001-01-01T00:00:00</BornOn> <City>String</City> <Country>String</Country> <CustomerServiceEmailAddress>String</CustomerServiceEmailAddress> <Division> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <IsKeyAccount>false</IsKeyAccount> <KeyAccountGroup>String</KeyAccountGroup> <Name>String</Name> <RepGroup>String</RepGroup> <SalesRep> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <Active>false</Active> <Address>String</Address> <Bio>String</Bio> <BornOn>0001-01-01T00:00:00</BornOn> <City>String</City> <Country>String</Country> <CustomerServiceEmailAddress>String</CustomerServiceEmailAddress> <Division> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <IsKeyAccount>false</IsKeyAccount> <KeyAccountGroup>String</KeyAccountGroup> <Name>String</Name> <RepGroup>String</RepGroup> <SalesRep i:nil="true" /> <SalesRepId>String</SalesRepId> </Division> <DivisionId>String</DivisionId> <Email>String</Email> <Fax>String</Fax> <FullName>String</FullName> <LegacyUser> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <Email>String</Email> <FullName>String</FullName> <PriceList>String</PriceList> <ShortName>String</ShortName> <Type>String</Type> <UserName>String</UserName> </LegacyUser> <Name>String</Name> <Notes>String</Notes> <Phone>String</Phone> <Region> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <HouseAccount>String</HouseAccount> <Name>String</Name> </Region> <RegionId>String</RegionId> <RepGroupId>String</RepGroupId> <StartedOn>0001-01-01T00:00:00</StartedOn> <State>String</State> <TerminatedOn>0001-01-01T00:00:00</TerminatedOn> <Territory> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <CustomerCount>0</CustomerCount> <Name>String</Name> <Region> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <HouseAccount>String</HouseAccount> <Name>String</Name> </Region> <RegionId>String</RegionId> <ZipcodeCount>0</ZipcodeCount> </Territory> <TerritoryId>String</TerritoryId> <TotalSales>0</TotalSales> <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> </User> <UserName>String</UserName> <Zip>String</Zip> </SalesRep> <SalesRepId>String</SalesRepId> </Division> <DivisionId>String</DivisionId> <Email>String</Email> <Fax>String</Fax> <FullName>String</FullName> <LegacyUser> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <Email>String</Email> <FullName>String</FullName> <PriceList>String</PriceList> <ShortName>String</ShortName> <Type>String</Type> <UserName>String</UserName> </LegacyUser> <Name>String</Name> <Notes>String</Notes> <Phone>String</Phone> <Region> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <HouseAccount>String</HouseAccount> <Name>String</Name> </Region> <RegionId>String</RegionId> <RepGroupId>String</RepGroupId> <StartedOn>0001-01-01T00:00:00</StartedOn> <State>String</State> <TerminatedOn>0001-01-01T00:00:00</TerminatedOn> <Territory> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <CustomerCount>0</CustomerCount> <Name>String</Name> <Region> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <HouseAccount>String</HouseAccount> <Name>String</Name> </Region> <RegionId>String</RegionId> <ZipcodeCount>0</ZipcodeCount> </Territory> <TerritoryId>String</TerritoryId> <TotalSales>0</TotalSales> <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> </User> <UserName>String</UserName> <Zip>String</Zip> </SalesRep> <SalesRepId>String</SalesRepId> </Division> <DivisionId>String</DivisionId> <Email>String</Email> <Fax>String</Fax> <FullName>String</FullName> <LegacyUser> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <Email>String</Email> <FullName>String</FullName> <PriceList>String</PriceList> <ShortName>String</ShortName> <Type>String</Type> <UserName>String</UserName> </LegacyUser> <Name>String</Name> <Notes>String</Notes> <Phone>String</Phone> <Region> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <HouseAccount>String</HouseAccount> <Name>String</Name> </Region> <RegionId>String</RegionId> <RepGroupId>String</RepGroupId> <StartedOn>0001-01-01T00:00:00</StartedOn> <State>String</State> <TerminatedOn>0001-01-01T00:00:00</TerminatedOn> <Territory> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <CustomerCount>0</CustomerCount> <Name>String</Name> <Region> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <HouseAccount>String</HouseAccount> <Name>String</Name> </Region> <RegionId>String</RegionId> <ZipcodeCount>0</ZipcodeCount> </Territory> <TerritoryId>String</TerritoryId> <TotalSales>0</TotalSales> <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> </User> <UserName>String</UserName> <Zip>String</Zip> </SalesRep> <SalesReps xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers"> <d4p1:string>String</d4p1:string> </SalesReps> <SetupCompleted xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</SetupCompleted> <ShipMethod xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers"> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <Name>String</Name> </ShipMethod> <ShippingMethod xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</ShippingMethod> <Source xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Source> <State xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</State> <StateTaxExpiration xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0001-01-01T00:00:00</StateTaxExpiration> <StateTaxID xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</StateTaxID> <Status xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Status> <StoreTypes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers"> <d4p1:string>String</d4p1:string> </StoreTypes> <Tags xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers"> <d4p1:KeyValueOfstringArrayOfstringty7Ep6D1> <d4p1:Key>String</d4p1:Key> <d4p1:Value> <d4p1:string>String</d4p1:string> </d4p1:Value> </d4p1:KeyValueOfstringArrayOfstringty7Ep6D1> </Tags> <Territory xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers"> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <CustomerCount>0</CustomerCount> <Name>String</Name> <Region> <Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id> <HouseAccount>String</HouseAccount> <Name>String</Name> </Region> <RegionId>String</RegionId> <ZipcodeCount>0</ZipcodeCount> </Territory> <TerritoryId xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</TerritoryId> <ThisYearInvoiced xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</ThisYearInvoiced> <TotalBalance xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</TotalBalance> <TotalOpenOrders xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</TotalOpenOrders> <TotalOrders xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</TotalOrders> <TotalSales xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</TotalSales> <TotalSalesLY xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</TotalSalesLY> <TotalSalesYTD xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</TotalSalesYTD> <TotalShipTos xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">0</TotalShipTos> <ValidateAddress xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">false</ValidateAddress> <Website xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Website> <Zip xmlns="http://schemas.datacontract.org/2004/07/Emun.Retailers">String</Zip> </NewInactiveAccount> </NewInactiveAccountsLogged> </LogNewInactiveAccountsService.Response> </soap:Body> </soap:Envelope>