Danh sách quận / huyện
Lấy ra danh sách các quận / huyện
HTTP Request
GET /api/v3/configs/districts
Query Parameters
Parameter | Type | Default | Require | Description |
---|---|---|---|---|
province_id | int | yes | Mã tỉnh/ thành phố |
Response
[
{
"district_id": "1",
"district_name": "Quận Ba Đình"
},
{
"district_id": "17",
"district_name": "Huyện Ba Vì"
},
{
"district_id": "18",
"district_name": "Huyện Phúc Thọ"
},
{
"district_id": "19",
"district_name": "Huyện Thạch Thất"
},
{
"district_id": "20",
"district_name": "Huyện Quốc Oai"
},
{
"district_id": "21",
"district_name": "Huyện Chương Mỹ"
}
]