POST api/Report/GetPagedLeadAvailabilityReport
Request Information
URI Parameters
None.
Body Parameters
LeadSearchCriteriaName | Description | Type | Additional information |
---|---|---|---|
Zip | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
SortBy | string |
None. |
|
SortOrder | string |
None. |
|
SortColumnIndex | integer |
None. |
|
PhoneNo | string |
None. |
|
GroupCode | string |
None. |
|
LeadId | integer |
None. |
|
LastName | string |
None. |
|
Address | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Zip": "sample string 1", "PageIndex": 1, "PageSize": 1, "SortBy": "sample string 2", "SortOrder": "sample string 3", "SortColumnIndex": 1, "PhoneNo": "sample string 4", "GroupCode": "sample string 5", "LeadId": 1, "LastName": "sample string 6", "Address": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfLeadAvailabilitySummaryDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of LeadAvailabilitySummaryDTO |
None. |
|
Data | Collection of LeadAvailabilitySummaryDTO |
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": [ { "RowIndex": 1, "TotalLeadsAssigned": 2, "NumberOfLeadsToAssign": 3, "Zip": "sample string 4", "CityId": 1, "CityName": "sample string 5", "StateId": 1, "StateName": "sample string 6", "LeadOriginTotal": { "ResponseCard": 1, "Referral": 2, "POS": 3, "ListLead": 4 } }, { "RowIndex": 1, "TotalLeadsAssigned": 2, "NumberOfLeadsToAssign": 3, "Zip": "sample string 4", "CityId": 1, "CityName": "sample string 5", "StateId": 1, "StateName": "sample string 6", "LeadOriginTotal": { "ResponseCard": 1, "Referral": 2, "POS": 3, "ListLead": 4 } } ], "Data": [ { "RowIndex": 1, "TotalLeadsAssigned": 2, "NumberOfLeadsToAssign": 3, "Zip": "sample string 4", "CityId": 1, "CityName": "sample string 5", "StateId": 1, "StateName": "sample string 6", "LeadOriginTotal": { "ResponseCard": 1, "Referral": 2, "POS": 3, "ListLead": 4 } }, { "RowIndex": 1, "TotalLeadsAssigned": 2, "NumberOfLeadsToAssign": 3, "Zip": "sample string 4", "CityId": 1, "CityName": "sample string 5", "StateId": 1, "StateName": "sample string 6", "LeadOriginTotal": { "ResponseCard": 1, "Referral": 2, "POS": 3, "ListLead": 4 } } ], "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" }