Skip to main content

Audit Log

1. Introduction

Welcome to the quick guide for the Audit Log.

This document provides an overview of the centralized logging and monitoring architecture implemented to ensure reliable, secure, and structured handling of system and application logs. The purpose of this architecture is to enable consistent log collection, centralized processing, efficient storage, and real-time analysis across all operational environments.

In addition to the technical description of the architecture, the document also includes a detailed explanation of event types and their meanings, which is essential for understanding how different types of activities are recorded, classified, and monitored within the system.

What Is the "Audit Log"?

The Audit Log is a detailed record of all actions and events that occur within the platform. It serves as a digital footprint that tracks who did what, when, and how - ensuring full transparency and accountability across all user and system activities.

In other words, the Audit Log provides a complete historical record of every important event on the platform, such as logins, data changes, deletions, or configuration updates.

2. Possible Solutions for Log Access

Case 1 - Access audit log over Grafana GUI provided by HORISEN

Audit logs can be accessed through the Grafana GUI provided by HORISEN. In addition to access, users can filter logs based on predefined criteria, search log content using keywords, and monitor a graphical representation of log activity in real time. Details on how to use Grafana for accessing and visualizing logs are also provided in this document. The other described cases represent alternative access methods.

Case 2 - Direct Integration with an External Log Management System

Vector includes a sink that enables logs to be sent directly to external log management systems.
If such a system is configured to listen on a specific IP:port and accept requests from the designated source IP address, this represents the most efficient solution.
This approach requires allowing access from the specified IP address to the target network.

Case 3 – Loki API Access

If IP whitelisting is not feasible, access to logs can be provided through the Loki API.
This option enables direct retrieval of logs through API queries, ensuring timely access to required data.

Case 4 – SFTP Server Access

If neither of the above options is acceptable, an SFTP server can be provisioned for storing audit logs. Logs are retained for a predefined period, after which they can be accessed and downloaded at any time using public SFTP credentials.

3. Event Types and Descriptions

The following section provides an overview of the different event types generated within the system, along with their corresponding meanings. This classification facilitates clear interpretation, consistent processing, and accurate monitoring of logged activities across all environments.

3.1 System App

Communication/Email Accounts

ActionEventMethodApp
Create Email Accountcontent.delivery.email.server.postPOSTSYSTEM
Edit Email Accountcontent.delivery.email.server.patchPATCHSYSTEM
Email Account Change Statuscontent.delivery.email.server.patchPATCHSYSTEM
Delete Email Accountcontent.delivery.email.server.deleteDELETESYSTEM

Notifications/Template

ActionEventMethodApp
Create Templatenoticeconfigs.notice.template.postPOSTSYSTEM
Edit Templatenoticeconfigs.notice.template.patchPATCHSYSTEM
Template Change Statusnoticeconfigs.notice.template.patchPATCHSYSTEM
Delete Template-DELETESYSTEM
Create Email Templatenoticeconfigs.email.template.postPOSTSYSTEM
Edit Email Templatenoticeconfigs.email.template.patchPATCHSYSTEM
Delete Email Templatenoticeconfigs.email.template.deleteDELETESYSTEM
Create SMS Templatenoticeconfigs.sms.template.postPOSTSYSTEM
Edit SMS Templatenoticeconfigs.sms.template.patchPATCHSYSTEM
Delete SMS Templatenoticeconfigs.sms.template.deleteDELETESYSTEM

Notifications/Channels

ActionEventMethodApp
Create Channelnoticeconfigs.notice.channel.postPOSTSYSTEM
Edit Channelnoticeconfigs.notice.channel.patchPATCHSYSTEM
Channel Change Statusnoticeconfigs.notice.channel.patchPATCHSYSTEM
Delete Channelnoticeconfigs.notice.channel.deleteDELETESYSTEM

Documents/Templates

ActionEventMethodApp
Edit Label - Savedocsconfigs.template.label.postPOSTSYSTEM

Documents/Images

ActionEventMethodApp
Upload imageplatform.settings.docs.configs.template.file.uploadPOSTBUSINESS_PARTNERS
Delete imageplatform.settings.docs.configs.template.file.deleteDELETEBUSINESS_PARTNERS
Image Change Statusplatform.settings.docs.configs.template.file.status.patchPATCHBUSINESS_PARTNERS

Currencies

ActionEventMethodApp
Add Currencysys-core-api.currency.context.patchPOSTSYSTEM
Edit Rounding Rulesys-core-api.currency.context.patchPATCHSYSTEM
Delete Currencysys-core-api.currency.context.patchPATCHSYSTEM

3.2 Testing Manager

Testing Manager - DLR Test

ActionEventMethodApp
Send SMSbulk-dlr-test.dlr.test.send.sms.postPOSTBULK_SMS
Create Gateway Templatebulk-dlr-test.gate.template.postPOSTBULK_SMS
Edit Gateway Templatebulk-dlr-test.gate.template.putPUTBULK_SMS
Delete Gateway Templatebulk-dlr-test.gate.template.deleteDELETEBULK_SMS
Create Destinationbulk-dlr-test.addr.book.dest.postPOSTBULK_SMS
Edit Destinationbulk-dlr-test.addr.book.dest.putPUTBULK_SMS
Delete Destinationbulk-dlr-test.addr.book.dest.deleteDELETEBULK_SMS
Create Message Templatebulk-dlr-test.message.template.postPOSTBULK_SMS
Edit Message Templatebulk-dlr-test.message.template.putPUTBULK_SMS
Delete Message Templatebulk-dlr-test.message.template.deleteDELETEBULK_SMS
Tester Feedback - Savebulk-dlr-test.dlr.test.send.sms.putPUTBULK_SMS

Testing Manager - HLR / MNP Test

ActionEventMethodApp
Create Test Jobbulk.hlrmnp.test.v2.task.addPOSTBULK_SMS
Create Instant Testbulk.hlrmnp.test.v2.task.addPOSTBULK_SMS
Upload Filebulk.hlrmnp.test.v2.task.upload.file.addPOSTBULK_SMS
Status Changebulk.hlrmnp.test.v2.task.patchPATCHBULK_SMS
Edit Scheduled Testbulk.hlrmnp.test.v2.task.updatePUTBULK_SMS
Delete Scheduled Testbulk.hlrmnp.test.v2.task.deleteDELETEBULK_SMS

3.3 Statistics

Statistics

ActionEventMethodApp
Summarystats.queryPOSTBULK_SMS
Export Selected Distributionstats.time.quants
stats.export.xlsx
POST
POST
BULK_SMS
Export Full Distributionstats.time.quants
stats.export.xlsx
POST
POST
BULK_SMS
Export Pivot Tablestats.time.quants
stats.export.xlsx.pivot
POSTBULK_SMS

3.4 Report Manager

Report Manager

ActionEventMethodApp
Create Report Definitionevent.manager.check.setup.traffic.addPOSTBULK_SMS
Stop Report Definition
(Change Status)
event.manager.check.setup.traffic.change.statusPOSTBULK_SMS
Start Report Definition
(Change Status)
event.manager.check.setup.traffic.change.statusPOSTBULK_SMS
Edit Report Definitionevent.manager.check.setup.traffic.updatePUTBULK_SMS
Delete Report Definitionevent.manager.check.setup.traffic.deleteDELETEBULK_SMS

3.5 Rates Manager

Rates Manager – Customers – SMS

