MyEZToll
PUT/api/partner/v1/cars/{carId}/tracker

Assign GPS tracker

Assign or replace the car's GPS device (by IMEI).

Authorization

X-Api-Key header

Send your partner key on every request. The key is bound to exactly one owner account.

Path parameters

carIdstringpathrequired

Body

application/json
imeistringrequired
modelstringnullable

Response

200 · application/json
successbooleanrequired
dataobject
vehicleIdstring
trackerIdstring <uuid>nullable
imeistringnullable
modelstringnullable
isActiveboolean
lastSeenAtstring <date-time>nullable
sourceInfoobjectnullable
errorstringnullable

Status codes

200The resulting assignment.
400Validation error.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.
409The IMEI belongs to another owner.