ConsentCommit
Agrupa una serie de acciones de consentimiento realizadas por un usuario
id string
Identificador único del consent commit
Example:
ccom_1B2M2Y8AsgTpgAmY7PhCfg
user_reference string
Referencia del usuario en el sistema del cliente
Example:
user_123
entity_id string
Identificador de la entidad asociada
Example:
ent_1B2M2Y8AsgTpgAmY7PhCfg
consent_actions object[]
Acciones de consentimiento asociadas al commit
Array [
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
]
created_at date-time
Fecha y hora de creación del consent commit
Example:
2024-03-20T15:30:00Z
ConsentCommit
{
"id": "ccom_1B2M2Y8AsgTpgAmY7PhCfg",
"user_reference": "user_123",
"entity_id": "ent_1B2M2Y8AsgTpgAmY7PhCfg",
"consent_actions": [
{
"id": "consact_1B2M2Y8AsgTpgAmY7PhCfg",
"entity_id": "ent_5F6Q6C2EwkXtkEpB1TlGjk",
"user_reference": "user_123",
"created_at": "2024-03-20T15:30:00Z"
}
],
"created_at": "2024-03-20T15:30:00Z"
}