ActionEventMethodApp
Create Price Listbulkpricelist.pricelist.addPOSTBULK_SMS
Edit Price Listbulkpricelist.pricelist.updatePUTBULK_SMS
Delete Price Listbulkpricelist.sms.pricelist.status.changePOSTBULK_SMS
Change Status Price Listbulkpricelist.pricelist.deleteDELETEBULK_SMS
Change Send Rates Settingsbulkpricelist.pricelist.updatePUTBULK_SMS
Create Price List Rangebulkpricelist.pricelist.range.addPOSTBULK_SMS
Edit Price List Rangebulkpricelist.pricelist.range.updatePUTBULK_SMS
Copy Price List Rangebulkpricelist.pricelist.range.add
bulkpricelist.v2.pricelist.range.clone
POST
POST
BULK_SMS
Activate Price List Rangebulkpricelist.pricelist.range.status.changePOSTBULK_SMS
Send Price List Rangebulkpricelist.pricelist.update
bulkpricelistdocs.bulk.pricelist.docs.exeption.send
PUT
POST
BULK_SMS
Delete PriceList Rangebulkpricelist.pricelist.range.deleteDELETEBULK_SMS
Shrink/Expand Price List Rangebulkpricelist.pricelist.range.shrink.expandPOSTBULK_SMS
Add Prefixes (Group with Prefixes) - v2bulkpricelist.v2.pricelist.range.prefix.group.postPOSTBULK_SMS
Add Prefixes - v1bulkpricelist.pricelist.range.prefix.addPOSTBULK_SMS
Edit Prefixes - v2bulkpricelist.v2.pricelist.range.prefix.group.putPUTBULK_SMS
Edit Prefixes - v1bulkpricelist.pricelist.range.prefix.updatePUTBULK_SMS
Delete Prefixes - v2bulkpricelist.pricelist.range.prefix.group.deleteDELETEBULK_SMS
Delete Prefixes - v1bulkpricelist.pricelist.range.prefix.deleteDELETEBULK_SMS
Change Status PrefixesThe enabled/disabled status is only reflected after clicking the Save button. The API is not called when toggling the switch.-BULK_SMS
Save / Save and Staybulkpricelist.v2.pricelist.range.prefix.addPOSTBULK_SMS
Import Prefixesbulkpricelist.pricelist.range.prefix.importPOSTBULK_SMS
Add Default Routing for Prefixesbulkpricelist.meta.language.description.createPOSTBULK_SMS
Add Country (Add Country Rule, Routing Rule, Link Routing, MNP, etc.) - ADD ON THIRD SCREENbulkpricelist.v2.pricelist.range.country.addPOSTBULK_SMS
Edit Country - EDIT ON THIRD SCREENbulkpricelist.v2.pricelist.range.country.updatePUTBULK_SMS
Delete Countrybulkpricelist.v2.pricelist.range.country.deleteDELETEBULK_SMS
Import Pricesbulkpricelist.pricelist.range.rates.generate
bulkpricelist.pricelist.range.rates.import
POST
POST
BULK_SMS
Copy Price List Range frombulkpricelist.v2.pricelist.range.clonePOSTBULK_SMS

Rates Manager - Customers - Long Numbers MO

ActionEventMethodApp
Create Price Listbulkpricelist.mo.pricelist.addPOSTBULK_SMS
Edit Price Listbulkpricelist.mo.pricelist.updatePUTBULK_SMS
Delete Price Listbulkpricelist.mo.pricelist.deleteDELETEBULK_SMS
Change Status Price Listbulkpricelist.mo.pricelist.status.changePOSTBULK_SMS
Send MO Ratesbulkpricelist.mo.pricelist.sendxlsxPOSTBULK_SMS
Create MO Groupbulkpricelist.mo.pricelist.group.addPOSTBULK_SMS
Edit MO Groupbulkpricelist.mo.pricelist.group.putPUTBULK_SMS
Change Status MO Groupbulkpricelist.mo.pricelist.group.status.changePOSTBULK_SMS
Delete MO Groupbulkpricelist.mo.pricelist.group.deleteDELETEBULK_SMS
Add Prefixbulkpricelist.mo.pricelist.rule.addPOSTBULK_SMS
Add Numberbulkpricelist.mo.pricelist.rule.addPOSTBULK_SMS
Add Rangebulkpricelist.mo.pricelist.rule.addPOSTBULK_SMS
Importbulkpricelist.mo.pricelist.suppliers.csv.importPOSTBULK_SMS
Delete Receiverulkpricelist.mo.pricelist.rule.deleteDELETEBULK_SMS
Delete All Group Numbersbulkpricelist.mo.pricelist.rule.delete.allDELETEBULK_SMS

Rates Manager - Products - SMS

ActionEventMethodApp
Create Product Price Listbulkpricelist.pricelist.addPOSTBULK_SMS
Edit Product Price Listbulkpricelist.pricelist.updatePUTBULK_SMS
Change Status Product Price Listbulkpricelist.sms.pricelist.status.changePOSTBULK_SMS
Delete Product Price Listbulkpricelist.pricelist.deleteDELETEBULK_SMS
Change Send Rates Settingsbulkpricelist.pricelist.updatePUTBULK_SMS
Create Price List Rangebulkpricelist.pricelist.range.addPOSTBULK_SMS
Edit Price List Rangebulkpricelist.pricelist.range.updatePUTBULK_SMS
Activate Price List Rangebulkpricelist.pricelist.range.status.changePOSTBULK_SMS
Delete Price List Rangebulkpricelist.pricelist.range.deleteDELETEBULK_SMS
Copy Pricesbulkpricelist.pricelist.range.add
bulkpricelist.v2.pricelist.range.clone
POST
POST
BULK_SMS
Send Ratesbulkpricelistdocs.bulk.pricelist.docs.exeption.sendPOSTBULK_SMS
Shrink/Expand Price List Rangebulkpricelist.pricelist.range.shrink.expandPOSTBULK_SMS
Add Prefixesbulkpricelist.v2.pricelist.range.prefix.group.postPOSTBULK_SMS
Edit Prefixesbulkpricelist.v2.pricelist.range.prefix.group.putPUTBULK_SMS
Delete Prefixesbulkpricelist.pricelist.range.prefix.group.deleteDELETEBULK_SMS
Change Status PrefixesThe enabled/disabled status is only reflected after clicking the Save button. The API is not called when toggling the switch.-BULK_SMS
Add Default Routing in Prefixesbulkpricelist.meta.language.description.createPOSTBULK_SMS
Save / Save and Staybulkpricelist.v2.pricelist.range.prefix.addPOSTBULK_SMS
Import Prefixesbulkpricelist.pricelist.range.prefix.importPOSTBULK_SMS
Add Exceptionbulkpricelist.v2.pricelist.range.exceptions.addPOSTBULK_SMS
Add Customerbulkpricelist.v2.pricelist.range.exceptions.cust.addPOSTBULK_SMS
Delete Customerbulkpricelist.v2.pricelist.range.exceptions.cust.deleteDELETEBULK_SMS
Edit Exceptionbulkpricelist.v2.pricelist.range.exceptions.updatePUTBULK_SMS
Delete Exceptionbulkpricelist.v2.pricelist.range.exceptions.deleteDELETEBULK_SMS
Copy Countries from Defaultbulkpricelist.v2.pricelist.range.clonePOSTBULK_SMS
Add Country (Add MNP, General Country Rule, etc.)bulkpricelist.v2.pricelist.range.country.addPOSTBULK_SMS
Edit Country (Add MNP, General Country Rule, etc.)bulkpricelist.v2.pricelist.range.country.updatePUTBULK_SMS
Delete Countrybulkpricelist.v2.pricelist.range.country.deleteDELETEBULK_SMS
Copy Price List Range from...bulkpricelist.v2.pricelist.range.clone.exceptionsPOSTBULK_SMS

Rates Manager - Packages - Customer

ActionEventMethodApp
Create Volume Package Setbulkpricelist.pricelist.package.addPOSTBULK_SMS
Add/Edit Package Conditionbulkpricelist.pricelist.package.condition.addPOSTBULK_SMS
Edit Volume Package Setbulkpricelist.pricelist.package.updatePUTBULK_SMS
Delete Volume Package Setbulkpricelist.pricelist.package.deleteDELETEBULK_SMS
Change Status Volume Package Setbulkpricelist.pricelist.package.status.changePOSTBULK_SMS

Rates Manager - Packages - Suppliers

ActionEventMethodApp
Create Volume Package Setbulkpricelist.gate.package.addPOSTBULK_SMS
Add/Edit Package Conditionbulkpricelist.bulkpricelist.gate.package.condition.postPOSTBULK_SMS
Create Price Listbulkpricelist.gate.pricelist.addPOSTBULK_SMS
Edit Volume Package Setbulkpricelist.gate.package.updatePUTBULK_SMS
Delete Volume Package Setbulkpricelist.gate.package.deleteDELETEBULK_SMS
Change Status Volume Package Setbulkpricelist.gate.package.status.changePOSTBULK_SMS

