PUT api/DM_HangHoa_DichVu/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
DM_HangHoa_DichVu| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ma | string |
None. |
|
| Ten | string |
None. |
|
| Gia | decimal number |
None. |
|
| SoThangBaoHanh | integer |
None. |
|
| RefID_DM_Nhom | globally unique identifier |
None. |
|
| RefID_DM_DonVi | globally unique identifier |
None. |
|
| GhiChu | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
|
| RefID_DM_PhanLoai | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "ae77f595-c68a-4bc0-b60f-c7f71f1bacb2",
"Ma": "sample string 2",
"Ten": "sample string 3",
"Gia": 4.0,
"SoThangBaoHanh": 1,
"RefID_DM_Nhom": "f18adba4-fdc2-4e5f-ba31-f6ded3609e5c",
"RefID_DM_DonVi": "42b908ae-e4f5-4201-9932-f4fe077f9dfa",
"GhiChu": "sample string 5",
"SuDung": true,
"MaCongTy": "sample string 6",
"RefID_DM_PhanLoai": "93e27b6b-e80b-4d8b-b4cd-404bc34fbcb4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.