POST api/DanhMuc/UpdateLoaiDanhMucSuCo?NguoiDungID={NguoiDungID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDungID | integer |
Required |
Body Parameters
LoaiDanhMucSuCoInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| LoaiSuCoID | integer |
None. |
|
| TenLoai | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoaiSuCoID": 1,
"TenLoai": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}