Rates Manager - Connection Fees

ActionEventMethodApp
Create Connection Feesplatform.settings.connection.fees.addPOSTBUSINESS_PARTNERS
Edit Connection Feesplatform.settings.connection.fees.updatePUTBUSINESS_PARTNERS
Delete Connection Feesplatform.settings.connection.fees.deleteDELETEBUSINESS_PARTNERS
Create New Feeplatform.settings.connection.fees.price.addPOSTBUSINESS_PARTNERS
Edit Feeplatform.settings.connection.fees.price.updatePUTBUSINESS_PARTNERS
Delete Feeplatform.settings.connection.fees.price.deleteDELETEBUSINESS_PARTNERS

Rates Manager - Suppliers – SMS

ActionEventMethodApp
Create Price Listbulkpricelist.gate.pricelist.addPOSTBULK_SMS
Edit Price Listbulkpricelist.gate.pricelist.updatePUTBULK_SMS
Change Status Price Listbulkpricelist.gate.pricelist.change.statusPOSTBULK_SMS
Delete Price Listbulkpricelist.gate.pricelist.deleteDELETEBULK_SMS
Import Price Listbulkpricelist.gate.pricelist.range.importPOSTBULK_SMS
Create Price List Rangebulkpricelist.gate.pricelist.range.addPOSTBULK_SMS
Edit Price List Rangebulkpricelist.gate.pricelist.range.updatePUTBULK_SMS
Activate Price List Rangebulkpricelist.gate.pricelist.status.changePOSTBULK_SMS
Delete Price List Rangebulkpricelist.gate.pricelist.range.deleteDELETEBULK_SMS
Copy Pricesbulkpricelist.gate.pricelist.range.add
bulkpricelist.gate.pricelist.range.clone
POST
POST
BULK_SMS
Add Price Itembulkpricelist.gate.pricelist.range.item.addPOSTBULK_SMS
Edit Price Itembulkpricelist.gate.pricelist.range.item.updatePUTBULK_SMS
Change Status Price Itembulkpricelist.gate.pricelist.range.item.updatePUTBULK_SMS
Delete Price Itembulkpricelist.gate.pricelist.range.item.deleteDELETEBULK_SMS

Rates Manager - Suppliers - Inbound Trunk MO

ActionEventMethodApp
Create Inbound Trunkbulkpricelist.mo.pricelist.inbound.trunks.addPOSTBULK_SMS
Edit Inbound Trunkbulkpricelist.mo.pricelist.inbound.trunk.updatePUTBULK_SMS
Delete Inbound Trunkbulkpricelist.mo.inbound.trunk.deleteDELETEBULK_SMS
Change Status Inbound Trunkbulkpricelist.mo.inbound.trunk.status.changePOSTBULK_SMS

Rates Manager - Suppliers – MNP

ActionEventMethodApp
Create Price List Rangerouting.sources.price.date.postPOSTBULK_SMS
Edit Price List Rangerouting.sources.price.date.putPUTBULK_SMS
Delete Price List Rangerouting.sources.price.date.deleteDELETEBULK_SMS
Copy Pricesrouting.sources.price.date.post
routing.sources.price.date.clone
POST
POST
BULK_SMS
Activate Price List Rangerouting.sources.price.date.patchPATCHBULK_SMS
Add MNP Price for Countryrouting.sources.price.item.postPOSTBULK_SMS
Edit MNP Price for Countryrouting.sources.price.item.putPUTBULK_SMS
Change Status MNP Price for Countryrouting.sources.price.item.patchPATCHBULK_SMS
Delete MNP Price for Countryrouting.sources.price.item.deleteDELETEBULK_SMS
Import Pricesrouting.sources.price.item.importPOSTBULK_SMS

Rates Manager - Suppliers - Auto import Rates

ActionEventMethodApp
Stop AIbulkpricelist.gate.price.import.control.updatePUTBULK_SMS
Start AIbulkpricelist.gate.price.import.control.updatePUTBULK_SMS
Bulk Action: Activate Price List Rangebulkpricelist.gate.pricelist.status.changePOSTBULK_SMS
Activate Price List Rangebulkpricelist.gate.pricelist.status.changePOSTBULK_SMS
Create Link Settingsbulkpricelist.gate.pricelist.emaillink.addPOSTBULK_SMS
Edit Link Settingsbulkpricelist.gate.pricelist.emaillink.updatePUTBULK_SMS
Change Status Link Settingsbulkpricelist.gate.pricelist.emaillink.updatePUTBULK_SMS

Rates Manager - Routing Search - SMS v1

ActionEventMethodApp
Reroute selected rows to Gatewaybulkpricelist.pricelist.routing.reroute.addPOSTBULK_SMS

Rates Manager - Routing Search - SMS v2

ActionEventMethodApp
Reroute selected rows to Gatewaybulkpricelist.v2.pricelist.routing.reroute.addPOSTBULK_SMS

Rates Manager - Routing Search – MNP

ActionEventMethodApp
Reroute selected rows to Gateway - Savebulkpricelist.pricelist.routing.reroute.mnp.addPOSTBULK_SMS

Rates Manager - Sanity Check

ActionEventMethodApp
Create Instant Checkbulk.sanity.check.v2.sanity.check.task.createPOSTBULK_SMS
Create Batch Check Jobbulk.sanity.check.v2.sanity.check.task.createPOSTBULK_SMS
Delete Resultbulk.sanity.check.v2.sanity.check.task.test.deleteDELETEBULK_SMS
Bulk Action: Delete Selected Check Resultsbulk.sanity.check.v2.sanity.check.task.test.deleteDELETEBULK_SMS
Delete Batch Check Resultbulk.sanity.check.v2.sanity.check.run.deleteDELETEBULK_SMS
Edit Scheduled Checkbulk.sanity.check.v2.sanity.check.task.updatePUTBULK_SMS
Delete Scheduled Checkbulk.sanity.check.v2.sanity.check.task.deleteDELETEBULK_SMS

Rates Manager - Future Prices - Suppliers

ActionEventMethodApp
Network - Change Gateway Price List Itembulkpricelist.gate.pricelist.range.item.updatePOSTBULK_SMS

3.6 Platform Settings

Platform Settings - Finance

ActionEventMethodApp
Edit Invoices Hardcopyplatform.settings.finance.updatePUTBUSINESS_PARTNERS
Edit Netting Approvalplatform.settings.finance.updatePUTBUSINESS_PARTNERS
Edit Platform Financeplatform.settings.finance.updatePUTBUSINESS_PARTNERS
Taxesplatform.settings.finance.updatePUTBUSINESS_PARTNERS
Currenciesplatform.settings.sys.core.all.cash.rounding.update
platform.settings.sys.core.currencies.update
PUTBUSINESS_PARTNERS
Create Bank Accountplatform.settings.platform.owner.bank.account.addPOSTBUSINESS_PARTNERS
Edit Bank Accountsplatform.settings.platform.owner.bank.account.updatePUTBUSINESS_PARTNERS
Delete Bank Accountsplatform.settings.platform.owner.bank.account.deleteDELETEBUSINESS_PARTNERS
Create Invoice Reminderfinance-configs.reminder.policy.action.postPOSTFINANCE
Edit Invoice Reminderfinance-configs.reminder.policy.action.putPUTFINANCE
Delete Invoice Reminderfinance-configs.reminder.policy.deleteDELETEFINANCE
Reminder sending stopped
Reminder sending with threshold
Reminder sending active
platform.settings.finance.updatePUTBUSINESS_PARTNERS

Platform Settings - Communication

ActionEventMethodApp
Edit Email Serverplatform.settings.email.srv.account.updatePUTBUSINESS_PARTNERS
Edit Alert Serverbulk.configs.v2.alert.email.channel.updatePUTBULK_SMS

Platform Settings - Rates Manage

ActionEventMethodApp
Edit SMS Finance Settingsplatform.settings.rates.manager.updatePUTBUSINESS_PARTNERS
Edit SMS File Settingsplatform.settings.rates.manager.updatePUTBUSINESS_PARTNERS
Edit SMS Autoimport Settingsplatform.settings.rates.manager.updatePUTBUSINESS_PARTNERS
Edit SMS Notificationsplatform.settings.rates.manager.updatePUTBUSINESS_PARTNERS

