POST api/DM_LABO

Request Information

URI Parameters

None.

Body Parameters

DM_LABO
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": "712bca21-9e8d-4cab-9761-d063bfad6e21",
  "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_LABO'.

Response Information

Resource Description

DM_LABO
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": "fee0536b-a326-40a6-9b4c-09e7623978fa",
  "Ten": "sample string 2",
  "SuDung": true,
  "STT": 1,
  "MaCongTy": "sample string 3"
}