Skip to main content

Add Config Template OCPP Entry

Creates a new config template OCPP entry.

Request Body required

Config template OCPP entry data

    configTemplateImplementationId int64
    key string
    value string
Responses

Successfully created the config template OCPP entry.


Schema
    id int64
    configTemplateImplementationId int64
    editable boolean
    key string
    value string
    createdAt date-time
    updatedAt date-time nullable
Loading...