The GetContactImportReportFaults method gets all records that were not successfully imported in your contact report. The data are returned in a base64 encoded CSV file, which is UTF-8 encoded.
This can be used in conjunction with AddContactsToAddressBookWithProgress and GetContactImportProgress.
Guidance Notes
This data will only be available for approximately one week after import.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser‑908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
| progressID |
guid |
This is a GUID which is returned to you when you call AddContactsToAddressBookWithProgress. |
required |
Return values
| base64Binary |
int |
A base64 encoded CSV file, which is UTF-8 encoded containing all records not successfully imported. |