Fields
Field | Type | Description |
---|---|---|
Phone | string | The numeric phone number of the record. |
CountryCode | int | The country code of the record. |
Created | datetimeoffset | When the disqualified record was created. |
Updated | datetimeoffset | Last time the disqualified record was updated. |
Type | string | Source of Disqualification. Possible values: SMS, Voice, API, Scrubbed |
Disposition | string | The resulting disposition of the disqualified record. |
QuestionableValidity | boolean | Displays if the disqualified record resulted from a questionable record. |
{
"Phone": "5555555555",
"CountryCode": 1,
"Created": "2020-07-02T13:55:14.3492933+00:00",
"Updated": "2020-07-02T13:55:14.3492933+00:00",
"Type": "Voice",
"Disposition": "Not Interested",
"QuestionableValidity": True
}
Phone,CountryCode,Created,Updated,Type,Disposition,QuestionableValidity
5555555555,1,7/2/2020 1:55:14 PM +00:00,7/2/2020 1:55:14 PM +00:00,Voice,Not Interested,True
Phone CountryCode Created Updated Type Disposition QuestionableValidity
5555555555 1 7/2/2020 1:55:14 PM +00:00 7/2/2020 1:55:14 PM +00:00 Voice Not Interested True
Response Codes
Code(s) | Description |
---|---|
0, 2 | An unknown error has occurred. |
1 | This request has been successfully processed. |
3 | The API token is invalid. |
4 | API token is not authorized for this request. |