PerformanceAndDurabilityEV (v2)

Download OpenAPI specification:Download

PerformanceAndDurabilityEV

getPerformanceAndDurabilityEV

path Parameters
tenantId
required
string <uuid>

The ID of the tenant owning the requested Twin.

passportIdentifier
required
string <uuid>
Example: 550e8400-e29b-41d4-a716-446655440000

The Battery Passport ID

Responses

Response samples

Content type
application/json
{
  • "negativeEventsEV": {
    },
  • "remainingCapacity": {
    },
  • "soce": {
    },
  • "capacityFade": {
    },
  • "fullCycles": {
    },
  • "remainingEnergy": {
    },
  • "temperatureCondition": {
    },
  • "stateOfCharge": {
    },
  • "resistanceByPack": {
    },
  • "resistanceByCell": {
    },
  • "resistanceByModule": {
    },
  • "powerCapabilityFade": 0,
  • "remainingPowerCapability": 0,
  • "roundTripEfficiencyFade": {
    }
}

putPerformanceAndDurabilityEV

path Parameters
tenantId
required
string <uuid>

The ID of the tenant owning the requested Twin.

passportIdentifier
required
string <uuid>
Example: 550e8400-e29b-41d4-a716-446655440000

The Battery Passport ID

Request Body schema: application/json
required
required
object (NegativeEventsEVCharacteristic)

Negative Events document details

object (CapacityCharacteristic)

Characteristic for dynamic capacity values such as the throughput and the remaining capacity.

required
object (RecordCharacteristic)

Characteristic for a dynamic record with a value and timestamp.

required
object (RecordCharacteristic)

Characteristic for a dynamic record with a value and timestamp.

required
object (FullCycleCharacteristic)

Characteristic for dynamic cycle values.

object (EnergyCharacteristic)

Characteristic for energy values expressed in a timestamp and a kilowatt-hours value.

required
object (TemperatureConditionCharacteristic)

Temperature Condition details for battery

required
object (RecordCharacteristic)

Characteristic for a dynamic record with a value and timestamp.

required
object (ResistanceByPackCharacteristic)

internal resistance information of pack

object (ResistanceByCell)

Internal Resistance By Cell

object (ResistanceByModuleCharacteristic)

internal resistance information of module

powerCapabilityFade
required
number (PowerFadeCharacteristic)

In-use power fade, as defined in Battery Regulation; Annex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable and should be reviewed together with SoC definition.

remainingPowerCapability
number (PowerCharacteristic)

Power capability in kilowatts

required
object (RecordCharacteristic)

Characteristic for a dynamic record with a value and timestamp.

Responses

Request samples

Content type
application/json
{
  • "negativeEventsEV": {
    },
  • "remainingCapacity": {
    },
  • "soce": {
    },
  • "capacityFade": {
    },
  • "fullCycles": {
    },
  • "remainingEnergy": {
    },
  • "temperatureCondition": {
    },
  • "stateOfCharge": {
    },
  • "resistanceByPack": {
    },
  • "resistanceByCell": {
    },
  • "resistanceByModule": {
    },
  • "powerCapabilityFade": 0,
  • "remainingPowerCapability": 0,
  • "roundTripEfficiencyFade": {
    }
}

Response samples

Content type
application/json
{
  • "negativeEventsEV": {
    },
  • "remainingCapacity": {
    },
  • "soce": {
    },
  • "capacityFade": {
    },
  • "fullCycles": {
    },
  • "remainingEnergy": {
    },
  • "temperatureCondition": {
    },
  • "stateOfCharge": {
    },
  • "resistanceByPack": {
    },
  • "resistanceByCell": {
    },
  • "resistanceByModule": {
    },
  • "powerCapabilityFade": 0,
  • "remainingPowerCapability": 0,
  • "roundTripEfficiencyFade": {
    }
}