Resend CDR
x-ms-visibility: "important"
Resend an existing CDR to the OCPI partner.
Path Parameters
sessionId string required
ID of the session to resend.
Responses
- 200
- 400
- 401
The result of the resend operation.
application/json
Schema
Example (from schema)
Schema
sessionId string
status string
{
"sessionId": "string",
"status": "string"
}
Validation or processing errors
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...