Add a new configuration template
x-ms-visibility: "important"
Create a new configuration template
application/json
Request Body required
Details of the configuration template
name string
Responses
- 201
- 400
- 401
The created template
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
id int64
editable boolean
name string
createdAt date-time
updatedAt date-time nullable
implementations object[]
id int64
configTemplateId int64
editable boolean
manufacturer string
model string
firmwareVersion string
createdAt date-time
updatedAt date-time nullable
configTemplateName string
ocppEntries object[]
id int64
configTemplateImplementationId int64
editable boolean
key string
value string
createdAt date-time
updatedAt date-time nullable
{
"id": 0,
"editable": true,
"name": "string",
"createdAt": "2025-08-26T05:08:33.462Z",
"updatedAt": "2025-08-26T05:08:33.462Z",
"implementations": [
{
"id": 0,
"configTemplateId": 0,
"editable": true,
"manufacturer": "string",
"model": "string",
"firmwareVersion": "string",
"createdAt": "2025-08-26T05:08:33.462Z",
"updatedAt": "2025-08-26T05:08:33.462Z",
"configTemplateName": "string",
"ocppEntries": [
{
"id": 0,
"configTemplateImplementationId": 0,
"editable": true,
"key": "string",
"value": "string",
"createdAt": "2025-08-26T05:08:33.462Z",
"updatedAt": "2025-08-26T05:08:33.462Z"
}
]
}
]
}
Payload of Error
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
No description
Loading...