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": "1fac6308-660b-4f18-acfa-c0df9b2e095c",
  "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": "fbedc4e1-36bb-4407-aa14-68e23f94cd4e",
  "Ten": "sample string 2",
  "SuDung": true,
  "MaCongTy": "sample string 3"
}