Vehicles

Deprecated

Create a telematics vehicle

post

This will create a vehicle with the provided license plate number and telematics id, in order to collect and process telemactics data from this vehicle during transports. This is possible with Trimble.

If there is already a vehicle with the provided license plate, its telematics_id will be updated. In this case the return status will be 200.

Authorizations
AuthenticationstringRequired

Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.

Example of authenticated request

$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
Body
telematicsstring Β· enumRequiredPossible values:
license_platestringRequiredExample: AB123CD
telematics_idstringRequired

ID of the vehicle in the telematics system

Responses
post
/telematics/vehicles/
201Success

Last updated

Was this helpful?