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. |
|
| TieuHao | boolean |
None. |
|
| ThueVAT | decimal number |
None. |
|
| ThueTNCN | decimal number |
None. |
|
| NganhNghe | string |
None. |
|
| ShowAll | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "8122a860-10e7-4410-8540-0b667bd8f704",
"Ma": "sample string 2",
"Ten": "sample string 3",
"Gia": 4.0,
"SoThangBaoHanh": 1,
"RefID_DM_Nhom": "c3e23144-81f8-4901-88e3-9dd50e1b807d",
"RefID_DM_DonVi": "d2502eb6-4121-4696-b4b6-63d6bc132d0f",
"GhiChu": "sample string 5",
"SuDung": true,
"MaCongTy": "sample string 6",
"RefID_DM_PhanLoai": "b0a2639f-51f4-4ee9-90d5-673a22f5435d",
"TieuHao": true,
"ThueVAT": 1.0,
"ThueTNCN": 1.0,
"NganhNghe": "sample string 8",
"ShowAll": true
}