In this article
API: Billing Details
Billing details endpoints are used to retrieve detailed information for billing schedule lines.
Tip: For the most current and complete API information in Subscription Billing, run the following GET command.
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 to review the details of specific billing schedule lines.
API Setup information | |
SBS ARCB Billing Detail API | |
Object ID: | 23065876 |
Collection: | BillingDetails |
The following pages are affected by this resource:
Get Details for Specific Billing Schedule Lines
Displays the details for specific billing schedule lines.
Request:
- GET /BillingDetails
- GET /BillingDetails$filter=BssiArcbBillingScheduleNumber eq '<BillingSchedNo>'
- GET /BillingDetails$filter=BssiArcbBillingScheduleNumber eq '<BillingSchedNo>' and BssiArcbBillingScheduleLineNo eq <LineNo>

Request Examples |
API example: |
GET https://api.businesscentral.dynamics.com/v2.0/e9db614c-882a-401b-8f75-51dbfae511a7/sandbox/api/binarystream/arcb/beta/companies(c9f29336-daea-eb11-bb6e-000d3a220cdc)/BillingDetails('CONT002012',10000,5)?tenant=default |

Select Copy to copy the sample to the clipboard.
Note: Use the FireFox web browser when selecting Copy to ensure that the tab spaces in the code are copied correctly. With other web browsers, the tab spaces are copied as non-breaking spaces, which can cause the code to fail.
Response (json)
{
"@odata.context": "https://api.businesscentral.dynamics.com/v2.0/e9db614c-882a-401b-8f75-51dbfae511a7/sandbox/api/binarystream/arcb/beta/$metadata#companies(ad9b1e9b-f714-ec11-bb7e-000d3abcd65f)/BillingDetails/$entity",
"@odata.etag": "W/\"JzQ0O2J6WXVaMVEvSDh1UkZ5K3pjc3pEdTZyWE10VnVRMTVqUnozMWlPUkZpeUU9MTswMDsn\"",
"BssiArcbBillingScheduleNumber": "CONT002012",
"BssiArcbBillingScheduleLineNo": 10000,
"LineNo": 5,
"BillingStartDate": "2022-01-01",
"BillingEndDate": "2022-01-31",
"Quantity": 1,
"UnitPrice": 1000.8,
"Amount": 1000.8,
"NextInvoiceDate": "2021-12-17",
"InvoiceNo": "",
"UnitofMeasure": "Piece",
"BssiArcbBilled": false,
"BssiMarkdownType": "Amount",
"BssiPreviousReading": 0,
"BssiCurrentReading": 0,
"BssiArcbSystemCreated": false,
"BssiDeferralStartDate": "1900-01-01",
"BssiDeferralEndDate": "1900-01-01",
"BssiMarkdownAmount": 0,
"BssiMarkdownPercentage": 0,
"BssiComments": "",
"BssiPeriodRevenue": 0,
"BssiMEADefRevAmount": 0,
"AnnualizedInvoicedAmount": 12009.6,
"ResumeHold": false,
"AutoRenewalPartialLine": false,
"BssiFreeQTY": 0,
"MinMaxCommitted": 0,
"BssiPriceComments": "",
"BssiDefRevSchNo": "",
"BssiDefDiscSchNo": "",
"BssiDefCOGSSchNo": "",
"UnitofMeasureCode": "PCS",
"DocumentType": 0,
"OriginalInvoice": false,
"BssiRevenueSplit": false,
"BssiParentLineNo": 0,
"BssiParentAmount": 0,
"InvoiceLineNo": 0,
"BssiEstimatedQty": 0
}