GET Area/GetByDistrictId?DistrictID={DistrictID}
get list Area by District id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DistrictID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfListOfAreaModelName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | Collection of AreaModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": [ { "ID": 1, "DistrictID": 2, "Code": "sample string 3", "Name": "sample string 4" }, { "ID": 1, "DistrictID": 2, "Code": "sample string 3", "Name": "sample string 4" } ] }