vehicle/ecus/ecu_reference/ecu_info_item
The vehicle/ecus/ecu_reference/ecu_info_item URI gets a specific ECU information element.
URI path
vehicle/ecus/ecu_reference/ecu_info_item
Supported request methods
GET
Queries the system for a specific element describing a specific ECU. The set of valid ecu_info_item values is available in vehicle/ecus/ecu_reference.
Supported content types
XML
The result is returned in an element with a name corresponding with the item being requested. For example:
<VIN>1HGBH41JXMN109186</VIN>
JSON
The result is assigned to a field corresponding to the requested value. For example:
{ “VIN” : “1HGBH41JXMN109186” }