Authorization: Bearer ********************
{
"id": 1,
"cost_code": "12345",
"cost_name": "other",
"cost_type": "othercost",
"update_name": "Li",
"update_date": "2024-9-13-09-13-45"
}
curl --location --request PUT '/CostType/ModifyCostType' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"cost_code": "12345",
"cost_name": "other",
"cost_type": "othercost",
"update_name": "Li",
"update_date": "2024-9-13-09-13-45"
}'
{
"code": 10000,
"message": "success",
"data": 0
}