Platform Settings - Notifications and Alerts

ActionEventMethodApp
Create Notification Contactbulk.configs.v2.notice.receivers.createPOSTBULK_SMS
Delete Notification Contactbulk.configs.v2.notice.receivers.deleteDELETEBULK_SMS
Delete All Notification Contactsbulk.configs.v2.notice.receivers.delete.allDELETEBULK_SMS
Import Notification Contactbulk.configs.v2.bulk.configs.notice.template.importPOSTBULK_SMS
Create Alert Contactbulk.configs.v2.alert.receivers.addPOSTBULK_SMS
Delete Alert Contactbulk.configs.v2.alert.receivers.deleteDELETEBULK_SMS
Delete All Alert Contactsbulk.configs.v2.alert.receivers.delete.allDELETEBULK_SMS
Create Customer Alert Policybulk.configs.v2.alert.policy.input.addPOSTBULK_SMS
Edit Customer Alert Policybulk.configs.v2.alert.policy.input.updatePUTBULK_SMS
Delete Customer Alert Policybulk.configs.v2.alert.policy.input.deleteDELETEBULK_SMS

Platform Settings - Documents

ActionEventMethodApp
Save Label Editor
(change)
platform.settings.docs.configs.doc.template.label.addPOSTBUSINESS_PARTNERS
Preview Label Editorinput.billing.billing.report.export.previewPOSTBULK_SMS
Upload Logoplatform.settings.docs.configs.template.file.uploadPOSTBUSINESS_PARTNERS
Activate Logoplatform.settings.docs.configs.template.file.status.patchPATCHBUSINESS_PARTNERS
Delete Logoplatform.settings.docs.configs.template.file.deleteDELETEBUSINESS_PARTNERS

Platform Settings - Grouping

ActionEventMethodApp
Create SMS Gateway Groupplatform.settings.out.gate.group.addPOSTBUSINESS_PARTNERS
Edit SMS Gateway Groupplatform.settings.out.gate.group.updatePUTBUSINESS_PARTNERS
Delete SMS Gateway Groupplatform.settings.out.gate.group.deleteDELETEBUSINESS_PARTNERS
Add Gateway in Gateway Groupbulk-gates.out.gate.change.group.updatePUTbulk-gates
Delete Gateway from Gateway Groupbulk-gates.out.gate.change.group.updatePUTbulk-gates

Platform Settings - Testing Manager

ActionEventMethodApp
Edit DLR or HLR Test Accountbulk.configs.v2.tm.test.settings.postPOSTBULK_SMS

Platform Settings - Campaign Detector

ActionEventMethodApp
Create Campaign Tagevent.manager.campaign.tag.addPOSTBULK_SMS
Edit Campaign Tagevent.manager.campaign.tag.updatePUTBULK_SMS
Activate/Deactivate Campaign Tagevent.manager.campaign.tag.patchPATCHBULK_SMS
Delete Campaign Tagevent.manager.campaign.tag.deleteDELETEBULK_SMS

Platform Settings - Theming

ActionEventMethodApp
Create Welcome Page Itembulk.configs.v2.welcome.page.postPOSTBULK_SMS
Edit Welcome Page Itembulk.configs.v2.welcome.page.putPUTBULK_SMS
Delete Welcome Page Itembulk.configs.v2.welcome.page.deleteDELETEBULK_SMS
Add Logobulk.configs.v2.bulk.welcome.page.logo.patchPATCHBULK_SMS
Edit Logobulk.configs.v2.bulk.welcome.page.logo.patchPATCHBULK_SMS
Delete Logobulk.configs.v2.bulk.welcome.page.logo.patchDELETEBULK_SMS

Platform Settings - Custom Fields / Invoice Conditions Customer

ActionEventMethodApp
Create Custom Fieldinput.billing.cust.attribute.code.name.post
input.billing.cust.attribute.post
input.billing.cust.attribute.link.post
POSTBULK_SMS
Edit CustomFieldinput.billing.cust.attribute.putPUTBULK_SMS
Activate/Deactivate Custom Field
(Change Status)
input.billing.cust.attribute.link.patchPATCHBULK_SMS
Delete Custom Fieldinput.billing.cust.attribute.deleteDELETEBULK_SMS
Delete Custom Field in useinput.billing.cust.attribute.link.tag.delete
input.billing.cust.attribute.value.attrId.secId.delete
input.billing.cust.attribute.link.tag.delete
input.billing.cust.attributes.link.delete
input.billing.cust.attribute.delete
DELETEBULK_SMS
Add Taginput.billing.cust.attribute.link.tag.postPOSTBULK_SMS
Delete Taginput.billing.cust.attribute.link.tag.deleteDELETEBULK_SMS

Platform Settings - Custom Fields / Invoice Conditions Supplier

ActionEventMethodApp
Create Custom Fieldoutput.billing.cust.attribute.code.name.post
output.billing.cust.attribute.post
output.billing.cust.attribute.link.post
POSTBULK_SMS
Edit Custom Fieldoutput.billing.cust.attribute.putPUTBULK_SMS
Activate/Deactivate Custom Fields
(Change Status)
output.billing.cust.attribute.link.patchPATCHBULK_SMS
Delete Custom Fieldoutput.billing.cust.attribute.deleteDELETEBULK_SMS
Delete Custom Field in useoutput.billing.cust.attribute.value.attrId.secId.delete
output.billing.cust.attributes.link.delete
output.billing.cust.attribute.delete
DELETEBULK_SMS

Platform Settings - Custom Fields / Pricing Conditions Customer

ActionEventMethodApp
Create Custom Fieldinput.billing.cust.attribute.code.name.post
input.billing.cust.attribute.post
input.billing.cust.attribute.link.post
POSTBULK_SMS
Edit Custom Fieldinput.billing.cust.attribute.putPUTBULK_SMS
Activate/Deactivate Custom Fields
(Change Status)
input.billing.cust.attribute.link.patchPATCHBULK_SMS
Delete Custom Fieldinput.billing.cust.attribute.deleteDELETEBULK_SMS
Delete Custom Field in useinput.billing.cust.attribute.value.attrId.secId.delete
input.billing.cust.attributes.link.delete
input.billing.cust.attribute.delete
DELETEBULK_SMS

Platform Settings - Custom Fields / Pricing Conditions Supplier

ActionEventMethodApp
Create Custom Fieldoutput.billing.cust.attribute.code.name.post
output.billing.cust.attribute.post
output.billing.cust.attribute.link.post
POSTBULK_SMS
Edit Custom Fieldoutput.billing.cust.attribute.putPUTBULK_SMS
Activate/Deactivate Custom Fields
(Change Status)
output.billing.cust.attribute.link.patchPATCHBULK_SMS
Delete Custom Fieldoutput.billing.cust.attributes.link.delete
output.billing.cust.attribute.delete
DELETEBULK_SMS
Delete Custom Field in useoutput.billing.cust.attribute.delete
output.billing.cust.attributes.link.delete
output.billing.cust.attribute.link.tag.delete
output.billing.cust.attribute.value.attrId.secId.delete
DELETEBULK_SMS

Platform Settings - Custom Fields / Customer Connections

ActionEventMethodApp
Create Custom Fieldsms.accounts.account.cust.attribute.pcode.name.post
sms.accounts.account.cust.attribute.post
sms.accounts.account.cust.attribute.link.post
sms.accounts.account.cust.attribute.link.post
POSTBULK_SMS
Edit Custom Fieldsms.accounts.account.cust.attribute.putPUTBULK_SMS
Activate/Deactivate Custom Fields
(Change Status)
sms.accounts.account.cust.attribute.putPUTBULK_SMS
Delete Custom Fieldsms.accounts.account.cust.attribute.deleteDELETEBULK_SMS
Delete Custom Field in usesms.accounts.account.cust.attribute.deleteDELETEBULK_SMS
Deactivate Sectionsms.accounts.account.cust.attribute.link.patchPATCHBULK_SMS

Platform Settings - Custom Fields / Supplier Connections

