GET api/MACToolESQuery/GetZipCityStateTypeAhead?term={term}&typeId={typeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
term

string

Required

typeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MACTypeAheadDTO
NameDescriptionTypeAdditional 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"
  }
]