Skip to main content
PATCH
Update a Temporary EVSE Status

Path Parameters

id
number
required

The ID of the Temporary EVSE Status to update

Body

application/json
temporaryStatus
enum<string>
Available options:
MAINTENANCE,
COMMISSIONING,
BLOCKED,
RESERVED
Example:

"MAINTENANCE"

validFrom
string

Start date and time of the Temporary EVSE Status. If unset, the current date and time will be used.

Example:

"2025-04-23T10:00:00Z"

validTo
string

End date and time of the Temporary EVSE Status. If unset, the temporary status will ramain until removed.

Example:

"2025-04-23T18:00:00Z"

Response

The Temporary EVSE Status has been successfully updated

id
number
required

The unique identifier for the Temporary EVSE Status

Example:

42

temporaryStatus
enum<string>
required

Status of the Temporary EVSE Status

Available options:
MAINTENANCE,
COMMISSIONING,
BLOCKED,
RESERVED
Example:

"MAINTENANCE"

evseId
string
required

The EVSE ID

Example:

"DK*SPI*E123*1"

validFrom
string

The start date and time of the Temporary EVSE Status

Example:

"2023-01-01T12:00:00Z"

validTo
string

The end date and time of the Temporary EVSE Status

Example:

"2023-01-01T14:00:00Z"