For the complete documentation index, see llms.txt. This page is also available as Markdown.

Telecom subscription

Report telecom subscription disconnection events to Ropo One.

This guide explains how to report telecom subscription disconnections to Ropo One.

Use this when the subscription has been disconnected on your side and the event must be reported to Ropo One.

This documentation describes the Ropo One interface (REST API) and message format (JSON). If these capabilities do not fit your system, other interfaces and message formats can be agreed separately during implementation.

Services

Disconnected

When a telecom subscription is disconnected on the client side after a disconnection request from Ropo One, report the action to Ropo One.

Example message:

{
  "customernumber": "A123456",
  "description": "Telecom subscription disconnected",
  "id": "1a2b3c4d5",
  "status": "disconnected",
  "time": "2024-01-04 10:41:40"
}

customernumber identifies the end customer whose telecom subscriptions were disconnected.

API interface for delivering telecom subscription events

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

TelecomSubscriptionEvent

statusstringOptional

Type of event

Example: disconnected
customernumberstringOptional

Customer number identifying the debtor

Example: A123456
timestringOptional

Time when the event occurred

Example: 2026-05-06 10:00:00
descriptionstringOptional

Further description of the event

Example: Subscription closed due to unpaid debt
Responses
200

Successful operation

No content

post/telecomsubscription/event

No content

Last updated

Was this helpful?