phan_cong_nhan_vien_ky_thuat
Assign technical staff to specific tasks using registration codes and employee IDs with this MCP API Service tool.
Instructions
Phân công nhân viên kỹ thuật
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maNhanVien | Yes | Mã nhân viên | |
maddk | Yes | Mã đăng ký |
Input Schema (JSON Schema)
{
"properties": {
"maNhanVien": {
"description": "Mã nhân viên",
"type": "string"
},
"maddk": {
"description": "Mã đăng ký",
"type": "string"
}
},
"required": [
"maddk",
"maNhanVien"
],
"type": "object"
}