GET api/Kids_DanhMucChinhSachNCC/Kids_DanhMucChinhSachNCC_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Kids_DanhMucChinhSachNCC_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaChinhSach | string |
None. |
|
| TenChinhSach | string |
None. |
|
| GhiChu | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "2aa49720-b638-4218-825d-d891372fa518",
"MaChinhSach": "sample string 2",
"TenChinhSach": "sample string 3",
"GhiChu": "sample string 4",
"ChangeStatus": 5
},
{
"GuidID": "2aa49720-b638-4218-825d-d891372fa518",
"MaChinhSach": "sample string 2",
"TenChinhSach": "sample string 3",
"GhiChu": "sample string 4",
"ChangeStatus": 5
}
]