POST api/DM_NhomDichVu

Request Information

URI Parameters

None.

Body Parameters

DM_NhomDichVu
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": "fe0ae150-f00f-40fe-9e54-5646b5f79278",
  "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_NhomDichVu'.

Response Information

Resource Description

DM_NhomDichVu
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": "b58aaf47-0b7e-4fe2-bca4-6d4be957f28f",
  "STT": 1,
  "Ten": "sample string 2",
  "SuDung": true,
  "MaCongTy": "sample string 3"
}