Skip to main content

Start Charge

POST 

/v3/chargers/startcharge/:physicalPlug

Initiate the charging process at a specific charging station identified by the physical plug. Returns detailed information about the charging session, including status, amount, order ID, error details, user information, charged kwh, and more. The endpoint requires path parameters for the physical plug and provider.

Request

Path Parameters

    physicalPlug stringrequired

Body

    user_email string
    plate string

Responses

Ok

Schema
    _id string

    Unique key in BD

    createdAt date-time
    updatedAt date-time
    status number
    provider string
    amount number
    orderId string
    user string
    chargedKwh number
    physicalPlug object
    _id string
    logicPlug string
    physicalPlugId string
    conectorType number
    status boolean
    lastUpdate date-time
    chargeMode number
    maxPower number
    provider string
    price number
    batteryLevel number
    co2 number
    sendedDisconnectMessage boolean
    sendedChargingMessage boolean
Loading...