Send DataTransfer message
x-ms-visibility: "important"
Send a DataTransfer message to the specified charger.
Path Parameters
chargerId string required
Unique identifier of the charger to send message.
application/json
Request Body
Details for the data transfer message.
vendorId string
messageId string
data string
Responses
- 200
- 400
- 401
DataTransfer message sending process was successfully initiated.
application/json
Schema
Example (from schema)
Schema
chargerId string
status string
{
"chargerId": "string",
"status": "string"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized.
Loading...