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": "d7b5bca2-497f-4f26-be41-4047f3d27d78",
"Ten": "sample string 2",
"SuDung": true,
"STT": 1,
"MaCongTy": "sample string 3"
},
{
"RefID": "d7b5bca2-497f-4f26-be41-4047f3d27d78",
"Ten": "sample string 2",
"SuDung": true,
"STT": 1,
"MaCongTy": "sample string 3"
}
]