ActionEventMethodApp
Create Custom Fieldbulk.configs.v2.bulk-gates.cust.attribute.pcode.name.post
bulk.configs.v2.bulk-gates.cust.attribute.post
bulk.configs.v2.bulk-gates.cust.attribute.link.post
POSTBULK_SMS
Edit Custom Fieldbulk.configs.v2.bulk-gates.cust.attribute.putPUTBULK_SMS
Activate/Deactivate Custom Fields
(Change Status)
bulk.configs.v2.bulk-gates.cust.attribute.putPUTBULK_SMS
Delete Custom Fieldbulk.configs.v2.bulk-gates.cust.attribute.deleteDELETEBULK_SMS
Delete Custom Field in usebulk.configs.v2.bulk-gates.cust.attribute.deleteDELETEBULK_SMS

3.7 Numbering Plan

Numbering Plan - MCC MNC Lookup

ActionEventMethodApp
Downloadplatform.settings.docs.configs.template.labels.full.list
platform.settings.docs.configs.category.labels.def.langs.full.list
GET
GET
BUSINESS_PARTNERS

Numbering Plan - Prefix Lookup

ActionEventMethodApp
Export Resultsplatform.settings.docs.configs.category.labels.def.langs.full.list
platform.settings.docs.configs.template.labels.full.list
GET
GET
BUSINESS_PARTNERS
Export All Prefixesplatform.settings.docs.configs.category.labels.def.langs.full.list
platform.settings.docs.configs.template.labels.full.list
GET
GET
BUSINESS_PARTNERS

3.8 Monitoring

Monitoring - Session Manager – Customer

ActionEventMethodApp
Stop Sessionsms.session.manager.customer.connection.action.putPUTBULK_SMS

Monitoring - Session Manager – Supplier

ActionEventMethodApp
Restart Sessionsms.session.manager.supplier.gates.action.putPUTBULK_SMS

Monitoring - Queue Manager - Supplier (Output)

ActionEventMethodApp
----

Monitoring - Queue Manager - MNP Queue

ActionEventMethodApp
----

Monitoring - Campaign Detector

ActionEventMethodApp
Assign/ConfigCampaigns (bulk action)event.manager.campaign.patchPATCHBULK_SMS
Edit Campaignevent.manager.campaign.patchPATCHBULK_SMS
Activate Campaignevent.manager.campaign.patchPATCHBULK_SMS
Deactivate Campaignevent.manager.campaign.patchPATCHBULK_SMS
Archive Campaignevent.manager.campaign.patchPATCHBULK_SMS
Add Groupevent.manager.campaign.group.addPOSTBULK_SMS
Delete Groupevent.manager.campaign.group.deleteDELETEBULK_SMS

3.9 Message Log

Message Log - SMS MT

ActionEventMethodApp
Download All Data
Download Customer Data
Download Supplier Data
platform.settings.docs.configs.template.labels.full.list
platform.settings.docs.configs.category.labels.def.langs.full.list
bulk-msglog.message.list
bulk-msglog.message.excel.dl
GET
GET
GET
GET
bulk-msglog-stats-api
View Messagebulk-msglog.message.detailGETbulk-msglog-stats-api
Show Logbulk-msglog.message.listGETbulk-msglog-stats-api

Message Log - SMS MO

ActionEventMethodApp
----

3.10 List Manager

List Manager - Blocklists – MSISDN

ActionEventMethodApp
Create MSISDNbulk-list-mgr.black_list.createPOSTbulk-list-mgr
Edit MSISDNbulk-list-mgr.black.list.updatePUTbulk-list-mgr
Delete MSISDNbulk-list-mgr.black_list.deleteDELETEbulk-list-mgr
Change Status MSISDNbulk-list-mgr.black.list.updatePUTbulk-list-mgr
Import MSISDNlist.manager.v2.import.task.create
list.manager.v2.import.task.upload-file
list.manager.v2.import.task.patch
POST
POST
PATCH
bulk-list-mgr

List Manager - Blocklists - Sender ID

ActionEventMethodApp
Create Sender IDbulk-list-mgr.black_list.createPOSTbulk-list-mgr
Edit Sender IDbulk-list-mgr.black_list.updatePUTbulk-list- mgr
Delete Sender IDbulk-list-mgr.black_list.deleteDELETEbulk-list- mgr
Change Status Sender IDbulk-list-mgr.black_list.updatePUTbulk-list- mgr
Import Sender IDlist.manager.v2.import.task.create
list.manager.v2.import.task.uploadfile
list.manager.v2.import.task.patch
POST
POST
PATCH
bulk-list- mgr

List Manager - Blocklists – Content

ActionEventMethodApp
Create Contentbulk-list-mgr.black_list.createPOSTbulk-list- mgr
Edit Contentbulk-list-mgr.black_list.updatePUTbulk-list- mgr
Delete Contentbulk-list-mgr.black_list.deleteDELETEbulk-list- mgr
Change Status Contentbulk-list-mgr.black_list.updatePUTbulk-list- mgr
Import Contentlist.manager.v2.import.task.create
list.manager.v2.import.task.upload-file
list.manager.v2.import.task.patch
POST
POST
PATCH
bulk-list- mgr

List Manager - Blocklists – Groups

ActionEventMethodApp
Create Groupbulk-list-mgr.black_list_group.createPOSTbulk-list-mgr
Edit Groupbulk-list-mgr.black_list_group.updatePUTbulk-list- mgr
Change Status Groupbulk-list-mgr.black_list_group.updatePUTbulk-list- mgr
Delete Groupbulk-list-mgr.black_list_group.deleteDELETEbulk-list- mgr

List Manager - Blocklists - Import Tasks

ActionEventMethodApp
Import MSISDNlist.manager.v2.import.task.create
list.manager.v2.import.task.upload-file
list.manager.v2.import.task.patch
POST
POST
PATCH
bulk-list-mgr
Delete Import Tasklist.manager.v2.import.task.deleteDELETEbulk-list- mgr

List Manager - Allowlists – MSISDN

ActionEventMethodApp
Create MSISDNbulk-list-mgr.white_list.createPOSTbulk-list-mgr
Edit MSISDNbulk-list-mgr.white_list.updatePUTbulk-list-mgr
Change Status MSISDNbulk-list- mgr.white_list.updatePUTbulk-list-mgr
Delete MSISDNbulk-list-mgr.white_list.deleteDELETEbulk-list-mgr
Import MSISDNlist.manager.v2.import.task.create
list.manager.v2.import.task.upload-file
list.manager.v2.import.task.patch
POST
POST
PATCH
bulk-list-mgr

List Manager Allowlists - Sender ID

ActionEventMethodApp
Create Sender IDbulk-list-mgr.white_list.createPOSTbulk-list-mgr
Edit Sender IDbulk-list-mgr.white_list.updatePUTbulk-list-mgr
Change Status Sender IDbulk-list-mgr.white_list.updatePUTbulk-list-mgr
Delete Sender IDbulk-list-mgr.white_list.deleteDELETEbulk-list-mgr
Import Sender IDlist.manager.v2.import.task.create
list.manager.v2.import.task.upload-file
list.manager.v2.import.task.patch
POST
POST
PATCH
bulk-list-mgr

List Manager - Allowlists – Content

ActionEventMethodApp
Create Contentbulk-list-mgr.white_list.createPOSTbulk-list-mgr
Edit Contentbulk-list-mgr.white_list.updatePUTbulk-list-mgr
Change Status Contentbulk-list-mgr.white_list.updatePUTbulk-list-mgr
Delete Contentbulk-list-mgr.white_list.deleteDELETEbulk-list-mgr
Import Contentlist.manager.v2.import.task.create
list.manager.v2.import.task.upload-file
list.manager.v2.import.task.atch
POST
POST
PATCH
bulk-list-mgr

List Manager - Allowlists – Groups

ActionEventMethodApp
Create Groupbulk-list-mgr.white_list_group.createPOSTbulk-list-mgr
Edit Groupbulk-list-mgr.white_list_group.updatePUTbulk-list-mgr
Change Status Groupbulk-list-mgr.white_list_group.updatePUTbulk-list-mgr
Delete Groupbulk-list-mgr.white_list_group.deleteDELETEbulk-list-mgr

List Manager - Allowlists - Import Tasks

