GET api/KSNB_TyLeHoanThanhKhoiLuong/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KSNB_TyLeHoanThanhKhoiLuongModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaTyLe | string |
None. |
|
| DiemKhoiLuong | integer |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "77325c57-4c7d-4ef7-817e-bd47dfc18ec3",
"MaTyLe": "sample string 2",
"DiemKhoiLuong": 1,
"ChangeStatus": 3
},
{
"GuidID": "77325c57-4c7d-4ef7-817e-bd47dfc18ec3",
"MaTyLe": "sample string 2",
"DiemKhoiLuong": 1,
"ChangeStatus": 3
}
]