POST api/DanhGiaNhanVien/InsertDanhGiaNhanVien

Request Information

URI Parameters

None.

Body Parameters

ParamDanhGiaNhanVien
NameDescriptionTypeAdditional information
SoCT

string

None.

EmployeeID

string

None.

NguoiDungMobileID

integer

None.

SoSao

decimal number

None.

BinhLuan

string

None.

HinhAnh

Collection of byte

None.

ListLyDoDanhGiaSaoo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SoCT": "sample string 1",
  "EmployeeID": "sample string 2",
  "NguoiDungMobileID": 1,
  "SoSao": 3.1,
  "BinhLuan": "sample string 4",
  "HinhAnh": "QEA=",
  "ListLyDoDanhGiaSaoo": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseInfo
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "Data": {}
}