Generate an Excel out of charging sessions
x-ms-visibility: "important"
Create a new job to export charging sessions to an Excel.
application/json
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
- 200
- 400
- 401
The jobId that can be queried later
application/json
Schema
Example (from schema)
Schema
jobId uuid
{
"jobId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...