| Field | Type | Description |
|---|
| Token | guid | This is the unique id in our system for your request. |
| Success | boolean | Did we successfully process this request? |
| ResponseCode | int | See “Response Code Reference” for a description of each code |
| Message | string | A brief description of what happened. |
| Processed | datetimeoffset | The current DTO of when we finished processing this request. |
{
"Success": true,
"Token": "68F27199-0571-45A2-AEF8-EB4672AA3E81",
"ResponseCode": 1,
"Message": "",
"Processed": "2016-01-19T14:52:25.570649+00:00"
}
| Code(s) | Description |
|---|
| 0 | An unknown failure has occurred. |
| 1 | The transaction was successful, no errors. |
| 2 | The Record was created, but an error occurred in the routing action. |
| 3, 8 | A general error occurred during the insert. |
| 4 | The data provided for the Record was invalid. For example, it could be missing required information such as Phone. |
| 5 | A duplicate of the Record you are trying to insert already exists. |
| 6 | An invalid Phone number was provided. |
| 7 | An error occurred for the Record based on project settings. |
| 9 | The record was created, but an error occurred in the first Drip of the assigned campaign. |
| 11 | The CountryCode provided is invalid. |