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": "1e824b03-6772-460a-a22f-392fbcbfca3a",
"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": "5e1cf5b1-7af3-4708-8d8f-e505441486d0",
"Ten": "sample string 2",
"SuDung": true
}