GET 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": "69a535ca-b8a9-4097-a5e6-bdc786677519",
"Ma": "sample string 2",
"Ten": "sample string 3",
"Gia": 4.0,
"SoThangBaoHanh": 1,
"RefID_DM_Nhom": "088a4fba-7c6a-4d8b-b5ae-1d4545de02a8",
"RefID_DM_DonVi": "56f7e4b2-4686-483d-a21f-93e5ba4dbbe5",
"GhiChu": "sample string 5",
"SuDung": true,
"MaCongTy": "sample string 6",
"RefID_DM_PhanLoai": "6413ab0e-4971-4564-9be8-3abccfd44ff6"
}