POST api/BaoHanhNX/InsertBaoCaoDichVuSanPhamThayTheDuKien
Request Information
URI Parameters
None.
Body Parameters
BaoCaoDichVuSanPhamThayTheDuKienInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| BaoCaoDichVuSanPhamThayTheDuKienID | integer |
None. |
|
| MaSanPham | string |
None. |
|
| TenSanPham | string |
None. |
|
| Serial | string |
None. |
|
| GhiChu | string |
None. |
|
| SoLuong | string |
None. |
|
| BaoCaoDichVuID | integer |
None. |
|
| NguoiSuaCuoi | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BaoCaoDichVuSanPhamThayTheDuKienID": 1,
"MaSanPham": "sample string 2",
"TenSanPham": "sample string 3",
"Serial": "sample string 4",
"GhiChu": "sample string 5",
"SoLuong": "sample string 6",
"BaoCaoDichVuID": 7,
"NguoiSuaCuoi": "sample string 8"
}
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": {}
}