Page cover

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!"
}

Last updated