BizEvent Resource
Event notice recording and retrieval
Records business event notices for deposit, redemption, and conversion operations within the 7G platform. BizEvent creates event records, supports filtering and retrieval of event history, and provides cancellation capabilities for pending events.
Event Recording
Creates event notice records for deposit, redemption, and conversion operations with support for external system integration via dual identifier patterns.
Filtering & Retrieval
5 core endpoints: GET (query events with filtering), NoticeOfDeposit, NoticeOfRedemption, NoticeOfConversion (create event records), and Cancel (update event status).
Multi-Record Operations
NoticeOfConversion creates two linked event records (source redemption and target allotment) for investment class conversions.
Available Endpoints
Event Management
Event Creation
Core Data Transfer Objects
Filter Data Transfer Objects
GET endpoint uses a filter class to bind query parameters. This is a request-only structure for filtering and pagination.
Request & Response Patterns
Identifier Patterns
- Dual identifiers supported: Native 7G IDs (ProductID, AccountID, InvestmentID) and external IDs (externalProductId, externalAccountId, externalInvestmentId)
- Either native or external identifier required for product, account, and investment references
- BizEventID is the unique identifier for event records returned by the API
Multi-Record Operations
- NoticeOfConversion returns 2 linked event records: source investment redemption and target investment allotment
- NoticeOfDeposit and NoticeOfRedemption return single event records
- GET endpoint returns paginated arrays of event records with filtering support
Filtering Capabilities
- GET /BizEvent supports FilterField dot operators for BizEventID, AccountID, ExternalAccountId, BizEventTypeID, AccountNumber
- Direct filtering available for ProductID and ExternalProductId
- Standard pagination via PageSize and PageNumber parameters