GET api/District/GetDistrictByCityId?cityId={cityId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cityId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfDistrictName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "DistrictId": "37a5b976-a524-41dd-92c5-604f2a1dd49c", "DistrictName": "sample string 2" }, { "DistrictId": "37a5b976-a524-41dd-92c5-604f2a1dd49c", "DistrictName": "sample string 2" } ], "IsShowMessage": true, "IsShowRateAndReview": true }