GET api/DM_LABO
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_LABO| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| STT | integer |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RefID": "01d136c9-dd2b-4ac3-8643-b1d626831c61",
"Ten": "sample string 2",
"SuDung": true,
"STT": 1,
"MaCongTy": "sample string 3"
},
{
"RefID": "01d136c9-dd2b-4ac3-8643-b1d626831c61",
"Ten": "sample string 2",
"SuDung": true,
"STT": 1,
"MaCongTy": "sample string 3"
}
]