API: Quantity Adjustment

Quantity Adjustment API endpoints are used to create the quantity adjustment on the billing detail lines.

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

 

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 creating quantity adjustment in billing detail lines.

API Setup information
SBS ARCB Billing Detail API V2
Object ID: 23066043
Collection: bssiAPIQtyAdjustmentLinesV2

 

Create a Quantity Adjustment

Creates a quantity adjustment entry in the quantity adjustment page request by using the bssiAPIQtyAdjustmentLinesV2

Request:

• POST / bssiAPIQtyAdjustmentLinesV2

 

{

"BssiArcbBillingScheduleNo":"CONT000041",

"BssiLineNo":10000,

"LineNo":10000,

"BssiStartDate":"2024-02-02",

"BssiQuantity":1

}