POST api/CcLead/GetAllCcLeadAudits
Request Information
URI Parameters
None.
Body Parameters
CcLeadAuditSearchDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyNo | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| CallerId | integer |
None. |
|
| AuditTypeId | integer |
None. |
|
| totalrecordcount | integer |
None. |
|
| pageindex | integer |
None. |
|
| pagesize | integer |
None. |
|
| sortBy | string |
None. |
|
| sortorder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PolicyNo": "sample string 1",
"FromDate": "2026-02-03T18:29:43.2131677-08:00",
"ToDate": "2026-02-03T18:29:43.2131677-08:00",
"CallerId": 1,
"AuditTypeId": 1,
"totalrecordcount": 2,
"pageindex": 3,
"pagesize": 4,
"sortBy": "sample string 5",
"sortorder": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfCcLeadAuditDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of CcLeadAuditDTO |
None. |
|
| Data | Collection of CcLeadAuditDTO |
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,
"PolicyNo": "sample string 2",
"LeadId": 3,
"CallerId": 4,
"CallerName": "sample string 5",
"AuditTypeId": 6,
"AuditType": "TransferredToExt",
"ResolutionTypeId": 1,
"ResolutionType": "Sale",
"CreateDate": "2026-02-03T18:29:43.2131677-08:00",
"CreatedById": 8,
"CreatedByName": "sample string 9",
"CreateDateString": "2/3/2026 6:29:43 PM",
"IsOpenForUndoResolution": true,
"IsUndoResolve": true,
"ProductType": "sample string 12",
"HouseholdId": "sample string 13",
"Alp": 1.0,
"Location": "sample string 14",
"ALPString": "$1.00"
},
{
"Id": 1,
"PolicyNo": "sample string 2",
"LeadId": 3,
"CallerId": 4,
"CallerName": "sample string 5",
"AuditTypeId": 6,
"AuditType": "TransferredToExt",
"ResolutionTypeId": 1,
"ResolutionType": "Sale",
"CreateDate": "2026-02-03T18:29:43.2131677-08:00",
"CreatedById": 8,
"CreatedByName": "sample string 9",
"CreateDateString": "2/3/2026 6:29:43 PM",
"IsOpenForUndoResolution": true,
"IsUndoResolve": true,
"ProductType": "sample string 12",
"HouseholdId": "sample string 13",
"Alp": 1.0,
"Location": "sample string 14",
"ALPString": "$1.00"
}
],
"Data": [
{
"Id": 1,
"PolicyNo": "sample string 2",
"LeadId": 3,
"CallerId": 4,
"CallerName": "sample string 5",
"AuditTypeId": 6,
"AuditType": "TransferredToExt",
"ResolutionTypeId": 1,
"ResolutionType": "Sale",
"CreateDate": "2026-02-03T18:29:43.2131677-08:00",
"CreatedById": 8,
"CreatedByName": "sample string 9",
"CreateDateString": "2/3/2026 6:29:43 PM",
"IsOpenForUndoResolution": true,
"IsUndoResolve": true,
"ProductType": "sample string 12",
"HouseholdId": "sample string 13",
"Alp": 1.0,
"Location": "sample string 14",
"ALPString": "$1.00"
},
{
"Id": 1,
"PolicyNo": "sample string 2",
"LeadId": 3,
"CallerId": 4,
"CallerName": "sample string 5",
"AuditTypeId": 6,
"AuditType": "TransferredToExt",
"ResolutionTypeId": 1,
"ResolutionType": "Sale",
"CreateDate": "2026-02-03T18:29:43.2131677-08:00",
"CreatedById": 8,
"CreatedByName": "sample string 9",
"CreateDateString": "2/3/2026 6:29:43 PM",
"IsOpenForUndoResolution": true,
"IsUndoResolve": true,
"ProductType": "sample string 12",
"HouseholdId": "sample string 13",
"Alp": 1.0,
"Location": "sample string 14",
"ALPString": "$1.00"
}
],
"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"
}