GET danhsachhuyen?matinh={matinh}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matinh | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of huyen| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tenhuyen | string |
None. |
|
| tinh | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"tenhuyen": "sample string 2",
"tinh": "sample string 3"
},
{
"id": 1,
"tenhuyen": "sample string 2",
"tinh": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfhuyen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<huyen>
<id>1</id>
<tenhuyen>sample string 2</tenhuyen>
<tinh>sample string 3</tinh>
</huyen>
<huyen>
<id>1</id>
<tenhuyen>sample string 2</tenhuyen>
<tinh>sample string 3</tinh>
</huyen>
</ArrayOfhuyen>