Skip to main content

Set charging profile

x-ms-visibility: "important"

Sets the charging profile for the specified charger.

Path Parameters
    chargerId string required

    Unique identifier of the charger where the charging profile is to be set.

Request Body

Details for setting the charging profile.

    socketId int32
    transactionId int32

    Used to identify a transaction when the charger supports OCPP 1.6

    evseTransactionId string

    Used to identify a transaction when the charger supports OCPP 2.0.1

    chargingProfileId int32 nullable
    stackLevel int32
    chargingProfilePurpose string
    chargingProfileKind string
    recurrencyKind string
    validFrom date-time nullable
    validTo date-time nullable
    duration int32 nullable
    startSchedule date-time nullable
    chargingRateUnit string
    minChargingRate float nullable
    schedule object[]
  • Array [
  • startPeriod int32
    limit float
    numberPhases int32 nullable
  • ]
  • sessionId string

    Can be used to identify a transaction started through OCPI

Responses

The charging profile was successfully set.


Schema
    chargerId string
    socketId int32
    status string
Loading...