POST api/DM_ChanDoan

Request Information

URI Parameters

None.

Body Parameters

DM_ChanDoan
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": "67992f0f-f757-4f63-86a9-c30767a9b142",
  "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_ChanDoan'.

Response Information

Resource Description

DM_ChanDoan
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": "697508b2-ab29-42bf-9b68-5f9ff531af63",
  "Ma": "sample string 2",
  "Ten": "sample string 3",
  "SuDung": true,
  "MaCongTy": "sample string 4"
}