HomeGuidesAPI ReferenceChangelogDiscussions
GuidesAPI ReferenceDiscussions

Application Archived

Event Type

applicationEvent

Entity Action

ARCHIVED

Firing Condition

When an application is archived in Blend.

Valid Decorators

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

Object Format

{
  "eventType": "applicationEvent",
  "eventId": UUID,
  "message": {
    "entityAction": "ARCHIVED",
    "entityType": "loan",
    "entityId": UUID
  },
  "originallyEmittedAt": DateTime (UTC Unix/Epoch Timestamp),
  "status": "EMITTED"
}