wafeq_revenue_recognitions_preview_create
Preview revenue recognition events before committing. Simulate a schedule to see the generated events without writing anything to the ledger.
Instructions
๐ข READ-ONLY ยท preview / simulation ยท Revenue Recognitions ยท POST /revenue-recognitions/preview/
Preview revenue recognition schedule
Endpoint for previewing the revenue recognition events that would be generated for the given schedule, without creating a revenue recognition.
This is a POST, but Wafeq documents it as a simulation: it returns the events that WOULD be generated and writes nothing to the ledger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (application/json). | |
| duration | No | ||
| status__in | No | * `DRAFT` - Draft * `ENDED_EARLY` - Ended Early * `FULLY_RECOGNIZED` - Fully Recognized * `INACTIVE` - Inactive * `RECOGNIZING` - Recognizing * `SCHEDULED` - Scheduled | |
| end_date_after | No | ||
| end_date_before | No | ||
| recognition_type | No | ||
| start_date_after | No | ||
| start_date_before | No |