GET api/DM_DuongDungThuoc
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_DuongDungThuoc| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RefID": "1ced0d6b-7a20-487b-bc4b-208c0c01a9b9",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
},
{
"RefID": "1ced0d6b-7a20-487b-bc4b-208c0c01a9b9",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
]