Add OCPP event mapping
x-ms-visibility: "important"
Adds explanation mapping for an OCPP event message.
application/json
Request Body required
The mapping details.
original string
mapped string
type string
Possible values: [Info
, Error
]
Default value: Info
Responses
- 200
- 400
- 401
- 500
The mapping details.
application/json
Schema
Example (from schema)
Schema
id int64
original string
mapped string
type string
Possible values: [Info
, Error
]
Default value: Info
operatorId string
operatorName string
createdAt date-time
updatedAt date-time
{
"id": 0,
"original": "string",
"mapped": "string",
"type": "Info",
"operatorId": "string",
"operatorName": "string",
"createdAt": "2025-09-04T07:11:42.201Z",
"updatedAt": "2025-09-04T07:11:42.201Z"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorized.
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...