Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
api-import-contacts [2014/12/20 11:41]
127.0.0.1 external edit
api-import-contacts [2017/07/26 08:24] (current)
Line 21: Line 21:
  
 |Body|Empty| |Body|Empty|
-|Headers|201 Created, Total-Rows: <​int>, ​Invalid-Emails: <​int>, ​In-Suppression-List: <​int>, ​Invalid-Duplicates: <​int>,​ Rows-To-Create: <​int>, ​Rows-To-Update: <​int>,​ |+|Headers|201 Created, Total-Rows: <​int>, ​Emailable-Rows-Created: <​int>, ​Emailable-Rows-Updated: <​int>, ​Suppressed-Rows-Updated: <​int>, ​Bad-Email-Address-Rows-Updated: <​int>,​ Excluded-Duplicates: <​int>, ​Excluded-Invalid-Emails: <​int>, ​Excluded-Role-Based:​ <int>|
 |Errors|400 Failed To Match Email Address Field, 400 Failed To Match All Fields, 403 Invalid API Key, 409 A Contact Import Is Already In Progress| |Errors|400 Failed To Match Email Address Field, 400 Failed To Match All Fields, 403 Invalid API Key, 409 A Contact Import Is Already In Progress|
- 
 ===== Example HTTP Transaction ===== ===== Example HTTP Transaction =====
  
Line 45: Line 44:
 <​code>​ <​code>​
 HTTP/1.1 201 Created HTTP/1.1 201 Created
-Cache-Control:​ private 
-Server: Microsoft-IIS/​7.5 
- 
 Total-Rows: 1 Total-Rows: 1
- +Emailable-Rows-Created:​ 1 
-Invalid-Emails: 0 +Emailable-Rows-Updated: 0 
-In-Suppression-List: 0 +Suppressed-Rows-Updated: 0 
-Invalid-Duplicates:​ 0 +Bad-Email-Address-Rows-Updated:​ 0 
-Rows-To-Create: 0 +Excluded-Duplicates:​ 0 
-Rows-To-Update1+Excluded-Invalid-Emails: 0 
 +Excluded-Role-Based0
 </​code>​ </​code>​