curl --location 'https://api.yonyouup.com/api/expensesclaim/add?from_account=undefined&to_account=undefined&app_key=undefined&token=undefined&tradeid=undefined&biz_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"expensesclaim":{
"expensemoney":"1500",
"expenserid":"00001",
"operationtypecode":"3002",
"used":"报销用途说明...",
"user_id":"demo",
"deptid":"0302",
"entry":[
{
"costitemid":"04",
"deptid":"0302",
"expensemoney":"1500",
"expenserid":"00001",
"rowno":"1"
}
]
}
}'{
"errcode": "string",
"errmsg": "string",
"id": "string",
"tradeid": "string"
}