GET api/DM_ToaThuocMau/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DM_ToaThuocMau| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| ChanDoan | string |
None. |
|
| GhiChu | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
|
| DM_ToaThuocMau_CT | Collection of DM_ToaThuocMau_CT |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "e1522348-cf6a-4a75-957d-2fa9eb86a7b0",
"Ten": "sample string 2",
"ChanDoan": "sample string 3",
"GhiChu": "sample string 4",
"SuDung": true,
"MaCongTy": "sample string 5",
"DM_ToaThuocMau_CT": [
{
"RefID": "7844f921-a05c-44d4-bf1d-3f54c5cbfb9c",
"RefID_DMToaThuocMau": "0660deac-bb66-473c-957a-4d3b88e6dfc0",
"RefID_DMHangHoa": "eaf9f81f-5ed0-4c6f-9365-eaa26a9f94ed",
"SoLuong": 1.0,
"CachDung": "sample string 2",
"STT": 1
},
{
"RefID": "7844f921-a05c-44d4-bf1d-3f54c5cbfb9c",
"RefID_DMToaThuocMau": "0660deac-bb66-473c-957a-4d3b88e6dfc0",
"RefID_DMHangHoa": "eaf9f81f-5ed0-4c6f-9365-eaa26a9f94ed",
"SoLuong": 1.0,
"CachDung": "sample string 2",
"STT": 1
}
]
}