GET api/DM_TienSuBenh
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_TienSuBenh| 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": "aad4152d-33bf-498d-98e8-d67a6a380f6b",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
},
{
"RefID": "aad4152d-33bf-498d-98e8-d67a6a380f6b",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
]