Make a request »
ImportService.CreateImportByXml
Batch import multiple subscribers using XML-data. NB! It is recommended that each batch should not be larger than around 2 000 subscribers (there is a file size limitation of 5 Megabyte in place that could cause large batches to fail). The Xml files cannot be encrypeted or password protected. 'XmlData' containing data about imported subscribers in XML format, should be properly encoded depending on request format. See request body examples. The method requires use of demographic name mapping. Please read more by clicking here . See code examples
URL Parameters
Http verb: POST
URI: Full url: http://se.api.anpasia.com/v1/import/mailinglist/{mailingListId}/demographicmapping/{demographicNameMapping}
URL parameters:
mailingListId | String | Id of the mailing list that you want to import subscribers to. |
demographicNameMapping | String | Should demographic data be mapped by Name (true) or index order (false) |
Body parameters
Body parameters
import | Object containing import data
|
Response
Body parameters
returns | Response | Queue identity, this can be used for querying the queue for the import status |
Help
Code examples