PUT api/DM_NhomKhachHang/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
DM_NhomKhachHang| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "fbcb8fbc-0089-40db-b684-ed767b993676",
"Ten": "sample string 2",
"SuDung": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.