POST api/LeadRunArea/GetLeadRunAreasByName
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
Collection of LeadRunAreaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadRunName | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | string |
None. |
|
| LeadRunAreaId | integer |
None. |
|
| AllZipsCSV | string |
None. |
|
| AllAssociatesCSV | string |
None. |
|
| AllStatesCSV | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LeadRunName": "sample string 1",
"CreatedBy": "sample string 2",
"CreatedDate": "sample string 3",
"LeadRunAreaId": 4,
"AllZipsCSV": "sample string 5",
"AllAssociatesCSV": "sample string 6",
"AllStatesCSV": "sample string 7"
},
{
"LeadRunName": "sample string 1",
"CreatedBy": "sample string 2",
"CreatedDate": "sample string 3",
"LeadRunAreaId": 4,
"AllZipsCSV": "sample string 5",
"AllAssociatesCSV": "sample string 6",
"AllStatesCSV": "sample string 7"
}
]