ActionEventMethodApp
Import Tasklist.manager.v2.import.task.create
list.manager.v2.import.task.upload-file
list.manager.v2.import. task.patch
POST
POST
PATCH
bulk-list-mgr
Delete Import Tasklist.manager.v2.import.task.deleteDELETEbulk-list-mgr

3.11 Finance

Customer Balance

ActionEventMethodApp
----

Customer Invoice

ActionEventMethodApp
Create Topup Creditsit.invoice.add
input.billing.credit.record.add
input.billing.credit.record.set.invoice.add
POSTFINANCE
BULK_SMS
BULK_SMS
Create Topup Credit - Fully paidsit.invoice.add
input.billing.credit.record.add
input.billing.credit.record.set.invoice.add
input.billing.credit.record.payment.add
POSTFINANCE
BULK_SMS
BULK_SMS
BULK_SMS
Create Part Payment Invoice - Save draftinput.billing.credit.record.add
input.billing.credit.record.set.invoice.addsit.invoice.add
POSTBULK_SMS
BULK_SMS
FINANCE
Create Part Payment Invoice - Save and approveinput.billing.credit.record.add
input.billing.credit.record.set.invoice.add
sit.invoice.addsit.invoice.change.status
POSTBULK_SMS
BULK_SMS
FINANCE
FINANCE
Approve draft invoicesit.invoice.change.status
sit.invoice.ext.update
POST
PUT
FINANCE
Reject draft invoicesit.invoice.change.statusPOSTFINANCE
Create Rebilling taskinput.billing.recalculation.task.add
sit.invoice.processing.status.change
POST
POST
BULK_SMS
FINANCE
Add Paymentsit.invoice.clearing.record.add
input.billing.credit.record.payment.add
POST
POST
BULK_SMS
Edit Paymentsit.invoice.clearing.record.updatePUTFINANCE
Send Invoicesit.invoice.logs.record.add
sit.invoice.send.update
POST
PUT
FINANCE
Send Invoice with Linked Documentssit.invoice.logs.record.add
sit.invoice.send.update
POST
PUT
FINANCE
FINANCE
Move to Disputesit.invoice.dispute.status.change
sit.invoice.ext.update
POST
PUT
FINANCE
Create Credit Notesit.invoice.collection.member.addPOSTFINANCE
Create Debit Notesit.invoice.collection.member.addPOSTFINANCE
Approve/Reject Credit Notesit.invoice.collection.member.status.changePOSTFINANCE
Approve/Reject Debit Notesit.invoice.collection.member.status.changePOSTFINANCE
Send Debit Note with Invoicesit.invoice.logs.record.add
sit.invoice.send.update
POST
PUT
FINANCE
Send Debit Notesit.invoice.logs.record.add
sit.invoice.send.update
POST
PUT
FINANCE
FINANCE
Send Credit Note with Invoicesit.invoice.logs.record.add
sit.invoice.send.update
POST
PUT
FINANCE
FINANCE
Send Credit Notesit.invoice.logs.record.add
sit.invoice.send.update
POST
PUT
FINANCE
FINANCE
Refresh Invoicesit.invoice.customer.data.refreshPUTFINANCE
Enable/Disable Remindersit.invoice.reminder.status.change--
Resolve Disputesit.invoice.dispute.status.changePOSTFINANCE
Bulk Action: Reject selected invoicessit.invoice.bulk.status.changePOSTFINANCE
Bulk Action: Approve selected invoices without sending emailsit.invoice.bulk.status.changePOSTFINANCE
Bulk Action: Approve selected invoices and send invoice to customersinput.billing.credit.record.status.change.update
sit.invoice.logs.record.add
sit.invoice.send.update
POST
POST
PUT
BULK_SMS
FINANCE
FINANCE
Bulk Action: Export to accounting softwareinvoicetran-sfer.invoice.suppexport.postPOSTFINANCE
Bulk Action: Payments Bulkinput.billing.billing.record.payment.updatePOSTFINANCE

Supplier Invoice

ActionEventMethodApp
Create Supplier Invoicesit.invoice.add
sit.invoice.ext.update
POST
PUT
FINANCE
FINANCE
Edit Supplier Invoicesit.invoice.update
sit.invoice.ext.update
PUT
PUT
-
Change Status Supplier Invoice: Unchecked-Approvedsit.invoice.change.statusPOSTFINANCE
Change Status Supplier Invoice: Approved-Opensit.invoice.readytopay.setPOSTFINANCE
Delete Supplier Invoicesit.invoice.deleteDELETEFINANCE
Bulk Action: Move all selected invoices to ready to pay statussit.invoice.change.statusPOSTFINANCE
Move to Disputesit.invoice.dispute.status.change
sit.invoice.ext.update
POST
PUT
FINANCE
FINANCE
Add Paymentsit.invoice.clearing.record.addPOSTFINANCE
Edit Paymentsit.invoice.clearing.record.updatePUTFINANCE
Bulk Action: Payment Bulk - Savesit.invoice.clearing.record.addPOSTFINANCE
Dispute Resolvedsit.invoice.dispute.status.changePOSTFINANCE

Invoice Import

ActionEventMethodApp
Create Supplier Invoicesit.invoice.add
sit.invoice.ext.update
POST
PUT
FINANCE
Link Inbound with Price Listinvoiceimport.email.linkupdate.updatePUTFINANCE
Delete Invoiceinvoiceimport.email.deleteDELETEFINANCE

Customer Reminders

ActionEventMethodApp
----

Control Invoices

ActionEventMethodApp
----

Netting Statements

ActionEventMethodApp
Create Nettingsit.invoice.add
sit.invoice.netting.item.add
POST
POST
FINANCE
FINANCE
Edit Nettingsit.invoice.updatePUTFINANCE
Delete Nettingsit.invoice.deleteDELETEFINANCE
Approve/Reject Nettingsit.invoice.change.statusPOSTFINANCE
Send Netting PDFsit.invoice.logs.record.add
sit.invoice.send.update
POST
PUT
FINANCE
FINANCE
Send Netting for approvalsit.invoice.logs.record.add
sit.invoice.send.netting.update
POST
PUT
FINANCE
Add Paymentsit.invoice.clearing.record.addPOSTFINANCE
Edit Paymentsit.invoice.clearing.record.updatePUTFINANCE

Netting - Credit Report

ActionEventMethodApp
----

Customer Credit&Debit Note

ActionEventMethodApp
Create Customer Credit/Debit Notesit.invoice.addPOSTFINANCE
Edit Customer Credit/Debit Notesit.invoice.updatePUTFINANCE
Approve/Reject Credit/Debit Notesit.invoice.collection.member.status.changePOSTFINANCE
Delete Customer Credit/Debit Notesit.invoice.deleteDELETEFINANCE
Send Notesit.invoice.logs.record.add
sit.invoice.send.update
POST
PUT
FINANCE
FINANCE
Add Paymentsit.invoice.clearing.record.addPOSTFINANCE
Edit Paymentsit.invoice.clearing.record.updatePUTFINANCE

Supplier Credit&Debit Note

ActionEventMethodApp
Create Supplier Credit/Debit Notesit.invoice.addPOSTFINANCE
Edit Supplier Credit/Debit Notesit.invoice.updatePUTFINANCE
Delete Supplier Credit/Debit Notesit.invoice.deleteDELETEFINANCE
Approve/Reject Supplier Credit/Debit Notesit.invoice.change.statusPOSTFINANCE
Add Paymentsit.invoice.clearing.record.addPOSTFINANCE
Edit Paymentsit.invoice.clearing.record.updatePUTFINANCE

3.12 Connections

Customer SMS Connections

ActionEventMethodApp
Create SMS Connectionsms.accounts.account.ext.addPOSTBULK_SMS
Edit SMS Connectionsms.accounts.account.ext.updatePUTBULK_SMS
Clone SMS Connectionsms.accounts.account.ext.addPOSTBULK_SMS
Delete SMS Connectionsms.accounts.account.ext.deleteDELETEBULK_SMS
Change Status SMS Connectionsms.accounts.account.status.changePOSTBULK_SMS
Send Credentialssms.accounts.accounts.credentials.updatePUTBULK_SMS

Supplier SMS Connections

