Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{operatorDomain}/v1/public/proposals/{quoteVersionId}/decline
{ "quoteVersionId": "qver_01h...", "status": "viewed", "title": "<string>", "currency": "EUR", "totalAmount": 123, "lines": [ { "description": "<string>", "quantity": 123, "unitAmount": 123 } ], "operatorProfile": { "tradingName": "<string>", "email": "jsmith@example.com", "phone": "<string>", "logoUrl": "<string>", "address": {} }, "expiresAt": "2023-11-07T05:31:56Z" }
Mark a proposal (quote version) as declined.
Declined proposal
"qver_01h..."
"viewed"
"EUR"
Minor units
Show child attributes