GET api/SearchCategory?Radius={Radius}&Lat={Lat}&Long={Long}&AidProperty={AidProperty}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Radius | integer |
Required |
|
| Lat | decimal number |
Required |
|
| Long | decimal number |
Required |
|
| AidProperty | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CategoryListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryID | integer |
None. |
|
| CategoryName | string |
None. |
|
| CategoryDesc | string |
None. |
|
| ParentID | integer |
None. |
|
| SortOrder | integer |
None. |
|
| Status | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| RecordCount | integer |
None. |
|
| PageNumber | integer |
None. |
|
| TotalPages | integer |
None. |
|
| Color | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.