{
"list_tech_schedule": [
{
"id": 1,
"donedate_system": "2025-10-04",
"assignedto": 1,
"shifttype": "",
"assignedby": 1,
"scheduletype": "ONSITE",
"from_time_system": "09:30:00",
"to_time_system": "11:00:00",
"remarks": "sample remark"
}
]
}curl --location --request POST '/vds_app/techshedule/save_techschedule' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_tech_schedule": [
{
"id": 1,
"donedate_system": "2025-10-04",
"assignedto": 1,
"shifttype": "",
"assignedby": 1,
"scheduletype": "ONSITE",
"from_time_system": "09:30:00",
"to_time_system": "11:00:00",
"remarks": "sample remark"
}
]
}'{}