GET api/Lead/LoadAllExpireLeadsResolutionLog?fromDate={fromDate}&toDate={toDate}&take={take}&skip={skip}&sortColumn={sortColumn}&sortDirection={sortDirection}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
fromDate | date |
Required |
|
toDate | date |
Required |
|
take | integer |
Required |
|
skip | integer |
Required |
|
sortColumn | string |
Required |
|
sortDirection | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PagedDTOOfExpiredLeadResolutionsDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of ExpiredLeadResolutionsDTO |
None. |
|
Data | Collection of ExpiredLeadResolutionsDTO |
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": [ { "LeadTypeId": 1, "LeadOrginId": 2, "LeadOriginName": "sample string 3", "LeadStatusName": "sample string 4", "LeadName": "sample string 5", "AvailableCount": 6, "LOHCount": 7, "AssignedCount": 8, "Total": 9, "RunId": "e0233119-f2f4-4f5a-b802-81efcfced215", "ExecutionDate": "sample string 11", "GroupSource": "sample string 12" }, { "LeadTypeId": 1, "LeadOrginId": 2, "LeadOriginName": "sample string 3", "LeadStatusName": "sample string 4", "LeadName": "sample string 5", "AvailableCount": 6, "LOHCount": 7, "AssignedCount": 8, "Total": 9, "RunId": "e0233119-f2f4-4f5a-b802-81efcfced215", "ExecutionDate": "sample string 11", "GroupSource": "sample string 12" } ], "Data": [ { "LeadTypeId": 1, "LeadOrginId": 2, "LeadOriginName": "sample string 3", "LeadStatusName": "sample string 4", "LeadName": "sample string 5", "AvailableCount": 6, "LOHCount": 7, "AssignedCount": 8, "Total": 9, "RunId": "e0233119-f2f4-4f5a-b802-81efcfced215", "ExecutionDate": "sample string 11", "GroupSource": "sample string 12" }, { "LeadTypeId": 1, "LeadOrginId": 2, "LeadOriginName": "sample string 3", "LeadStatusName": "sample string 4", "LeadName": "sample string 5", "AvailableCount": 6, "LOHCount": 7, "AssignedCount": 8, "Total": 9, "RunId": "e0233119-f2f4-4f5a-b802-81efcfced215", "ExecutionDate": "sample string 11", "GroupSource": "sample string 12" } ], "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" }