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