POST
/api/partner/v1/cars/{carId}/transpondersAttach transponder
Attach a toll transponder to the car.
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Path parameters
carIdstringpathrequiredBody
application/jsontollProviderIdstring <uuid>requiredFrom GET /toll-providers.
transponderNumberstringrequiredownerTollAccountIdstring <uuid>nullableResponse
200 · application/jsonsuccessbooleanrequireddataobjectidstring <uuid>carIdstringtransponderNumberstringerrorstringnullableStatus 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.
