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": "e4503927-137d-4f11-bf2e-c8524eb5188b",
  "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": "8c18bb3a-5056-477f-b5e2-e1b9874d07be",
  "STT": 1,
  "Ten": "sample string 2",
  "SuDung": true,
  "MaCongTy": "sample string 3"
}