GET api/CHIAKHO_CauHinhKhoMapping/CHIAKHO_CauHinhKhoMapping_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CHIAKHO_CauHinhKhoMappingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaKhoFast | string |
None. |
|
| MaKhoNav | string |
None. |
|
| TenKho | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "4aa1764f-de5b-4e58-a3c9-48af29bc283e",
"MaKhoFast": "sample string 2",
"MaKhoNav": "sample string 3",
"TenKho": "sample string 4",
"ChangeStatus": 5
},
{
"GuidID": "4aa1764f-de5b-4e58-a3c9-48af29bc283e",
"MaKhoFast": "sample string 2",
"MaKhoNav": "sample string 3",
"TenKho": "sample string 4",
"ChangeStatus": 5
}
]