POST api/DM_NguonKhachHang

Request Information

URI Parameters

None.

Body Parameters

DM_NguonKhachHang
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "f1d5b7e8-0881-4483-9d86-bcf4da621718",
  "Ten": "sample string 2",
  "SuDung": true,
  "MaCongTy": "sample string 3"
}

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_NguonKhachHang'.

Response Information

Resource Description

DM_NguonKhachHang
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RefID": "2d51b606-0faa-46a7-8949-fcac7818cd70",
  "Ten": "sample string 2",
  "SuDung": true,
  "MaCongTy": "sample string 3"
}