POST api/DM_NoiDungThucHien

Request Information

URI Parameters

None.

Body Parameters

DM_NoiDungThucHien
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

Ma

string

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "fd097f96-4c8f-4edd-9f1d-72e2fbfe0559",
  "Ma": "sample string 2",
  "Ten": "sample string 3",
  "SuDung": true,
  "MaCongTy": "sample string 4"
}

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

Response Information

Resource Description

DM_NoiDungThucHien
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

Ma

string

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RefID": "575c1935-0f6e-41da-bd70-633723367493",
  "Ma": "sample string 2",
  "Ten": "sample string 3",
  "SuDung": true,
  "MaCongTy": "sample string 4"
}