GET api/Lead/GetExpiringLeadReport?officeId={officeId}&take={take}&skip={skip}&sortBy={sortBy}&sortorder={sortorder}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| officeId | integer |
Required |
|
| take | integer |
Default value is 0 |
|
| skip | integer |
Default value is 0 |
|
| sortBy | string |
Default value is |
|
| sortorder | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
PagedDTOOfLeadDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of LeadDTO |
None. |
|
| Data | Collection of LeadDTO |
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
Sample:
Sample not available.
text/json
Sample:
Sample not available.