Skip to main content

Generate an Excel out of charging sessions

x-ms-visibility: "important"

Create a new job to export charging sessions to an Excel.

Request Body

Query details for the charging sessions.

    startTime date-time nullable
    startTimeSearchEnd date-time nullable
    stopTimeSearchBegin date-time nullable
    stopTime date-time nullable
    chargerIDs string[]
    driverIDs string[]
    siteIDs string[]
    rfidTags string[]
Responses

The jobId that can be queried later


Schema
    jobId uuid
Loading...