Lithium Battery

Infos to get Accompanying Lithium Battery Document

POST https://api.transiteo.io/v1/pdf/generate/lithium/en

This endpoint allows you to get the Accompanying Lithium Battery Document .

Headers

NameTypeDescription

Content-Type*

string

application/json

Authorization*

string

"your id_token"

{
    "id": string,
    "signed_url": url,
    "lang": string,
    "expireTime": timestamp,
    "date": timestamp
}

JSON Request Format

{
    "date": string,
    "receiver_firstname": string,
    "receiver_name": string,
    "receiver_adress": string,
    "receiver_city": string,
    "receiver_country": string,
    "receiver_zipcode": string,
    "seller_firstname": string,
    "seller_name": string,
    "seller_adress": string,
    "seller_city": string,
    "seller_country": string,
    "seller_zipcode": string,
    "alb_id": string,
    "company_phone": string,
    "installed": boolean,
    "ion_965_IB": boolean,
    "ion_965_II": boolean,
    "ion_966_II": boolean,
    "ion_967_II": boolean,
    "metal_968_IB": boolean,
    "metal_968_II": boolean,
    "metal_969_II": boolean,
    "metal_970_II": boolean,
    "signature": string // URL of a picture (png, jpg, svg)
}

JSON Response Format

{
    "id": string,
    "signed_url": url,
    "lang": string,
    "expireTime": timestamp,
    "date": timestamp
}

View of Lithium Battery Document (pdf)

Last updated