POST api/DM_NhomKhachHang

Request Information

URI Parameters

None.

Body Parameters

DM_NhomKhachHang
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DM_NhomKhachHang'.

Response Information

Resource Description

DM_NhomKhachHang
NameDescriptionTypeAdditional 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
}