SAP BRIM (Billing and Revenue Innovation Management) · Arazzo Workflow
SAP BRIM Update a Subscription Item Quantity and Re-invoice
Version 1.0.0
List a subscription's items, update the quantity of one, confirm it, and generate an invoice.
View Spec
View on GitHub
BillingEnterpriseOrder to CashRevenue ManagementSAPSubscription ManagementUsage-Based PricingArazzoWorkflows
Provider
Workflows
update-item-quantity-and-invoice
Update a subscription item's quantity and generate an invoice for it.
Lists subscription items, updates the supplied item's quantity, confirms the new quantity, and generates an on-demand invoice for the subscription.
1
listItems
listSubscriptionItems
List the subscription items to confirm the target item exists.
2
updateItem
updateSubscriptionItem
Update the quantity of the target subscription item.
3
confirmItem
getSubscriptionItem
Read the item back to confirm the updated quantity and total price.
4
generateInvoice
generateInvoice
Generate an on-demand invoice reflecting the updated item quantity.