ActionEventMethodApp
Create Supplier Gatewaybulk.configs.v2.out.gates.createPOSTBULK_SMS
Edit Supplier Gatewaybulk.configs.v2.out.gate.updatePUTBULK_SMS
Delete Supplier Gatewaybulk.configs.v2.out.gate.deleteDELETEBULK_SMS
Change Status Supplier Gatewaybulk.configs.v2.out.gate.status.updatePUTBULK_SMS
Create SMS Connectionbulk.configs.v2.out.gate.connection.createPOSTBULK_SMS
Edit SMS Connectionbulk.configs.v2.out.gate.conn.updatePUTBULK_SMS
Delete SMS Connectionbulk.configs.v2.out.gate.connection.deleteDELETEBULK_SMS
Change Status SMS Connectionbulk.configs.v2.out.gate.connection.status.updatePUTBULK_SMS
Create Error Mappingbulk.configs.v2.out.gate.error.map.createPOSTBULK_SMS
Edit Error Mappingbulk.configs.v2.out.gate.error.map.updatePUTBULK_SMS
Delete Error Mappingbulk.configs.v2.out.gate.error.map.deleteDELETEBULK_SMS
Add List Itembulk.configs.v2.out.gate.error.item.createPOSTBULK_SMS
Edit List Itembulk.configs.v2.out.gate.error.item.updatePUTBULK_SMS
Delete List Itembulk.configs.v2.out.gate.error.item.deleteDELETEBULK_SMS

Entry Points

ActionEventMethodApp
Create Public Entry Pointbulk.configs.v2.bulk.input.entry.addPOSTBULK_SMS
Edit Public Entry Pointbulk.configs.v2.bulk.input.entry.updatePUTBULK_SMS
Delete Public Entry Pointbulk.configs.v2.bulk.input.entry.deleteDELETEBULK_SMS
Create VPN Entry Pointbulk.configs.v2.bulk.input.entry.addPOSTBULK_SMS
Edit VPN Entry Pointbulk.configs.v2.bulk.input.entry.updatePUTBULK_SMS
Delete VPN Entry Pointbulk.configs.v2.bulk.input.entry.deleteDELETEBULK_SMS

TON/NPI Policies

ActionEventMethodApp
Create Policybulk.configs.v2.connection.ton.npi.policy.postPOSTBULK_SMS
Edit Policy (Add/Edit Rules)bulk.configs.v2.connection.ton.npi.policy.putPUTBULK_SMS
Delete Policybulk.configs.v2.connection.ton.npi.policy.deleteDELETEBULK_SMS

3.13 CDR

CDR

ActionEventMethodApp
Create CDR Taskbulk-cdr-mgr.cdr.export.task.createPOSTbulk-cdr-mgr
Edit CDR Taskbulk-cdr-mgr.cdr.export.task.updatePUTbulk-cdr-mgr
Delete CDR Taskbulk-cdr-mgr.cdr.export.task.deleteDELETEbulk-cdr-mgr
Cancel CDR Taskbulk-cdr-mgr.cdr.export.task.patchPATCHbulk-cdr-mg
Download CDR filebulk-cdr-mgr.cdr.export.task.token.createPOSTbulk-cdr-mgr
Create Webhookbulk-cdr-mgr.cdr.webhook.createPOSTbulk-cdr-mgr
Edit Webhookbulk-cdr-mgr.cdr.webhook.updatePUTbulk-cdr-mgr
Delete Webhookbulk-cdr-mgr.cdr.webhook.deleteDELETEbulk-cdr-mgr
Create FTP Accountbulk-cdr-mgr.cdr.ftp.account.createPOSTbulk-cdr-mgr
Edit FTP Accountbulk-cdr-mgr.cdr.ftp.account.updatePUTbulk-cdr-mgr
Delete FTP Accountbulk-cdr-mgr.cdr.ftp.account.deleteDELETEbulk-cdr-mgr

3.14 Business Partners

Business Partners

ActionEventMethodApp
Create Business Partner (+ Create Product)biz.core.v2.biz.partner.registration.post
biz.core.v2.biz.partner.products.post
POST
POST
BUSINESS_PARTNERS
Edit Business Partner (BP part)biz.core.v2.biz.partners.putPUTBUSINESS_PARTNERS
Edit Business Partner (Address part)biz.core.v2.biz.partner.address.updatePUTBUSINESS_PARTNERS
Activate/Deactivate Business Partner (Change Status)biz.core.v2.partner.patchPATCHBUSINESS_PARTNERS
Add Logobiz.core.v2.biz.partner.logo.change.statusPATCHBUSINESS_PARTNERS
Delete Logobiz.core.v2.biz.partner.logo.deleteDELETEBUSINESS_PARTNERS
Delete Business Partnerbiz.core.v2.partner.deleteDELETEBUSINESS_PARTNERS
Import Business Partnerbiz.core.v2.biz.partner.registration.import
biz.core.v2.biz.partner.registration.post
POST
POST
BUSINESS_PARTNERS
Bulk Action / ChangeCo-Owner---

Business Partners - Addresses

ActionEventMethodApp
Crate Addressbiz.core.v2.biz.partner.address.addPOSTBUSINESS_PARTNERS
Edit Addressbiz.core.v2.biz.partner.address.updatePUTBUSINESS_PARTNERS
Add Value on Custom Field on Product formbiz.core.v2.partner.attribute.addPOSTBUSINESS_PARTNERS
Edit Value on Custom Field on Product formbiz.core.v2.partner.attribute.updatePUTBUSINESS_PARTNERS
Delete Addressbiz.core.v2.biz.partner.address.deleteDELETEBUSINESS_PARTNERS

Business Partners - Contacts

ActionEventMethodApp
Crate Contactbiz.core.v2.biz.partner.contact.postPOSTBUSINESS_PARTNERS
Edit Contactbiz.core.v2.biz.partner.contact.updatePUTBUSINESS_PARTNERS
Add Value on Custom Field on Product formbiz.core.v2.partner.attribute.addPOSTBUSINESS_PARTNERS
Edit Value on Custom Field on Product formbiz.core.v2.partner.attribute.updatePUTBUSINESS_PARTNERS
Delete Contactbiz.core.v2.biz.partner.contact.deleteDELETEBUSINESS_PARTNERS

Business Partners - Products

ActionEventMethodApp
Crate Productbiz.core.v2.biz.partner.products.postPOSTBUSINESS_PARTNERS
Edit Productbiz.core.v2.biz.partner.products.putPUTBUSINESS_PARTNERS
Add Value on Custom Field on Product formbiz.core.v2.partner.attribute.addPOSTBUSINESS_PARTNERS
Edit Value on Custom Field on Product formbiz.core.v2.partner.attribute.updatePUTBUSINESS_PARTNERS
Activate/Deactivate Product (Change Status)biz.core.v2.bizpProduct.patchPATCHBUSINESS_PARTNERS
Delete Productbiz.core.v2.biz.partner.products.deleteDELETEBUSINESS_PARTNERS

Business Partners - Account Manager

ActionEventMethodApp
Crate Account Managerbiz.core.v2.partner.account.manager.addPOSTBUSINESS_PARTNERS
Edit Account Managerbiz.core.v2.partner.account.manager.updatePUTBUSINESS_PARTNERS
Activate/Deactivate Account Manager (Change Status)biz.core.v2.partner.account.manager.updatePUTBUSINESS_PARTNERS
Delete Account Managerbiz.core.v2.partner.account.manager.deleteDELETEBUSINESS_PARTNERS
Delete Account Manager in usebiz.core.v2.partner.updatePUTBUSINESS_PARTNERS

Business Partners - List Item / Industry

ActionEventMethodApp
Crate List Itembiz.core.v2.industry.addPOSTBUSINESS_PARTNERS
Edit List Itembiz.core.v2.industry.updatePUTBUSINESS_PARTNERS
Activate/Deactivate List Item (Change Status)biz.core.v2.industry.updatePUTBUSINESS_PARTNERS
Delete List Itembiz.core.v2.industry.deleteDELETEBUSINESS_PARTNERS
Delete List Item in usebiz.core.v2.partner.updatePUTBUSINESS_PARTNERS
Favoritebiz.core.v2.industry.updatePUTBUSINESS_PARTNERS

