DELETE api/MatHang/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MatHangName | Description | Type | Additional information |
---|---|---|---|
MaMatHang | integer |
None. |
|
TenMatHang | string |
None. |
|
MoTa | string |
None. |
|
GiaNhap | integer |
None. |
|
GiaBan | integer |
None. |
|
SoLuongTon | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "maMatHang": 1, "tenMatHang": "sample string 2", "moTa": "sample string 3", "giaNhap": 1, "giaBan": 1, "soLuongTon": 1 }