v1

latestSwagger 2.02026-07-13285166341.1 KB
AftermarketServices

Activate or Deactivate an ECU, or Report an ECU as Damaged.

No Documentation Found.

put/api/v2/AftermarketServices/ECUs/{serialNumber}

Path parameters

serialNumberstring required

The serial number of the ECU.

Query parameters

EDTInstanceIdstring required

The EDT Instance Id of the kit calling this method.

Request body

SerialNumberstring required

The serial number of the ECU

EngineSerialNumberstring required

The serial number of the ECU’s engine

ReplacesECUSerialNumberstring

The serial number of the ECU that this ECU replaces. Required if activating an ECU..

State'Active' | 'Inactive' | 'Damaged' required

The state of the ECU

ActivationCodestring byte

The code used to activate the ECU. May not be modified. Returned only on activation.

DamagedDescriptionstring

A description why the ECU cannot be deactivated.

Response

OK

SerialNumberstring required

The serial number of the ECU

EngineSerialNumberstring required

The serial number of the ECU’s engine

ReplacesECUSerialNumberstring

The serial number of the ECU that this ECU replaces. Required if activating an ECU..

State'Active' | 'Inactive' | 'Damaged' required

The state of the ECU

ActivationCodestring byte

The code used to activate the ECU. May not be modified. Returned only on activation.

DamagedDescriptionstring

A description why the ECU cannot be deactivated.