HomeGuidesAPI ReferenceChangelogDiscussions
GuidesAPI ReferenceDiscussions

E-Consent Status Updated

Event Type

eConsentStatus

Entity Action

UPDATE

Firing Condition

When a consumer updates their eConsent in Blend.

Valid Decorators

  • losPrimaryKey
  • crmPrimaryKey
  • originationType
  • metadata.documentYear
  • referenceLoanNumber
  • metadata.memberEntityIdentifier
  • borrower.econsentMetadata
  • metadata.assetIdentifier

Object Format

{
  "eventType": 'eConsentStatus',
  "eventId": UUID,
  "message": {
    "entityAction": 'UPDATE',
    "entityType": 'loan'
    "entityId": UUID,
    "borrower":{
      "email": string,
      "borrowerId": UUID
    },
    "eConsentStatus": boolean
  },
  "originallyEmittedAt": DateTime (UTC Unix/Epoch Timestamp),
  "status": 'EMITTED'
}