DELETE api/DM_DonVi/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DM_DonVi| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| STT | integer |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "096755b2-6056-4837-b5f6-8e88e9a44350",
"Ten": "sample string 2",
"SuDung": true,
"STT": 1,
"MaCongTy": "sample string 3"
}