Obd2DtcData


JSON Response Example

{
  "DtcCode": "StringValue"
}

XML Response Example

<?xml version="1.0" encoding="utf-8"?>
<Obd2DtcData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ParamNumber>0</ParamNumber>
  <DtcCode>StringValue</DtcCode>
</Obd2DtcData>