Skip to main content

Add Config Template Implementation

Creates a new config template implementation.

Request Body required

Config template implementation data

    configTemplateId int64
    manufacturer string
    model string
    firmwareVersion string
Responses

Successfully created the config template implementation.


Schema
    id int64
    configTemplateId int64
    editable boolean
    manufacturer string
    model string
    firmwareVersion string
    createdAt date-time
    updatedAt date-time nullable
    configTemplateName string
    ocppEntries object[]
  • Array [
  • id int64
    configTemplateImplementationId int64
    editable boolean
    key string
    value string
    createdAt date-time
    updatedAt date-time nullable
  • ]
Loading...