POST api/ThuocTinh/AddGT

Request Information

URI Parameters

None.

Body Parameters

BE_GTTT
NameDescriptionTypeAdditional information
id

integer

None.

maThuocTinh

string

None.

tenThuocTinh

string

None.

maGiaTriTT

string

None.

tenGiaTriTT

string

None.

nguoiTao

string

None.

ngayTao

string

None.

nguoiCapNhat

string

None.

ngayCapNhat

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "maThuocTinh": "sample string 2",
  "tenThuocTinh": "sample string 3",
  "maGiaTriTT": "sample string 4",
  "tenGiaTriTT": "sample string 5",
  "nguoiTao": "sample string 6",
  "ngayTao": "sample string 7",
  "nguoiCapNhat": "sample string 8",
  "ngayCapNhat": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.