{
"list_tech_expense": [
{
"id": 1,
"donedate_system": "2025-10-15 10:25:00",
"techuser_id": 12,
"exp_typeid": 3,
"exp_amount": 1250.75,
"branch_id": 5,
"remarks": "Travel expense",
"updated_amount": 1300,
"updated_userid": 7,
"expense_image": "",
"updated_time_system": "2025-10-15 11:00:00"
}
]
}curl --location --request POST '/vds_app/techexpense/save_tech_expense' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_tech_expense": [
{
"id": 1,
"donedate_system": "2025-10-15 10:25:00",
"techuser_id": 12,
"exp_typeid": 3,
"exp_amount": 1250.75,
"branch_id": 5,
"remarks": "Travel expense",
"updated_amount": 1300,
"updated_userid": 7,
"expense_image": "",
"updated_time_system": "2025-10-15 11:00:00"
}
]
}'{}