POST api/BaoHanhNX/UpdateBaoCaoDichVuSanPhamThayTheNgoai
Request Information
URI Parameters
None.
Body Parameters
BaoCaoDichVuSanPhamThayTheNgoaiInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| BaoCaoDichVuSanPhamThayTheNgoaiID | integer |
None. |
|
| TenSanPham | string |
None. |
|
| Serial | string |
None. |
|
| GhiChu | string |
None. |
|
| SoLuong | string |
None. |
|
| BaoCaoDichVuID | integer |
None. |
|
| ThoiGianBaoHanh | integer |
None. |
|
| DonGia | decimal number |
None. |
|
| NguoiSuaCuoi | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BaoCaoDichVuSanPhamThayTheNgoaiID": 1,
"TenSanPham": "sample string 2",
"Serial": "sample string 3",
"GhiChu": "sample string 4",
"SoLuong": "sample string 5",
"BaoCaoDichVuID": 6,
"ThoiGianBaoHanh": 1,
"DonGia": 1.1,
"NguoiSuaCuoi": "sample string 7"
}
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": {}
}