{
"insuranceType": "00",
"vehicleInfoList": [
{
"rackNo": "",
"engineNo": "",
"licensePlateNo": "",
"licensePlateType": "",
"ownerName": ""
}
]
}
curl --location --request POST '10.207.138.234:9243/busreg/local/vehicle/shanghai/trafficUpload/trafficUpload' \
--header 'Content-Type: application/json' \
--data-raw '{
"insuranceType": "00",
"vehicleInfoList": [
{
"rackNo": "",
"engineNo": "",
"licensePlateNo": "",
"licensePlateType": "",
"ownerName": ""
}
]
}'
{
"status": 1,
"message": "成功",
"errorCode": null,
"timestamp": "2024-06-14 15:04:17 120",
"data": {
"insuranceType": "00",
"responseCode": "1",
"errorCode": "0000",
"errorMessage": "成功",
"errorVehicleCount": "",
"failDetailDOList": [
{
"rackNo": "",
"engineNo": "",
"licensePlateNo": "",
"licensePlateType": "",
"ownerName": "",
"errorReason": "车架号不允许为空!"
}
]
}
}