文档
测试

4.2.1提交审核#16332

POST
/api/ledgerService/contractee/accident/toExamine

接口描述

原有接口, 新增字段

请求参数

参数名
类型
描述
必填
isModifiedSettlePrice
Boolan
是否修改结算价格
必填
settlePriceModification
String
Json格式的字符串
必填
baseFee
Double
基础费用(适用: 现场抢修费用/拖车, 一般脱困, 吊装救援的里程费用)
必填
trailerTonnageValue
Integer
拖车吨位(除事故现场抢修外都需要)
必填
trailerMiles
Double
拖车里程(除事故现场抢修外都需要)
必填
craneTonnageValue
Integer
吊车吨位(除事故现场抢修外都需要)
必填
craneFee
Double
吊车费用
必填
forkliftTonnageValue
Integer
叉车吨位(除事故现场抢修外都需要)
必填
forkliftFee
Double
叉车费用
必填
diggerFee
Double
挖掘机费用, 大于0视为需要挖掘机, 否则当作不需要挖掘机
必填
disasterflag
String
大灾天气, 枚举值同系统已有控件
必填
disasterflagFee
Double
大灾天气费用
必填
dragEnvironmentFee
Double
救援环境(目前特指: 地库)费用
必填
attachWheel
Integer
辅轮个数
必填
attachWheelFee
Double
辅轮费用
必填
tollFee
Double
过路费
必填

说明 / 示例

# 注: ## 1. 以上 settlePriceModification 内部字段, 修改了才给值, 不修改都给null, 不要给0和""(空字符串) ## 2. 财务信息页签-接口(GET /api/ledgerService/reconciliationDetail)返回新增字段-额外费用明细 contracteeExtraFeeDetails: String, json格式的字符串, 内部费用字段同settlePriceModification(craneFee/forkliftFee/diggerFee/disasterflagFee/dragEnvironmentFee/attachWheelFee) ## 3. 详情api新增返回字段contracteeBaseFee4EditPage, 用于展示编辑页面-原 里程费用/现场快修 费用