POST api/Properties/GetAttornyByLocation?UserProfileID={UserProfileID}&locationID={locationID}&countryID={countryID}&provinceID={provinceID}&cityID={cityID}&townID={townID}&countyID={countyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserProfileID | integer |
Required |
|
| locationID | integer |
Required |
|
| countryID | integer |
Required |
|
| provinceID | integer |
Required |
|
| cityID | integer |
Required |
|
| townID | integer |
Required |
|
| countyID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ResultStatus |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics"> <Data /> <Message>sample string 1</Message> <Status>Success</Status> </Result>