POST api/DM_PhanLoaiDichVu

Request Information

URI Parameters

None.

Body Parameters

DM_PhanLoaiDichVu
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

STT

integer

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "55890382-c601-44a1-91c3-719eab1e9f7c",
  "STT": 1,
  "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_PhanLoaiDichVu'.

Response Information

Resource Description

DM_PhanLoaiDichVu
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

STT

integer

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RefID": "b7e5479e-ea5b-4898-9bc6-0d5fb0313e24",
  "STT": 1,
  "Ten": "sample string 2",
  "SuDung": true,
  "MaCongTy": "sample string 3"
}