DELETE api/DM_HangHoa_DichVu/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "d9de23c5-27d5-4ca3-93b6-50759e838910",
"Ma": "sample string 2",
"Ten": "sample string 3",
"Gia": 4.0,
"SoThangBaoHanh": 1,
"RefID_DM_Nhom": "666ab660-1ebf-4057-8283-f8096c7a7694",
"RefID_DM_DonVi": "a6b9ceb6-6014-40d8-8deb-8fb9c00c0fa5",
"GhiChu": "sample string 5",
"SuDung": true,
"MaCongTy": "sample string 6",
"RefID_DM_PhanLoai": "eebd7c03-d0b3-4ed9-85d4-94b0a94b2c13"
}