POST api/NhomSanPham/add
Request Information
URI Parameters
None.
Body Parameters
BE_NhomSanPham| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| maNhomSP | string |
None. |
|
| tenNhomSanPham | string |
None. |
|
| nguoiTao | string |
None. |
|
| ngayTao | string |
None. |
|
| nguoiCapNhat | string |
None. |
|
| ngayCapNhat | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"maNhomSP": "sample string 2",
"tenNhomSanPham": "sample string 3",
"nguoiTao": "sample string 4",
"ngayTao": "sample string 5",
"nguoiCapNhat": "sample string 6",
"ngayCapNhat": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.