Set Charging Profile During a Transaction
Configuring a Custom Charging Profile During an Active Transaction
To set a Charging Profile during a transaction, a user can start the process in the app. The custom backend sends a POST
request to the Public API, specifying details such as transaction ID, stack level, charging profile purpose ChargePointMaxProfile
/TxDefaultProfile
/TxProfile
, and charging profile kind Absolute
/Recurring
/Relative
, along with a defined charging schedule.
The Public API processes this request and responds with a result containing a unique ID representing the applied charging profile. Then the backend communicates this back to the app, displaying a message that the charging profile has been set with its unique ID.
Updated 12 months ago