POST Surveyor/fetchSurveyorAddressData
Request Information
URI Parameters
None.
Body Parameters
SurveyorLocationRequestName | Description | Type | Additional information |
---|---|---|---|
screenType | string |
None. |
|
latitude | string |
None. |
|
longitude | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "screenType": "sample string 1", "latitude": "sample string 2", "longitude": "sample string 3" }
application/xml, text/xml
Sample:
<SurveyorLocationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <latitude>sample string 2</latitude> <longitude>sample string 3</longitude> <screenType>sample string 1</screenType> </SurveyorLocationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.