DealPOST /v2/integration/dealsexternalId (string): Identificador único en el sistema externotitle (string): Título del dealownerExternalId (string): ID externo del propietario (debe existir como Sales Profile)agentExternalId (string): ID externo del agente (debe existir como Sales Profile)isWon (boolean): Si el deal está ganadoamount (object): Información del montovalue (string): Valor como stringcurrency (string): Código de monedaexchangeRate (string, opcional): Tasa de cambio aplicadacurrentStage (object): Etapa actualpipelineName (string): Nombre del pipelinevalue (string): Valor de la etapaoccurredAt (string): Fecha en formato ISO-8601stages (array): Historial completo de etapascloseDate (string): Fecha de cierre en formato ISO-8601customFields (array): Campos personalizados{
"batchId": "batch-003",
"source": "external-crm",
"items": [
{
"externalId": "DEAL-001",
"title": "ACME Contract 2025",
"ownerExternalId": "USER-001",
"agentExternalId": "USER-002",
"isWon": false,
"amount": {
"value": "15000.00",
"currency": "USD",
"exchangeRate": "1.00"
},
"currentStage": {
"pipelineName": "Sales Pipeline",
"value": "negotiation",
"occurredAt": "2025-08-20T15:00:00Z"
},
"closeDate": "2025-08-25",
"customFields": [
{
"key": "probability",
"type": string,
"value": "75",
"name": "custom_field_3"
}
]
}
]
}