Advertisement
Guest User

Untitled

a guest
Nov 8th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.47 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <entry xmlns="http://www.w3.org/2005/Atom">
  3.    <title>TitleNode</title>
  4.    <updated>2012-11-08T13:26:08+01:00</updated>
  5.    <author>
  6.       <name>CTCT Samples</name>
  7.    </author>
  8.    <id>urn:uuid:E8553C09F4xcvxCCC53F481214230867087</id>
  9.    <summary type="text">Customer document</summary>
  10.    <content type="application/vnd.ctct+xml">
  11.       <Contact xmlns="http://ws.constantcontact.com/ns/1.0/">
  12.          Customer document
  13.          <EmailAddress>test@domain.com</EmailAddress>
  14.          <FirstName>Will</FirstName>
  15.          <LastName>Robinson</LastName>
  16.          <MiddleName />
  17.          <CompanyName>Company Name Here</CompanyName>
  18.          <OptInSource>ACTION_BY_CUSTOMER</OptInSource>
  19.          <HomePhone>509-###-####</HomePhone>
  20.          <WorkPhone>509-###-####</WorkPhone>
  21.          <Addr1>73 Blah St. #35</Addr1>
  22.          <Addr2 />
  23.          <Addr3 />
  24.          <City>Dover</City>
  25.          <StateCode>DE</StateCode>
  26.          <StateName>DE</StateName>
  27.          <CountryCode>US</CountryCode>
  28.          <PostalCode>19904</PostalCode>
  29.          <SubPostalCode />
  30.          <Note>Client ID 1131</Note>
  31.          <EmailType>HTML</EmailType>
  32.          <CustomField1>1131</CustomField1>
  33.          <CustomField2>1</CustomField2>
  34.          <ContactLists>
  35.             <ContactList id="http://api.constantcontact.com/ws/customers/1supportfeedback%40limestonenetworks.com/lists/15" />
  36.          </ContactLists>
  37.       </Contact>
  38.    </content>
  39. </entry>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement