PUT api/DM_LABO/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "28da2923-90e9-4629-8e2b-a81912fa0643",
  "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

None.