dynamic performance and durability EV (v1)

Download OpenAPI specification:Download

PerformanceAndDurabilityEVDynamic

getPerformanceAndDurabilityEVDynamic

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
{
  • "remainingCapacity": {
    },
  • "remainingEnergy": {
    },
  • "soce": {
    },
  • "stateOfCharge": {
    },
  • "remainingPowerCapability": 0,
  • "fullCycles": {
    },
  • "temperatureCondition": {
    },
  • "negativeEventsEV": {
    }
}

putPerformanceAndDurabilityEVDynamic

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
object (CapacityCharacteristic)

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

object (EnergyCharacteristic)

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

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.

remainingPowerCapability
number (PowerCharacteristic)

Power capability in kilowatts.

required
object (FullCycleCharacteristic)

Characteristic for dynamic cycle values.

required
object (TemperatureConditionCharacteristic)

Temperature Condition details for battery.

required
object (NegativeEventsEVCharacteristic)

Negative events document details.

Responses

Request samples

Content type
application/json
{
  • "remainingCapacity": {
    },
  • "remainingEnergy": {
    },
  • "soce": {
    },
  • "stateOfCharge": {
    },
  • "remainingPowerCapability": 0,
  • "fullCycles": {
    },
  • "temperatureCondition": {
    },
  • "negativeEventsEV": {
    }
}

Response samples

Content type
application/json
{
  • "remainingCapacity": {
    },
  • "remainingEnergy": {
    },
  • "soce": {
    },
  • "stateOfCharge": {
    },
  • "remainingPowerCapability": 0,
  • "fullCycles": {
    },
  • "temperatureCondition": {
    },
  • "negativeEventsEV": {
    }
}