POST api/LeadRunArea/GetLeadRunAreaZips
Request Information
URI Parameters
None.
Body Parameters
LeadRunAreaSearchDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ReviewedData | string |
None. |
|
| LeadRunName | string |
None. |
|
| LeadRunAreaId | integer |
None. |
|
| Zip | string |
None. |
|
| Zips | Collection of string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZipCity | string |
None. |
|
| AssociateId | integer |
None. |
|
| AssociateName | string |
None. |
|
| SortColumn | string |
None. |
|
| SortDirection | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| ZipsToDelete | Collection of integer |
None. |
|
| AssociatesToDelete | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReviewedData": "sample string 1",
"LeadRunName": "sample string 2",
"LeadRunAreaId": 3,
"Zip": "sample string 4",
"Zips": [
"sample string 1",
"sample string 2"
],
"City": "sample string 5",
"State": "sample string 6",
"ZipCity": "sample string 7",
"AssociateId": 8,
"AssociateName": "sample string 9",
"SortColumn": "sample string 10",
"SortDirection": "sample string 11",
"PageIndex": 12,
"PageSize": 13,
"ZipsToDelete": [
1,
2
],
"AssociatesToDelete": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfLeadRunAreaZipDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of LeadRunAreaZipDTO |
None. |
|
| Data | Collection of LeadRunAreaZipDTO |
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": [
{
"LeadRunAreaZipId": 1,
"Zip": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"CreatedDate": "sample string 5"
},
{
"LeadRunAreaZipId": 1,
"Zip": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"CreatedDate": "sample string 5"
}
],
"Data": [
{
"LeadRunAreaZipId": 1,
"Zip": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"CreatedDate": "sample string 5"
},
{
"LeadRunAreaZipId": 1,
"Zip": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"CreatedDate": "sample string 5"
}
],
"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"
}