post https://api-qa.digisure.tech/v1/vehicles
Create a Vehicle record.
Note that this request automatically calculates a TrustScore for the new Vehicle based on the information provided.
To create a Vehicle without generating a TrustScore, include the propertytrigger_trustscore: false
in the request payload. The Vehicle will be created with draft
in the status
field.
You can generate a new TrustScore for an existing Vehicle at any time by sending a GET
request to '/v1/vehicles/{id}/trustscore'.