Create a Credit CDR
x-ms-visibility: "important"
Create a new credit CDR with specified details.
Path Parameters
sessionId string required
ID of the session to retrieve.
Responses
- 201
- 400
- 401
The ID of the created CDR.
application/json
Schema
Example (from schema)
Schema
creditReferenceId string
status string
{
"creditReferenceId": "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...