SAP BRIM (Billing and Revenue Innovation Management) · Arazzo Workflow
SAP BRIM Add a Subscription Item and Invoice It
Version 1.0.0
Add a line item to a subscription, read it back, and generate an on-demand invoice.
View Spec
View on GitHub
BillingEnterpriseOrder to CashRevenue ManagementSAPSubscription ManagementUsage-Based PricingArazzoWorkflows
Provider
Workflows
add-item-and-invoice
Add an item to a subscription and generate an invoice for it.
Adds a new line item to a subscription, reads the item back to confirm its pricing, and generates an on-demand invoice that includes the new charge.
1
addItem
addSubscriptionItem
Add the product as a new line item on the subscription.
2
getItem
getSubscriptionItem
Read the created item back to confirm its quantity and pricing.
3
generateInvoice
generateInvoice
Generate an on-demand invoice that includes the newly added item.