curl --location --request PATCH '/v2/integration/activities' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchId": "deal-batch-2025-08-26-001",
"source": "crm-system-x",
"items": [
{
"externalId": "A-1001",
"type": "CALL",
"ownerExternalId": "U-77",
"source": {
"name": "OUTBOUND"
},
"customFields": [
{
"key": "duration",
"type": "number",
"value": 30,
"name": "Duration"
},
{
"key": "follow_up",
"type": "boolean",
"value": true,
"name": "Follow Up"
}
]
},
{
"externalId": "A-1002",
"type": "EMAIL",
"ownerExternalId": "U-88",
"source": {
"name": "INBOUND"
}
},
{
"externalId": "A-1003",
"type": "MEET",
"ownerExternalId": "U-77",
"source": {
"name": "OUTBOUND"
}
}
]
}'{
"data": {
"code": 201,
"success": 100,
"error": [
{
"message": "VALIDATION_ERROR",
"detail": "Invalid currency code (ISO-4217)"
}
]
},
"status": "SUCCESS"
}