GET api/PDT_CauHinhASM/PDT_CauHinhASM_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PDT_CauHinhASMModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaNV | string |
None. |
|
| HoVaTen | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "af183631-f48a-4422-a6bd-47c1ee124cb1",
"MaNV": "sample string 2",
"HoVaTen": "sample string 3"
},
{
"GuidID": "af183631-f48a-4422-a6bd-47c1ee124cb1",
"MaNV": "sample string 2",
"HoVaTen": "sample string 3"
}
]