GET api/township/FindTownshipsInCountyByName?name={name}&countyId={countyId}
This method will retrieve ids for all townships with names that match search string specified by the user and are located in the specified county
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name |
User search string |
string |
Required |
countyId |
County id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Instance of
integerResponse Formats
application/json, text/json, text/html
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>