POST api/SoDuVatTuDau/UpdateSoDuVatTuDau
Request Information
URI Parameters
None.
Body Parameters
SoDuVatTuDauInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MSk | string |
None. |
|
| TenKho | string |
None. |
|
| Product_id | string |
None. |
|
| Product_Name | string |
None. |
|
| Ngay | date |
None. |
|
| LO | string |
None. |
|
| DONGIA | decimal number |
None. |
|
| SODUDAU | decimal number |
None. |
|
| Ngaygio | date |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | string |
None. |
|
| TienThue | decimal number |
None. |
|
| SLNguyen | decimal number |
None. |
|
| DonGiaNguyen | decimal number |
None. |
|
| DVT | string |
None. |
|
| ProductName | string |
None. |
|
| ThanhTien | decimal number |
None. |
|
| Size | string |
None. |
|
| HanSuDung | date |
None. |
|
| TaiKhoan | string |
None. |
|
| SLDVT2 | decimal number |
None. |
|
| SLDVT3 | decimal number |
None. |
|
| Nguoigo | string |
None. |
|
| SoLuongThuc | decimal number |
None. |
|
| DonGiaThuc | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"MSk": "sample string 2",
"TenKho": "sample string 3",
"Product_id": "sample string 4",
"Product_Name": "sample string 5",
"Ngay": "2025-10-29T10:53:57.5996234+07:00",
"LO": "sample string 7",
"DONGIA": 8.1,
"SODUDAU": 9.1,
"Ngaygio": "2025-10-29T10:53:57.5996234+07:00",
"ModifiedDate": "2025-10-29T10:53:57.5996234+07:00",
"ModifiedBy": "sample string 11",
"TienThue": 1.1,
"SLNguyen": 1.1,
"DonGiaNguyen": 1.1,
"DVT": "sample string 12",
"ProductName": "sample string 13",
"ThanhTien": 1.1,
"Size": "sample string 14",
"HanSuDung": "2025-10-29T10:53:57.5996234+07:00",
"TaiKhoan": "sample string 15",
"SLDVT2": 1.1,
"SLDVT3": 1.1,
"Nguoigo": "sample string 16",
"SoLuongThuc": 1.1,
"DonGiaThuc": 1.1
}
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": {}
}