AccountPOST /v2/integration/accountexternalId (string): Identificador único en el sistema externoname (string): Nombre de la cuentatype (enum): Tipo de cuentaCLIENT: ClienteCOMPANY: EmpresaCONTACT: ContactocustomFields (array): Campos personalizados{
"batchId": "batch-002",
"source": "external-crm",
"items": [
{
"externalId": "ACC-001",
"name": "ACME Corporation",
"type": "COMPANY",
"customFields": [
{
"key": "industry",
"type": string,
"value": "Technology",
"name": "custom_field_2"
}
]
}
]
}