MyEZToll
POST/api/partner/v1/cars/{carId}/transponders

Attach transponder

Attach a toll transponder to the car.

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
tollProviderIdstring <uuid>required

From GET /toll-providers.

transponderNumberstringrequired
ownerTollAccountIdstring <uuid>nullable

Response

200 · application/json
successbooleanrequired
dataobject
idstring <uuid>
carIdstring
transponderNumberstring
errorstringnullable

Status codes

200The attached transponder.
400Validation error.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.
409The transponder is already assigned to another car.