General Battery and Manufacturer Information (v1)

Download OpenAPI specification:

BatteryInformation

getBatteryInformation

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
{
  • "state": "original"
}

Update the state of a battery passport

path Parameters
tenantId
required
string <uuid>

The ID of the tenant owning the requested Twin.

passportIdentifier
required
string <uuid>

The Battery Passport ID

Request Body schema: application/json
required

State update payload

state
required
string (StateEnumeration)
Enum: "original" "repurposed" "re-used" "remanufactured" "waste"

Enumeration defined as original, repurposed, re-used, remanufactured or waste.

Responses

Request samples

Content type
application/json
{
  • "state": "original"
}

Response samples

Content type
application/json
{
  • "state": "original"
}