POST api/Policy/GetPolicyIdAndNameAndCity
Request Information
URI Parameters
None.
Body Parameters
PolicySearchDTOName | Description | Type | Additional information |
---|---|---|---|
isHouseHold | boolean |
None. |
|
policyNumber | string |
None. |
|
lastName | string |
None. |
|
firstName | string |
None. |
|
Phone | string |
None. |
|
DobFrom | string |
None. |
|
DobTo | string |
None. |
|
State | string |
None. |
|
Country | string |
None. |
|
Stage | string |
None. |
|
Zip | string |
None. |
|
take | integer |
None. |
|
skip | integer |
None. |
|
sortColumn | string |
None. |
|
sortDirection | string |
None. |
|
LeadId | integer |
None. |
|
SearchOption | integer |
None. |
|
IsDefaultSearch | boolean |
None. |
|
PolicySearchesLeft | string |
None. |
|
IsAccessPolicyRole | boolean |
None. |
|
LocationCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "isHouseHold": true, "policyNumber": "sample string 2", "lastName": "sample string 3", "firstName": "sample string 4", "Phone": "sample string 5", "DobFrom": "sample string 6", "DobTo": "sample string 7", "State": "sample string 8", "Country": "sample string 9", "Stage": "sample string 10", "Zip": "sample string 11", "take": 12, "skip": 13, "sortColumn": "sample string 14", "sortDirection": "sample string 15", "LeadId": 16, "SearchOption": 17, "IsDefaultSearch": true, "PolicySearchesLeft": "sample string 19", "IsAccessPolicyRole": true, "LocationCode": "sample string 21" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfPolicyDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of PolicyDTO |
None. |
|
Data | Collection of PolicyDTO |
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.