DELETE api/DM_DuongDungThuoc/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DM_DuongDungThuoc| 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": "517bc139-adb6-4a32-830a-ac7cd3e244f9",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}