{
"reqDomain": "08",
"partnerCode": "1",
"licensePlateNo": "京AG8V43",
"vin": "LNN6L1Z0786HDLJ35",
"engineNo": "ENGHFTS2A4Z6",
"comCode": "11",
"insuranceType": "00"
}
curl --location --request POST '10.207.138.234:9243/cic/platform/car/all/vehicleQueryBj' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqDomain": "08",
"partnerCode": "1",
"licensePlateNo": "京AG8V43",
"vin": "LNN6L1Z0786HDLJ35",
"engineNo": "ENGHFTS2A4Z6",
"comCode": "11",
"insuranceType": "00"
}'
{
"status": "string",
"message": "string",
"errorCode": "string",
"errorResponseCode": "string",
"timestamp": "string",
"data": {
"pmQueryNo": "string",
"checkCode": "string",
"requestType": "string",
"responseCode": "string",
"errorMessage": "string",
"errorCode": "string"
}
}