Saltar al contenido principal

ConsentAction

Representa una acción de consentimiento realizada por un usuario

id string

Identificador único del consent action

Example: consact_1B2M2Y8AsgTpgAmY7PhCfg
entity_id stringnullable

Identificador de la entidad asociada. Puede ser nulo.

Example: ent_5F6Q6C2EwkXtkEpB1TlGjk
user_reference string

Referencia del usuario en el sistema del cliente

Example: user_123
created_at date-time

Fecha y hora de creación del consent action

Example: 2024-03-20T15:30:00Z
ConsentAction
{
"id": "consact_1B2M2Y8AsgTpgAmY7PhCfg",
"entity_id": "ent_5F6Q6C2EwkXtkEpB1TlGjk",
"user_reference": "user_123",
"created_at": "2024-03-20T15:30:00Z"
}