Only current scheduled call information is returnable.
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 scheduled call event was created. |
| ScheduledTime | datettimeoffset | The date and time the call is scheduled for. |
| Token | string | This is the unique id in our system for your request. |
| FirstName | string | First name of the record who scheduled the call. |
| LastName | string | Last name of the record who scheduled the call. |
| Sub1 | string | The Sub1 of the record who scheduled the call. |
| Sub2 | string | The Sub2 of the record who scheduled the call. |
| Sub3 | string | The Sub3 of the record who scheduled the call. |
| Sub4 | string | The Sub4 of the record who scheduled the call. |
| LeadID | string | Your internal ID associated with the current record. |
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. |
