update_khai_bao_ra_ngoai
Update outbound declarations by specifying declaration ID and actual start/end times in ISO format using the MCP API Service.
Instructions
Cập nhật khai báo ra ngoài
Input Schema
Name | Required | Description | Default |
---|---|---|---|
khaiBaoID | Yes | ID khai báo cần cập nhật | |
thoiGianBatDauThucTe | No | Thời gian bắt đầu thực tế (ISO format) | |
thoiGianKetThucThucTe | No | Thời gian kết thúc thực tế (ISO format) |
Input Schema (JSON Schema)
{
"properties": {
"khaiBaoID": {
"description": "ID khai báo cần cập nhật",
"type": "number"
},
"thoiGianBatDauThucTe": {
"description": "Thời gian bắt đầu thực tế (ISO format)",
"type": "string"
},
"thoiGianKetThucThucTe": {
"description": "Thời gian kết thúc thực tế (ISO format)",
"type": "string"
}
},
"required": [
"khaiBaoID"
],
"type": "object"
}