GET api/MACToolESQuery/GetZipCityStateTypeAhead?term={term}&typeId={typeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| term | string |
Required |
|
| typeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MACTypeAheadDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadAreaTypeId | integer |
None. |
|
| Area | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LeadAreaTypeId": 1,
"Area": "sample string 2"
},
{
"LeadAreaTypeId": 1,
"Area": "sample string 2"
}
]