{
"travelNo": "string",
"customerNo": "string",
"costId": "string",
"costName": "string",
"deptId": "string",
"deptName": "string",
"reason": "string",
"taskType": 0,
"applyStaffs": [
{
"passengerNo": "string",
"userName": "string",
"phone": "string"
}
],
"userId": "string",
"userName": "string",
"wbs": "string",
"remark": "string",
"tripInfo": [
{
"deptDate": "string",
"arriveDate": "string",
"deptCityName": "string",
"arriveCityName": "string",
"deptCityId": 0,
"arriveCityId": 0
}
],
"hotelOption": 0,
"carOption": 0,
"flightOption": 0,
"trainOption": 0,
"apprvTaskStaffs": [
{
"id": 0,
"taskId": 0,
"compId": "string",
"deptCost": 0,
"nodeId": 0,
"thirdNodeId": "string",
"personId": 0,
"staffId": 0,
"staffName": "string",
"isEnable": 0
}
]
}curl --location --request POST '/api/callcenter/apprv/v2/insertOrUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"travelNo": "string",
"customerNo": "string",
"costId": "string",
"costName": "string",
"deptId": "string",
"deptName": "string",
"reason": "string",
"taskType": 0,
"applyStaffs": [
{
"passengerNo": "string",
"userName": "string",
"phone": "string"
}
],
"userId": "string",
"userName": "string",
"wbs": "string",
"remark": "string",
"tripInfo": [
{
"deptDate": "string",
"arriveDate": "string",
"deptCityName": "string",
"arriveCityName": "string",
"deptCityId": 0,
"arriveCityId": 0
}
],
"hotelOption": 0,
"carOption": 0,
"flightOption": 0,
"trainOption": 0,
"apprvTaskStaffs": [
{
"id": 0,
"taskId": 0,
"compId": "string",
"deptCost": 0,
"nodeId": 0,
"thirdNodeId": "string",
"personId": 0,
"staffId": 0,
"staffName": "string",
"isEnable": 0
}
]
}'{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": ""
}