DELETE api/DM_NhomKhachHang/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DM_NhomKhachHang| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "315ffe19-63a3-4975-9478-36a6e4ded98a",
"Ten": "sample string 2",
"SuDung": true
}