Sync Vehicle Reg No
This API updates the vehicle's registration number associated with a VIN number, which was initially provided when adding a subscription.
Vehicle Reg No Sync with Chassis No
PUT /order/client/tieup/sync-reg
Headers
Name
Type
Content-Type
application/json
Authorization
Bearer <token>
key-id
<client_secret_code>
Body Payload
Name
Type
registrationNo
string
chassisNo
String
Response
{
"status": true,
"message": "Updated successfully!"
}{
"success": false,
"message": "Given chassisNo and regNo does not match with RTO! | Given chassis number does not exist!"
}Last updated