POST api/DM_TienSuBenh

Request Information

URI Parameters

None.

Body Parameters

DM_TienSuBenh
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "9e542eb6-9b3a-4d25-835b-5df9fb0b4ccb",
  "Ten": "sample string 2",
  "SuDung": true,
  "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_TienSuBenh'.

Response Information

Resource Description

DM_TienSuBenh
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RefID": "f1faf800-1135-4d39-bf54-3bf613678231",
  "Ten": "sample string 2",
  "SuDung": true,
  "MaCongTy": "sample string 3"
}