refreshRevenuePostings
refreshRevenuePostingsRecalculate and upsert revenue postings for a specific revenue contract item and performance obligation at a given posting date.
Instructions
Recalculate and upsert revenue postings for a specific revenue contract item / performance obligation at a given posting date. All five identifiers are required (the backend rejects partial inputs). Host enforces user confirmation via the approval gate; do NOT ask the user to re-confirm before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_id | Yes | Billing contract UUID (required). | |
| revenue_contract_id | Yes | Revenue recognition contract UUID (required). | |
| revenue_contract_item_id | Yes | Revenue contract item UUID (required). | |
| performance_obligation_id | Yes | Performance obligation UUID (required). | |
| posting_date | Yes | Posting date in YYYY-MM-DD format (required). | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |