DELETE api/DM_NoiDungThucHien/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DM_NoiDungThucHien| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ma | string |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "dac63ed7-3d90-447e-97e8-1a7a7876daa3",
"Ma": "sample string 2",
"Ten": "sample string 3",
"SuDung": true,
"MaCongTy": "sample string 4"
}