Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Marca um negócio como ganho (status: won).
POST /v1/deals/:id/won
write:deals
value
closed_date
curl -X POST https://api.socialsell.ai/v1/deals/664c1d2e3f4a5b6789012347/won \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "value": 20000, "closed_date": "2026-06-10T00:00:00.000Z" }'
{ "data": { "id": "664c1d2e3f4a5b6789012347", "title": "Proposta Enterprise ACME", "status": "won", "value": 20000, "closed_date": "2026-06-10T00:00:00.000Z", "updated_at": "2026-06-10T16:00:00.000Z" } }
deal.won