POST api/LoaiHang/InsertLoaiHang
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LoaiHangInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Category_ID | string |
None. |
|
| Loaihang | string |
None. |
|
| Mota | string |
None. |
|
| Picture | Collection of byte |
None. |
|
| Ngaygio | date |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ParentID | string |
None. |
|
| NhanVienPhuTrach | string |
None. |
|
| KhoangNgayHen | integer |
None. |
|
| NgayTonKhoToiDa | integer |
None. |
|
| BienDoGiamGia | decimal number |
None. |
|
| TimKiem | string |
None. |
|
| ThuTu | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Category_ID": "sample string 1",
"Loaihang": "sample string 2",
"Mota": "sample string 3",
"Picture": "QEA=",
"Ngaygio": "2025-10-29T10:50:51.8173266+07:00",
"ModifiedDate": "2025-10-29T10:50:51.8173266+07:00",
"ModifiedBy": "sample string 4",
"ParentID": "sample string 5",
"NhanVienPhuTrach": "sample string 6",
"KhoangNgayHen": 1,
"NgayTonKhoToiDa": 1,
"BienDoGiamGia": 1.1,
"TimKiem": "sample string 7",
"ThuTu": 1
}