Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
api-import-contacts [2017/03/07 12:46]
ben [Response]
api-import-contacts [2017/03/07 12:48]
ben [Example HTTP Transaction]
Line 21: Line 21:
  
 |Body|Empty| |Body|Empty|
-|Headers|201 Created, ​ +|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>|
-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 52: 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>​