Telecomsubscription
Telecom subscription events
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
TelecomSubscriptionEvent
statusstringOptionalExample:
Type of event
disconnectedcustomernumberstringOptionalExample:
Customer number identifying the debtor
A123456timestringOptionalExample:
Time when the event occurred
2026-05-06 10:00:00descriptionstringOptionalExample:
Further description of the event
Subscription closed due to unpaid debtResponses
200
Successful operation
No content
400
Bad request
application/json
401
Unauthorized
post/telecomsubscription/event
POST /rest/telecomsubscription/event HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 136
{
"status": "disconnected",
"customernumber": "A123456",
"time": "2026-05-06 10:00:00",
"description": "Subscription closed due to unpaid debt"
}No content
Last updated
Was this helpful?

