EMUN1 ASP.NET

<back to all web services

CreateMailchimpList

Requires Authentication
List Parameters:
NameParameterData TypeRequiredDescription
BeamerAddressformstringNo
CampaignDefaultsformCampaignDefaultsNo
ContactformContactNo
DateCreatedformDateTimeNo
EmailTypeOptionformboolNo
IdformstringNo
WebIdformintNo
LinksformIEnumerable<Link>No
ListRatingformintNo
ModulesformObject[]No
NameformstringNo
NotifyOnSubscribeformstringNo
NotifyOnUnsubscribeformstringNo
PermissionReminderformstringNo
StatsformStatsNo
SubscribeUrlLongformstringNo
SubscribeUrlShortformstringNo
UseArchiveBarformboolNo
VisibilityformVisibilityNo
CampaignDefaults Parameters:
NameParameterData TypeRequiredDescription
FromEmailformstringNo
FromNameformstringNo
LanguageformstringNo
SubjectformstringNo
Contact Parameters:
NameParameterData TypeRequiredDescription
Address1formstringNo
Address2formstringNo
CityformstringNo
CompanyformstringNo
CountryformstringNo
PhoneformstringNo
StateformstringNo
ZipformstringNo
Link Parameters:
NameParameterData TypeRequiredDescription
HrefformstringNo
MethodformMethodNo
RelformstringNo
SchemaformstringNo
TargetSchemaformstringNo
Stats Parameters:
NameParameterData TypeRequiredDescription
AvgSubRateformdoubleNo
AvgUnsubRateformdoubleNo
CampaignCountformintNo
CampaignLastSentformstringNo
CleanedCountformintNo
CleanedCountSinceSendformintNo
ClickRateformdoubleNo
LastSubDateformstringNo
LastUnsubDateformstringNo
MemberCountformintNo
MemberCountSinceSendformintNo
MergeFieldCountformintNo
OpenRateformdoubleNo
TargetSubRateformdoubleNo
UnsubscribeCountformintNo
UnsubscribeCountSinceSendformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11

HTTP + 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.bernhardthospitality.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: CreateMailchimpList

<?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>

<CreateMailchimpList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mailchimp">
  <BeamerAddress xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">String</BeamerAddress>
  <CampaignDefaults xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">
    <FromEmail>String</FromEmail>
    <FromName>String</FromName>
    <Language>String</Language>
    <Subject>String</Subject>
  </CampaignDefaults>
  <Contact xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">
    <Address1>String</Address1>
    <Address2>String</Address2>
    <City>String</City>
    <Company>String</Company>
    <Country>String</Country>
    <Phone>String</Phone>
    <State>String</State>
    <Zip>String</Zip>
  </Contact>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">0001-01-01T00:00:00</DateCreated>
  <EmailTypeOption xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">false</EmailTypeOption>
  <Id xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">String</Id>
  <Links i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models" />
  <ListRating xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">0</ListRating>
  <Modules xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">
    <d2p1:anyType />
  </Modules>
  <Name xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">String</Name>
  <NotifyOnSubscribe xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">String</NotifyOnSubscribe>
  <NotifyOnUnsubscribe xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">String</NotifyOnUnsubscribe>
  <PermissionReminder xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">String</PermissionReminder>
  <Stats xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">
    <AvgSubRate>0</AvgSubRate>
    <AvgUnsubRate>0</AvgUnsubRate>
    <CampaignCount>0</CampaignCount>
    <CampaignLastSent>String</CampaignLastSent>
    <CleanedCount>0</CleanedCount>
    <CleanedCountSinceSend>0</CleanedCountSinceSend>
    <ClickRate>0</ClickRate>
    <LastSubDate>String</LastSubDate>
    <LastUnsubDate>String</LastUnsubDate>
    <MemberCount>0</MemberCount>
    <MemberCountSinceSend>0</MemberCountSinceSend>
    <MergeFieldCount>0</MergeFieldCount>
    <OpenRate>0</OpenRate>
    <TargetSubRate>0</TargetSubRate>
    <UnsubscribeCount>0</UnsubscribeCount>
    <UnsubscribeCountSinceSend>0</UnsubscribeCountSinceSend>
  </Stats>
  <SubscribeUrlLong xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">String</SubscribeUrlLong>
  <SubscribeUrlShort xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">String</SubscribeUrlShort>
  <UseArchiveBar xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">false</UseArchiveBar>
  <Visibility xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">Public</Visibility>
  <WebId xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">0</WebId>
</CreateMailchimpList>

    </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>

<List xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">
  <BeamerAddress>String</BeamerAddress>
  <CampaignDefaults>
    <FromEmail>String</FromEmail>
    <FromName>String</FromName>
    <Language>String</Language>
    <Subject>String</Subject>
  </CampaignDefaults>
  <Contact>
    <Address1>String</Address1>
    <Address2>String</Address2>
    <City>String</City>
    <Company>String</Company>
    <Country>String</Country>
    <Phone>String</Phone>
    <State>String</State>
    <Zip>String</Zip>
  </Contact>
  <DateCreated>0001-01-01T00:00:00</DateCreated>
  <EmailTypeOption>false</EmailTypeOption>
  <Id>String</Id>
  <Links i:nil="true" />
  <ListRating>0</ListRating>
  <Modules xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
  </Modules>
  <Name>String</Name>
  <NotifyOnSubscribe>String</NotifyOnSubscribe>
  <NotifyOnUnsubscribe>String</NotifyOnUnsubscribe>
  <PermissionReminder>String</PermissionReminder>
  <Stats>
    <AvgSubRate>0</AvgSubRate>
    <AvgUnsubRate>0</AvgUnsubRate>
    <CampaignCount>0</CampaignCount>
    <CampaignLastSent>String</CampaignLastSent>
    <CleanedCount>0</CleanedCount>
    <CleanedCountSinceSend>0</CleanedCountSinceSend>
    <ClickRate>0</ClickRate>
    <LastSubDate>String</LastSubDate>
    <LastUnsubDate>String</LastUnsubDate>
    <MemberCount>0</MemberCount>
    <MemberCountSinceSend>0</MemberCountSinceSend>
    <MergeFieldCount>0</MergeFieldCount>
    <OpenRate>0</OpenRate>
    <TargetSubRate>0</TargetSubRate>
    <UnsubscribeCount>0</UnsubscribeCount>
    <UnsubscribeCountSinceSend>0</UnsubscribeCountSinceSend>
  </Stats>
  <SubscribeUrlLong>String</SubscribeUrlLong>
  <SubscribeUrlShort>String</SubscribeUrlShort>
  <UseArchiveBar>false</UseArchiveBar>
  <Visibility>Public</Visibility>
  <WebId>0</WebId>
</List>

    </soap:Body>
</soap:Envelope>