GenerateProposalBodyDto
The title of the proposal
Proposal for the projectThe client ID
The contact person ID
The currency
Possible values: [USD, AUD, GBP, CAD, CNY, EUR, INR, JPY, AED, CHF, BTC, ETH]
EURThe language
Possible values: [nl, en, de]
nlId of the user sending the proposal. If not provided, the first user of the organization will be used.
Whether VAT should be shown in the generated proposal
trueThe prompt for the AI proposal generator
Create a website redesign proposal focused on B2B lead generation.Selling methods that should be reflected implicitly in the generated proposal
Possible values: [Cialdini, SPIN, Sandler, SNAP, NEAT, GAP Selling, 4P's, 5 Whys]
["SPIN","Cialdini"]Template proposal ID to use as the structural basis. Send an empty string to generate without a template.
123e4567-e89b-12d3-a456-426614174000Whether AI should generate pricing suggestions
trueWhether AI should generate a new background image
falsePreferred writing tone for the generated proposal
Possible values: [professional, casual, direct, recruiting, friendly]
professional{
"title": "Proposal for the project",
"clientId": 0,
"contactPersonId": 0,
"currency": "EUR",
"language": "nl",
"userId": 0,
"showVat": true,
"prompt": "Create a website redesign proposal focused on B2B lead generation.",
"sellingMethods": [
"SPIN",
"Cialdini"
],
"selectedTemplate": "123e4567-e89b-12d3-a456-426614174000",
"generatePrices": true,
"generateBackgroundImage": false,
"tone": "professional"
}