Documentation Index
Fetch the complete documentation index at: https://docs.recotap.com/llms.txt
Use this file to discover all available pages before exploring further.
PUT /accounts/:externalId
Updates the custom fields of an existing account identified by your CRM’s externalId. Returns 404 if no account matches the externalId.
| Field | Type | Required | Description |
|---|---|---|---|
customFields | object | No | Key-value pairs using Recotap custom field keys e.g. { "CONTRACT_VALUE_C": 95000 }. Per-key merge — only the keys you include are updated. Existing keys not present in the request are preserved. Keys must exist as active custom fields. Returns 400 if any key is unknown. |
data