上传回单
POST
http://localhost:8082/api/userPact/addReceipt
接口描述
如果要传入相似车辆的话需要state这个参数 状态(1.我的回单,2.相似车辆)
请求头
参数名
类型
描述
必填
Authorization
string
示例:Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijc1NThjYTliLTI3YjAtNDU4NC05NTgxLTZhMTE2NjNmZDNjZSJ9.Yh6CpVlnMPnE05fOJIPgZtKByeqm2GllMA5q9YhjougpictXUw1jaJhuVcCMQhawVg6T-_548Hm_csRjdZZojQ
必填
请求参数
参数名
类型
描述
必填
userPendingId
int
关系表id 示例:249
必填
brandId
int
品牌id 示例:1
必填
description
string
车辆描述 示例:xxx
必填
line
int
车系 示例:1
必填
vehicleType
int
车型 示例:1
必填
carDesign
int
车款 示例:1
必填
yearDesign
int
年款 示例:1
必填
exteriorColor
int
外饰颜色 示例:1
必填
interiorColor
int
内饰颜色 示例:1
必填
factoryPrice
int
厂商价格 示例:100
必填
peakPrice
int
挂单价格(最高价格) 示例:200
必填
vin
string
车架号 示例:123123
必填
receiptPrice
int
回单价格 示例:202
必填
age
string
库龄 示例:10
必填
wrbz
int
环保标准(0: 否, 1:是) 示例:0
必填
addMessage
int
加装信息(0: 否, 1:是) 示例:0
必填
qa
int
质保(0: 否, 1:是) 示例:0
必填
examine
int
PDL(0: 否, 1:是) 示例:0
必填
certificate
int
证书齐全(0: 否, 1:是) 示例:0
必填
peculiarSetup
int
特殊配置(0: 否, 1:是) 示例:1
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填