GET api/KSNB_DanhMucLechPhat/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KSNB_DanhMucLechPhatModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaLech | string |
None. |
|
| DienGiai | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "f97c0876-3862-4fd2-9b78-2498ddae0a48",
"MaLech": "sample string 2",
"DienGiai": "sample string 3",
"ChangeStatus": 4
},
{
"GuidID": "f97c0876-3862-4fd2-9b78-2498ddae0a48",
"MaLech": "sample string 2",
"DienGiai": "sample string 3",
"ChangeStatus": 4
}
]