Stop a charging session by a transaction id
x-ms-visibility: "important"
Stops an ongoing transaction using the provided transaction ID.
Path Parameters
chargerId string required
Unique identifier of the charger where the transaction is being stopped.
application/json
Request Body
Details for stopping the transaction.
transactionId string
Responses
- 200
- 400
- 401
The transaction was successfully stopped.
application/json
Schema
Example (from schema)
Schema
transactionId string
status string
{
"transactionId": "string",
"status": "string"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized.
Loading...