GET danhsachmahuyen?matinh={matinh}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
matinh

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of xa
NameDescriptionTypeAdditional information
maxa

integer

None.

tenxa

string

None.

mahuyen

integer

None.

loaixa

integer

None.

bacxa

integer

None.

tructhuoc

integer

None.

nhomluong

string

None.

nhomluongcon

string

None.

thuockhoi

string

None.

matinh

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "maxa": 1,
    "tenxa": "sample string 2",
    "mahuyen": 3,
    "loaixa": 1,
    "bacxa": 1,
    "tructhuoc": 1,
    "nhomluong": "sample string 4",
    "nhomluongcon": "sample string 5",
    "thuockhoi": "sample string 6",
    "matinh": 1
  },
  {
    "maxa": 1,
    "tenxa": "sample string 2",
    "mahuyen": 3,
    "loaixa": 1,
    "bacxa": 1,
    "tructhuoc": 1,
    "nhomluong": "sample string 4",
    "nhomluongcon": "sample string 5",
    "thuockhoi": "sample string 6",
    "matinh": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfxa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <xa>
    <bacxa>1</bacxa>
    <loaixa>1</loaixa>
    <mahuyen>3</mahuyen>
    <matinh>1</matinh>
    <maxa>1</maxa>
    <nhomluong>sample string 4</nhomluong>
    <nhomluongcon>sample string 5</nhomluongcon>
    <tenxa>sample string 2</tenxa>
    <thuockhoi>sample string 6</thuockhoi>
    <tructhuoc>1</tructhuoc>
  </xa>
  <xa>
    <bacxa>1</bacxa>
    <loaixa>1</loaixa>
    <mahuyen>3</mahuyen>
    <matinh>1</matinh>
    <maxa>1</maxa>
    <nhomluong>sample string 4</nhomluong>
    <nhomluongcon>sample string 5</nhomluongcon>
    <tenxa>sample string 2</tenxa>
    <thuockhoi>sample string 6</thuockhoi>
    <tructhuoc>1</tructhuoc>
  </xa>
</ArrayOfxa>