POST api/KSNB_PhongBanBoPhan/UpdateDataItem
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"