cURL
curl --request PUT \ --url https://api.app.fleetit.com/v2/transponders/{ID}/vehicle/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "vehicle": 11719 }'
"<any>"
Assign a vehicle to a transponder
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the fleet.
"1"
The ID of the transponder.
92
Successful response
The response is of type any.
any
Was this page helpful?