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
}
'Assign a vehicle to a transponder
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
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the fleet.
"1"
The ID of the transponder.
92
11719
Successful response
Was this page helpful?