Preview financial estimate for a plan without creating database records.
This endpoint converts a plan with its products into a contract structure and calls the billables service to calculate cost estimates.
Logic:
Trial discount handling:
Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
Request schema for previewing a plan estimate
Generates a financial estimate for a plan configuration by:
Attributes: start_date: Contract start date (required) end_date: Contract end date (optional - calculated from plan duration if not provided) customer_id: Customer UUID (optional - random if not provided) name: Contract name (optional - defaults to plan name) description: Contract description (optional)
Contract start date
Contract end date (optional - calculated from plan duration if not provided)
Customer UUID (optional - random if not provided)
Contract name (optional - defaults to plan name)
Contract description
Estimate generated successfully