UpdateProposalBodyDto
titlestring
The title of the proposal
Example:
Proposal for the project
clientIdnumber
The client ID
contactPersonIdnumber
The contact person ID
contractTypestring
The contract type
Possible values: [proposal
, pricelist
, contract
]
currencystring
The currency
Example:
EUR
languagestring
The language
Example:
nl
userIdnumber
Id of the user sending the proposal. If not provided, the first user of the organization will be used.
senderSignatureRequiredboolean
Whether the sender signature is required for this proposal. (If true, the proposal cannot be sent through the API)
UpdateProposalBodyDto
{
"title": "Proposal for the project",
"clientId": 0,
"contactPersonId": 0,
"contractType": "proposal",
"currency": "EUR",
"language": "nl",
"userId": 0,
"senderSignatureRequired": true
}