PUT api/DM_ChanDoan/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "c9df25da-3c6c-415c-b7d0-3a1450c6f02a",
  "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

None.