GET api/LeadRunArea/GetAllLeadRunArea
Request Information
URI Parameters
None.
Body Parameters
None.
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"
}
]