POST api/TaalkCampaign/GetDirectAddLeadLogs
Request Information
URI Parameters
None.
Body Parameters
TaalkDirectAddLeadLogSearchDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| SortColumn | string |
None. |
|
| SortDirection | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-02-03T18:27:32.7783172-08:00",
"ToDate": "2026-02-03T18:27:32.7783172-08:00",
"SortColumn": "sample string 3",
"SortDirection": "sample string 4",
"PageIndex": 5,
"PageSize": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfTaalkDirectAddLeadLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of TaalkDirectAddLeadLogDTO |
None. |
|
| Data | Collection of TaalkDirectAddLeadLogDTO |
None. |
|
| TotalRecords | integer |
None. |
|
| TotalAssociateRecords | integer |
None. |
|
| CwaTotal | decimal number |
None. |
|
| AlpTotal | decimal number |
None. |
|
| AnHTotal | decimal number |
None. |
|
| SubmittedAgentCount | integer |
None. |
|
| TotalNoPrds | integer |
None. |
|
| TotalCompletedNoPrds | decimal number |
None. |
|
| TotalCancelNoPrds | integer |
None. |
|
| TotalAlpNoPrds | decimal number |
None. |
|
| FormattedTotalAlpNoPrds | string |
None. |
|
| TotalCompletedAlpNoPrds | decimal number |
None. |
|
| FormattedTotalCompletedAlpNoPrds | string |
None. |
|
| TotalCancelAlpNoPrds | decimal number |
None. |
|
| FormattedTotalCancelAlpNoPrds | string |
None. |
|
| IsSearchLimitCompleted | boolean |
None. |
|
| PolicySearchesLeft | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PagedRecords": [
{
"Id": 1,
"CreatedBy": "sample string 2",
"CreatedDate": "sample string 3",
"TotalLeadCount": 4,
"SuccessfulLeads": 5,
"UnsuccessfulLeads": 6,
"DNCLeads": 7,
"GroupOnHoldLeads": 8,
"AssignedLeads": 9,
"LeadsWithAppointment": 10,
"LeadsWithResolution": 11,
"JobStatusId": 1
},
{
"Id": 1,
"CreatedBy": "sample string 2",
"CreatedDate": "sample string 3",
"TotalLeadCount": 4,
"SuccessfulLeads": 5,
"UnsuccessfulLeads": 6,
"DNCLeads": 7,
"GroupOnHoldLeads": 8,
"AssignedLeads": 9,
"LeadsWithAppointment": 10,
"LeadsWithResolution": 11,
"JobStatusId": 1
}
],
"Data": [
{
"Id": 1,
"CreatedBy": "sample string 2",
"CreatedDate": "sample string 3",
"TotalLeadCount": 4,
"SuccessfulLeads": 5,
"UnsuccessfulLeads": 6,
"DNCLeads": 7,
"GroupOnHoldLeads": 8,
"AssignedLeads": 9,
"LeadsWithAppointment": 10,
"LeadsWithResolution": 11,
"JobStatusId": 1
},
{
"Id": 1,
"CreatedBy": "sample string 2",
"CreatedDate": "sample string 3",
"TotalLeadCount": 4,
"SuccessfulLeads": 5,
"UnsuccessfulLeads": 6,
"DNCLeads": 7,
"GroupOnHoldLeads": 8,
"AssignedLeads": 9,
"LeadsWithAppointment": 10,
"LeadsWithResolution": 11,
"JobStatusId": 1
}
],
"TotalRecords": 1,
"TotalAssociateRecords": 2,
"CwaTotal": 3.1,
"AlpTotal": 4.1,
"AnHTotal": 5.1,
"SubmittedAgentCount": 6,
"TotalNoPrds": 7,
"TotalCompletedNoPrds": 8.1,
"TotalCancelNoPrds": 9,
"TotalAlpNoPrds": 10.1,
"FormattedTotalAlpNoPrds": "10.10",
"TotalCompletedAlpNoPrds": 11.1,
"FormattedTotalCompletedAlpNoPrds": "11.10",
"TotalCancelAlpNoPrds": 12.1,
"FormattedTotalCancelAlpNoPrds": "12.10",
"IsSearchLimitCompleted": true,
"PolicySearchesLeft": "sample string 14"
}