API: Power BI

Power BI endpoints are used for generating reports for all billing schedule records. To ensure that the most current data is updated for this API, execute the Refresh API Data action from the SBS ARCB Billing Schedule List as part of a job queue that is scheduled at a frequency (e.g., hourly, daily, or weekly) suitable for your business needs.

Tip: For the most current and complete API information in Subscription Billing, run the following GET command.

Copy
GET Metadata for Billing Schedules
GET https://api.businesscentral.dynamics.com/v2.0/dd24e63d-2131-4bd0-bdd5-570c473ba440/api/binarystream/arcb/beta/$metadata

When to Use

As a best practice, use these endpoints for generating forecast, detail, or summary reports for all billing schedule data.

API Setup information
SBS ARCB Schedule New Sales PBI API
Object ID: 23065882
Collection: BssiARCBSchedNewSales
SBS ARCB Schedule Termination Details PBI API
Object ID: 23065881
Collection: BssiARCBSchedTerminationDetails
SBS ARCB Schedule Total Value Details PBI API
Object ID: 23065880
Collection: BssiARCBSchedTotalValueDetails
SBS ARCB Total Contract Revenue PBI API
Object ID: 23065877
Collection: BssiARCBTotalContractRevs
SBS ARCB  MRR Report Details PBI API
Object ID: 23065874
Collection: BssiAPIMRRReportDetails
SBS ARCB MRR Report PBI API
Object ID: 23065873
Collection: BssiAPIMRRReports

The following pages are affected by this resource: 

Generate Report for New Contract Sales

Generates a report that shows all new contract sales.

Request: 

  • GET /BssiARCBSchedNewSales

Generate Detailed Report for Terminated Billing Schedule Lines

Generates the termination line details reports.

Request: 

  • GET /BssiARCBSchedTerminationDetails

Generate Report for the Total Value Details of the Billing Schedules

Displays the total value details of a billing schedule.

Request: 

  • GET /BssiARCBSchedTotalValueDetails

Generate Report for Total Contract Revenue of the Billing Schedules

Generates a report that shows all the total contract amounts for all billing schedules.

Request: 

  • GET /BssiARCBTotalContractRevs

Generate Detailed Report Monthly Recurring Revenue

Generates a detailed report for the monthly recurring revenue (MRR).

Request:

  • GET /BssiAPIMRRReportDetails

Generate Summary Report for Monthly Recurring Revenue

Generates a summary report for the monthly recurring revenue (MRR).

Request:

  • GET /BssiAPIMRRReports