GET api/KHO_DanhMucXeTai/GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KHO_DanhMucXeTaiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| BienSo | string |
None. |
|
| TenGoi | string |
None. |
|
| TaiTrong | string |
None. |
|
| MoTa | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "9abf60b1-e2ed-40e4-9ca4-1f6a913dc39f",
"BienSo": "sample string 2",
"TenGoi": "sample string 3",
"TaiTrong": "sample string 4",
"MoTa": "sample string 5",
"ChangeStatus": 6
},
{
"GuidID": "9abf60b1-e2ed-40e4-9ca4-1f6a913dc39f",
"BienSo": "sample string 2",
"TenGoi": "sample string 3",
"TaiTrong": "sample string 4",
"MoTa": "sample string 5",
"ChangeStatus": 6
}
]