DELETE 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": "906b9d91-b800-43c0-bf32-1612236d5a53",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}