GET api/DM_TienSuBenh/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "e117be05-d1c8-4816-8d05-dc9918d2da6d",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}