/
HE
herondata
/
Heron Data API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.0
2026-07-26
224
386
470.0 KB
EndUserEntity
Create an end user entity attribute
post
/api/end_user_entities/{entity_heron_id}/attributes
Path parameters
entity_heron_id
string
required
Request body
CreateEndUserEntityAttributeSchema
required
attribute_description
string
attribute_name
string
required
attribute_type
'float'
|
'int'
|
'decimal'
|
'string'
|
'date'
|
'datetime'
|
'bool'
display_order
integer
is_dedupe_key
boolean
reconciliation_config
object
reconciliation_strategy
'sort_order'
|
'llm'
|
'comparison'
|
'concatenate_lists'
Response
OK
EndUserEntityAttributeSchema
required
attribute_description
string
attribute_name
string
attribute_type
'float'
|
'int'
|
'decimal'
|
'string'
|
'date'
|
'datetime'
|
'bool'
display_order
integer
heron_id
string
is_dedupe_key
boolean
reconciliation_config
object
reconciliation_strategy
'sort_order'
|
'llm'
|
'comparison'
|
'concatenate_lists'