Business Partners - List Item / Company Size

ActionEventMethodApp
Crate List Itembiz.core.v2.company.size.addPOSTBUSINESS_PARTNERS
Edit List Itembiz.core.v2.company.size.updatePUTBUSINESS_PARTNERS
Activate/Deactivate List Item (Change Status)biz.core.v2.company.size.updatePUTBUSINESS_PARTNERS
Delete List Itembiz.core.v2.company.size.deleteDELETEBUSINESS_PARTNERS
Delete List Item in usebiz.core.v2.partner.updatePUTBUSINESS_PARTNERS
Favoritebiz.core.v2.company.size.updatePUTBUSINESS_PARTNERS

Business Partners - List Item / Partner Type

ActionEventMethodApp
Crate List Itembiz.core.v2.partner.type.addPOSTBUSINESS_PARTNERS
Edit List Itembiz.core.v2.partner.type.updatePUTBUSINESS_PARTNERS
Activate/Deactivate List Item (Change Status)biz.core.v2.partner.type.updatePUTBUSINESS_PARTNERS
Delete List Itembiz.core.v2.partner.type.deleteDELETEBUSINESS_PARTNERS
Delete List Item in usebiz.core.v2.partner.updatePUTBUSINESS_PARTNERS
Favoritebiz.core.v2.partner.type.updatePUTBUSINESS_PARTNERS

Business Partners - List Item / Department

ActionEventMethodApp
Crate List Itembiz.core.v2.biz.departments.addPOSTBUSINESS_PARTNERS
Edit List Itembiz.core.v2.biz.departments.updatePUTBUSINESS_PARTNERS
Activate/Deactivate List Item (Change Status)biz.core.v2.biz.departments.updatePUTBUSINESS_PARTNERS
Delete List Itembiz.core.v2.biz.departments.deleteDELETEBUSINESS_PARTNERS
Delete List Item in usebiz.core.v2.partner.updatePUTBUSINESS_PARTNERS
Favoritebiz.core.v2.biz.departments.updatePUTBUSINESS_PARTNERS

Business Partners - List Item / Management

ActionEventMethodApp
Crate List Itembiz.core.v2.biz.positions.addPOSTBUSINESS_PARTNERS
Edit List Itembiz.core.v2.biz.positions.updatePUTBUSINESS_PARTNERS
Activate/Deactivate List Item (Change Status)biz.core.v2.biz.positions.updatePUTBUSINESS_PARTNERS
Delete List Itembiz.core.v2.biz.positions.deleteDELETEBUSINESS_PARTNERS
Delete List Item in usebiz.core.v2.partner.updatePUTBUSINESS_PARTNERS
Favoritebiz.core.v2.biz.positions.updatePUTBUSINESS_PARTNERS

Business Partners - Custom Fields

ActionEventMethodApp
Crate List Itembiz.core.v2.biz.positions.addPOSTBUSINESS_PARTNERS
Edit List Itembiz.core.v2.biz.positions.updatePUTBUSINESS_PARTNERS
Activate/Deactivate List Item (Change Status)biz.core.v2.biz.positions.updatePUTBUSINESS_PARTNERS
Delete List Itembiz.core.v2.biz.positions.deleteDELETEBUSINESS_PARTNERS
Delete List Item in usebiz.core.v2.partner.updatePUTBUSINESS_PARTNERS
Favoritebiz.core.v2.biz.positions.updatePUTBUSINESS_PARTNERS

3.15 Billing Conditions

Customer Invoice Conditions

ActionEventMethodApp
Crate Custom Fieldbiz.core.v2.attribute.addPOSTBUSINESS_PARTNERS
Edit Custom Fieldbiz.core.v2.attribute.updatePUTBUSINESS_PARTNERS
Activate/Deactivate Custom Field (Change Status)biz.core.v2.attribute.updatePUTBUSINESS_PARTNERS
Delete Custom Fieldbiz.core.v2.attribute.deleteDELETEBUSINESS_PARTNERS
Delete Custom Field in usebiz.core.v2.attribute.updatePUTBUSINESS_PARTNERS
Add UI Sectionsbiz.core.v2.attribute.section.addPOSTBUSINESS_PARTNERS
Edit UI Sectionsbiz.core.v2.attribute.updatePUTBUSINESS_PARTNERS
Delete UI Sectionbiz.core.v2.attribute.updatePUTBUSINESS_PARTNERS
Finance Tagbiz.core.v2.attribute.updatePUTBUSINESS_PARTNERS

Supplier Invoice Conditions

ActionEventMethodApp
Create Invoice Conditions - Save draftoutput.billing.total.balance.addPOSTBULK_SMS
Create Invoice Conditions - Save and Activateoutput.billing.total.balance.add
output.billing.total.balance.status.change.update
POSTBULK_SMS
Edit Invoice Conditionsoutput.billing.total.balance.updatePUTBULK_SMS
Add/Edit Invoice Conditions - Custom fieldsoutput.billing.cust.attribute.value.post
output.billing.cust.attribute.value.put
POST
PUT
BULK_SMS
Delete Invoice Conditionsoutput.billing.total.balance.deleteDELETEBULK_SMS
Change Status (Activate/Block/Deactivate)output.billing.total.balance.status.change.updatePOSTBULK_SMS
Create Pricing Conditionsoutput.billing.account.addPOSTBULK_SMS

Topup Credits

ActionEventMethodApp
Create Topup Creditinput.billing.credit.record.add
input.billing.credit.record.set.invoice.addsit.invoice.add
POSTBULK_SMS
Add Allowed Amountinput.billing.credit.record.allowed.amount.change.addPOSTBULK_SMS
Create Topup Credit (Fully paid)sit.invoice.add
input.billing.credit.record.add
input.billing.credit.record.set.invoice.add
input.billing.credit.record.payment.add
POSTBULK_SMS

Customer Pricing Conditions

ActionEventMethodApp
Create Pricing Conditionsinput.billing.account.addPOSTBULK_SMS
Edit Pricing Conditionsinput.billing.account.updatePUTBULK_SMS
Edit Pricing Conditions - Custom fieldsinput.billing.cust.attribute.value.post
input.billing.cust.attribute.value.put
POST
PUT
BULK_SMS
Change Status Pricing Conditionssms.accounts.accounts.billing.status.changePOSTBULK_SMS
Delete Pricing Conditionsinput.billing.account.deleteDELETEBULK_SMS
Migrate Connectionsinput.billing.accounts.gates.migration.updatePOSTBULK_SMS

Supplier Pricing Conditions

ActionEventMethodApp
Create Pricing Conditionsoutput.billing.account.addPOSTBULK_SMS
Edit Pricing Conditionsoutput.billing.account.updatePUTBULK_SMS
Edit Pricing Conditions - Custom fieldsoutput.billing.cust.attribute.value.post
output.billing.cust.attribute.value.put
POST
PUT
BULK_SMS
Change Status Pricing Conditionsoutput.billing.account.status.change.updatePOSTBULK_SMS
Delete Pricing Conditionsoutput.billing.account.deleteDELETEBULK_SMS
Migrate Connectionsoutput.billing.accounts.gates.migration.updatePOSTBULK_SMS

Prepaid Traffic Report

ActionEventMethodApp
Send Prepaid Traffic Reportinput.billing.billing.report.send.email.addPOSTBULK_SMS

4. Instructions for using the Audit Log

The Audit Log provides a complete, timestamped record of all user and system activities within the platform, including logins, data modifications, deletions, and configuration changes. It serves as a centralized source of truth for monitoring operational and security-related events. To support efficient analysis, multiple filtering options are available. A global search enables quick retrieval of specific entries by keyword or phrase. Logs can be filtered by user (based on registered email addresses), event (predefined identifiers typically reflecting the API endpoint and operation type), HTTP method (GET, POST, PUT, PATCH, DELETE), and application (e.g., Business Partners, Finance, Security) to isolate relevant records. Additional technical filters include CI (list of available APIs) and I (Instance), which provide further granularity for advanced troubleshooting and analysis.

A time period filter allows selection of any desired interval or custom range, with longer periods requiring extended processing time. An auto-refresh option, enabled by default at one-minute intervals, ensures data remains currect and can be disabled when manual review is required.