GET api/KSNB_PhongBanBoPhan/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KSNB_PhongBanBoPhanModel| Name | Description | Type | Additional information |
|---|---|---|---|
| oldMaPB | string |
None. |
|
| MaPB | string |
None. |
|
| TenTat | string |
None. |
|
| TenPB | string |
None. |
|
| TenMien | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"oldMaPB": "sample string 1",
"MaPB": "sample string 2",
"TenTat": "sample string 3",
"TenPB": "sample string 4",
"TenMien": "sample string 5",
"ChangeStatus": 6
},
{
"oldMaPB": "sample string 1",
"MaPB": "sample string 2",
"TenTat": "sample string 3",
"TenPB": "sample string 4",
"TenMien": "sample string 5",
"ChangeStatus": 6
}
]