POST api/DM_DonVi

Request Information

URI Parameters

None.

Body Parameters

DM_DonVi
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

Ten

string

None.

SuDung

boolean

None.

STT

integer

None.

MaCongTy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "42eb188f-7d96-4e47-ac2e-3aed0fcc5484",
  "Ten": "sample string 2",
  "SuDung": true,
  "STT": 1,
  "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_DonVi'.

Response Information

Resource Description

DM_DonVi
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

Ten

string

None.

SuDung

boolean

None.

STT

integer

None.

MaCongTy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RefID": "4b734d1c-84d0-4d54-a34b-324a1b6a9a0c",
  "Ten": "sample string 2",
  "SuDung": true,
  "STT": 1,
  "MaCongTy": "sample string 3"
}