Stop Charge
POST/v3/chargers/stopcharge/:orderId
Its purpose is to stop the charging process at a specific charger identified by the order ID. The request is made using the POST method to the /chargers/stopcharge/{orderId} path. The expected response includes detailed information about the operation, such as the status, amount charged, status of the physical plug, charger details, provider account details, and more. Examples of JSON responses are provided for the 200, 403, and 500 status codes.
Request
Path Parameters
orderId stringrequired
Responses
- 200
- 401
- 500
Ok
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Unauthorized
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
message string
statusCode number
error string
{
"message": "error message information",
"statusCode": 500,
"error": "Internal server error"
}
Loading...