API Cập nhật tài khoản

Mô tả API cập nhật tài khoản

Thông tin
Mô tả

User

string

Password

string

Hình thức authen

Bearer<token>

Method

POST

Tạo request

curl -X 'POST'\ https://localhost:7222/API/Manager/User/UpdateAccount/{id}

POSThttps://localhost:7222/API/Manager/User/UpdateAccount/{id}

Cập nhật dữ liệu nhân viên

Request Body

name
type
ý nghĩa

DepartmentId

string

Phòng ban

Email

string

Email

FullName

string

Tên đầy đủ

Id

string

IsActive

bool

hoạt động

IsLock

bool

khoá

Password

string

Phone

string

số điện thoại

Position

string

vị trí

Roles

list<object>

quền

UserName

string

tên tài khoản

Last updated