GET api/ACC/GetServiceArea?x={x}&y={y}&lat={lat}&lon={lon}&singleLineAddress={singleLineAddress}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
x | decimal number |
None. |
|
y | decimal number |
None. |
|
lat | decimal number |
None. |
|
lon | decimal number |
None. |
|
singleLineAddress | string |
None. |
Body Parameters
None.
Response Information
Resource Description
AccServiceAreaResultName | Description | Type | Additional information |
---|---|---|---|
type | string |
None. |
|
city | string |
None. |
|
community | string |
None. |
|
label | string |
None. |
|
shelter | string |
None. |
|
zone | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "type": "sample string 1", "city": "sample string 2", "community": "sample string 3", "label": "sample string 4", "shelter": "sample string 5", "zone": "sample string 6" }
text/html
Sample:
{"type":"sample string 1","city":"sample string 2","community":"sample string 3","label":"sample string 4","shelter":"sample string 5","zone":"sample string 6"}
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"type":"sample string 1","city":"sample string 2","community":"sample string 3","label":"sample string 4","shelter":"sample string 5","zone":"sample string 6"});
application/xml, text/xml
Sample:
<AccServiceAreaResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebService.Controllers"> <city>sample string 2</city> <community>sample string 3</community> <label>sample string 4</label> <shelter>sample string 5</shelter> <type>sample string 1</type> <zone>sample string 6</zone> </AccServiceAreaResult>