<!-- Intent: add an array of new contacts to a contact list with listcode of 123456
	POST to the following url
	http://api.v4.swiftreach.com/api/ContactLists/Contacts/CreateFromArray/123456
	-->

<!-- POSTED data -->
<ArrayOfContact>
<Contact>
<Addresses>
<AddressProfile>
<Address1>14 Industrial Ave</Address1>
<Address2></Address2>
<AddressGuid>22748f25-07b8-459c-bcef-ce2ba851a84c</AddressGuid>
<City>Mahwah</City>
<County></County>
<IsPrimary>false</IsPrimary>
<Label>Office</Label>
<Latitude>41.052698269486427</Latitude>
<Longitude>-74.121656566858292</Longitude>
<PostalCode>07430</PostalCode>
<State>NJ</State>
</AddressProfile>
</Addresses>
<Email>info@swiftreach.com</Email>
<EntityGuid>b7bf6e7d-cdfe-48d8-b540-b9056ad21925</EntityGuid>
<EntityName>Bob</EntityName>
<Fax>
</Fax>
<Pager></Pager>
<PagerNetwork>0</PagerNetwork>
<Phones>
<PhoneProfile>
<AnsDetectionOverride>UseDefault</AnsDetectionOverride>
<Extension></Extension>
<OptInSMS>true</OptInSMS>
<Phone>2012361344</Phone>
<PhoneLabel>Mobile</PhoneLabel>
<PhoneType>phonetype_voice</PhoneType>
</PhoneProfile>
</Phones>
<PinCode></PinCode>
<SMSNetwork>0</SMSNetwork>
<SMSPhone></SMSPhone>
<SpokenLanguage>English</SpokenLanguage>
<Tag></Tag>
<UserDefined />
</Contact>
<Contact>
<Addresses>
<AddressProfile>
<Address1>31 Industrial Ave</Address1>
<Address2></Address2>
<AddressGuid>9479f48b-0dfc-4130-9387-165d3d7a8ef3</AddressGuid>
<City>Mahwah</City>
<County></County>
<IsPrimary>false</IsPrimary>
<Label>Office</Label>
<Latitude>41.052698269486427</Latitude>
<Longitude>-74.121656566858292</Longitude>
<PostalCode>07430</PostalCode>
<State>NJ</State>
</AddressProfile>
</Addresses>
<Email>info@swiftreach.com</Email>
<EntityGuid>b7bf6e7d-cdfe-48d8-b540-b9056ad21925</EntityGuid>
<EntityName>Frank</EntityName>
<Fax>
</Fax>
<Pager></Pager>
<PagerNetwork>0</PagerNetwork>
<Phones>
<PhoneProfile>
<AnsDetectionOverride>UseDefault</AnsDetectionOverride>
<Extension></Extension>
<OptInSMS>true</OptInSMS>
<Phone>2012368625</Phone>
<PhoneLabel>Mobile</PhoneLabel>
<PhoneType>phonetype_voice</PhoneType>
</PhoneProfile>
</Phones>
<PinCode></PinCode>
<SMSNetwork>0</SMSNetwork>
<SMSPhone></SMSPhone>
<SpokenLanguage>English</SpokenLanguage>
<Tag></Tag>
<UserDefined />
</Contact>
</ArrayOfContact>

<!-- example return value -->
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<string>de4b9815-e0d1-4d53-94cd-3d3b43a0febd</string>
<string>b7bf6e7d-cdfe-48d8-b540-b9056ad21925</string>
</ArrayOfstring>