POST api/DM_NhomKhachHang
Request Information
URI Parameters
None.
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": "1ae118a2-5f18-4b64-8b19-e6c328ffe5ea",
"Ten": "sample string 2",
"SuDung": true
}
application/x-www-form-urlencoded
Sample:
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": "6699ffb1-f0df-4e57-afc3-67a6e3397f46",
"Ten": "sample string 2",
"SuDung": true
}