创建开放平台检测单
背景介绍
进入检测流程的第一步,需要首先创建开放平台的检测单
请求地址
环境
HTTPS请求地址
国内沙盒环境
https://cnopenapi.autox3.com/openapi/api-v1/rest
国内生产环境
https://cnopengateway.autox3.com/openapi/api-v1/rest
其他国家环境
略
请求参数
名称
子项
是否必填
长度
类型
说明
实例值
method
是
64
String
方法名
autox3.order.detection.create
content
是
--
String
请求接口内容字符串JSON
licensePlate
是
64
String
车牌号
京AC8901
externalInspectionOrderId
是
64
String
第三方检测单Id
N202107261009123
sn
是
64
String
开放平台中的检测项目id
128803090101010305
vehicleInfo
否
Object
车辆信息和技师信息封装对象
车辆信息和技师信息封装对象,请参考如下:
名称
是否必填
长度
类型
说明
实例值
manufacturerUrl
是
64
String
车品牌图标
https://a.com/1.jpg
manufacturer
是
String
请求接口内容字符串JSON
车品牌
宝马
series
是
64
String
车系
3系
model
是
64
String
车款
320LI
vin
是
64
String
车辆vin码
128803090101010305
vehicleUrl
是
255
String
车辆缩略图url
https://a.com/b.jpg
productionDate
是
64
String
车牌出厂日期(yyyy-MM)
2020-01
currentMileage
是
64
Integer
车辆当前里程(公里/KM)
15000
firstName
是
64
String
车主名
森
lastName
是
64
String
车主姓
李
customerUrl
否
255
String
车主图像
https://a.com/b.jpg
gender
是
64
String
车主性别(MALE/FEMALE)
MALE
salutation
是
64
String
车主称呼
先生
technicianId
是
64
String
检测人员ID
8922332
technicianUrl
是
255
String
检测人员图像
https://a.com/b.jpg
technicianName
是
64
String
检测姓名
技师张
technicianMobile
否
64
String
检测人员手机号
13609889990
请求命令(以curl命令为例)示例如下:
应答参数
名称
子项
是否必填
长度
类型
说明
示例值
status
是
--
Integer
请参考本页"公共参数-->错误编码"部分
0
errorInfo
是
--
String
错误信息
network error
data
是
--
Object
应答信息封装
inspectionOrderId
是
64
String
开放平台检测单Id
35890
应答示例如下:
Last updated
Was this helpful?