πŸš€ 7G Registry Platform API Reference

Complete reference for all 75 endpoints across 14 resource types. Built for financial services with sophisticated transaction processing and entity management.

75
Total Endpoints
14
Resource Types
2.0
API Version

Complete API Reference

This comprehensive reference covers all 75 endpoints across 14 resource types, designed specifically for financial services with sophisticated transaction processing, entity management, and regulatory compliance features.

API Architecture & Flow

Complete integration workflow from authentication through transaction execution to reporting. The 7G API architecture supports flexible workflows with parallel resource operations and event-driven coordination.

1
Authentication & Metadata

Obtain JWT tokens for secure API access with automated expiration and refresh workflows. Retrieve system metadata for validation and form building.

POST /User/Login
GET /Common/Lookup
β†’
2
Investment Product Setup

Configure investment products with unit classes, allocation rules, distribution settings, and initial pricing foundation for transaction processing.

POST /Investment
POST /Investment/Price
β†’
3
Entity Onboarding

Establish investor identity using BizEntity-centric architecture supporting Individual, Company, Trust, SMSF with nested Person/Organisation structures and automatic deduplication.

POST /BizEntity
GET /BizEntity
β†’
4
Transaction Coordination

Coordinate transaction workflows with notice periods and approval gates (BizEvent) before executing immutable financial operations (BizTransaction) with real-time balance calculations.

POST /BizEvent/NoticeOf*
POST /BizTransaction/*
β†’
5
Corporate Actions & Pricing

Execute distribution lifecycle from declaration through DRP allotment with withholding tax automation. Maintain current investment pricing with NAV calculations and performance tracking.

POST /Distribution/*
PUT /Investment/Price
β†’
6
Reporting & Documents

Generate investor statements and regulatory documents with comprehensive metadata management. Execute asynchronous report generation with status monitoring and automated delivery.

POST /Document/*
POST /Report

Workflow Flexibility

This diagram presents a typical integration workflow. The 7G API architecture supports parallel operations across resourcesβ€”Investment products can be configured independently, Distributions can be declared while transactions process, and reporting can occur at any lifecycle stage. The BizEntity-centric architecture (Stage 3) is the foundational principle for all investor operations.

πŸ” Authentication & Security

Secure API access with JWT-based authentication and token management. All endpoints except /User/Login and /Common/Lookup require access token authentication.

Refresh expired access tokens using refresh tokens to maintain continuous API access without requiring user re-authentication.

Token Management

πŸ‘₯ Entity Management

Core investor and organizational entity management built on BizEntity-centric architecture. BizEntity serves as the primary aggregation point for all investor operations, with specialized resources for advanced scenarios.

BizEntity Primary

The foundational investor identity supporting Individual, Company, Trust, SMSF, and Partnership structures. Central aggregation point for all investor operations with 8 endpoints.

Create complete investor entity with nested Person/Organisation structures, accounts, addresses, and payment details in a single atomic operation.

Advanced querying with 15+ filter parameters, dot operators (.Equal, .Contains), cross-resource filtering, and comprehensive pagination support.

Complete replacement update for entity structures, party relationships, and associated data with automatic deduplication logic.

Remove entity from system (restricted if active transactions exist). Cascades to related records while preserving audit trails.

Real-time investment position data with current balances, unit quantities, market values, and performance metrics across all accounts.

Establish hierarchical entity relationships for complex corporate structures, trust arrangements, and multi-level ownership models.

Modify existing hierarchical relationships, change ownership percentages, and update structural dependencies between entities.

Safely remove hierarchical links while maintaining data integrity and preserving historical relationship records for audit purposes.

The 7G API is designed around BizEntity as the primary aggregation point for all investor operations. This architecture ensures data consistency, prevents duplication, and provides comprehensive relationship management.

πŸ›οΈ Primary Resource

BizEntity

The central hub for all investor operations. Creates and manages Person, Organisation, Address, Communication, and PaymentDetail records through comprehensive nested structures with deduplication.

Use for: Standard investor onboarding, entity updates, relationship management

πŸ”§ Supporting Resources

Person
Organisation
Address
Communication
PaymentDetail

Direct endpoints for specialized workflows. Use when focused operations on specific resources better suit your integration needs.

Use for: Bulk imports, data migration, cross-entity updates, validation services

πŸ”— Deduplication Logic

When creating entities through BizEntity operations, the platform deduplicates Person and Organisation records based on externalPersonId and externalOrganisationId. The same external ID used multiple times in a single request creates only ONE record, preventing data duplication.

Example: Person as both primary contact and company director β†’ Creates ONE person record, referenced twice

Supporting Resources Supporting

Direct endpoints for specialized scenarios. Most management occurs through BizEntity operations. Use these for bulk imports, data migration, or when focused resource operations better suit your workflow.

Person

4 endpoints

Individual identity management with comprehensive KYC/AML data, tax residency information, and FATCA classification for regulatory compliance.

POST GET PUT DELETE View Details β†’

Organisation

4 endpoints

Corporate entities, trusts, and institutions with associated persons, FATCA classification, and complex organizational structure management.

POST GET PUT DELETE View Details β†’

Address

4 endpoints

Physical and postal address management with international support, validation services, and exclusive entity ownership relationships.

POST GET PUT DELETE View Details β†’

Communication

4 endpoints

Contact information management including phone, email, and other communication methods with verification and preference settings.

POST GET PUT DELETE View Details β†’

PaymentDetail

4 endpoints

Banking and payment method configuration for automated deposits, distributions, and redemption processing with secure credential management.

POST GET PUT DELETE View Details β†’

πŸ’Έ Transaction Processing

High-performance financial transaction engine supporting the complete investment lifecycle. Features real-time balance calculations, automated settlement workflows, and sophisticated business rule validation.

BizTransaction

Mission-critical transaction processing system handling the complete investment lifecycle with real-time balance calculations, automated settlement workflows, and comprehensive audit trails.

Apply relative quantity adjustments for corrections, corporate actions, or administrative changes with comprehensive audit trail maintenance.

Convert deposit funds into investment units based on current pricing, allocation rules, and automated unit calculation with settlement processing.

Convert between investment classes or products with automated pricing calculations, compliance validation, and seamless account transitions.

Record cash deposits with fee calculations, automated processing workflows, and integration with external payment systems and bank reconciliation.

Execute investment redemptions by amount or unit quantity with automated valuation, fee application, and payment processing coordination.

Set precise unit quantities for reconciliation, migration, or correction scenarios with full validation and balance recalculation.

Transfer units between accounts with validation of transfer rules, automated compliance checking, and real-time balance adjustments.

πŸ“’ Events & Notifications

Transaction event notifications and corporate action processing. Handles notice workflows before actual transaction execution.

BizEvent

Event-based notifications for upcoming transactions and corporate actions. Enables notice periods, approval workflows, and regulatory compliance tracking across the investment lifecycle.

Issue conversion notices for investment class changes with impact analysis, stakeholder notifications, and compliance validation.

Create advance notice for upcoming deposit transactions with regulatory notice periods and stakeholder notification workflows.

Generate redemption notices for pending withdrawals with automated notice period calculations and approval gate management.

Retrieve business events with comprehensive filtering by status, type, entity, and date ranges for event tracking and compliance reporting.

Cancel pending business events with automated reversal of notices, stakeholder notifications, and audit trail maintenance.

πŸ“ˆ Investment & Pricing Management

Investment product and pricing management. Handles unit classes, share classes, and daily pricing with comprehensive price history.

Investment

Investment product management including unit classes, share classes, allocation rules, distribution settings, and comprehensive pricing management with historical tracking.

Create new investment products with unit classes, allocation rules, distribution configurations, and fee structures for comprehensive product setup.

Retrieve investment products with filtering by status, type, manager, and performance metrics for portfolio analysis and product discovery.

Modify investment product configurations, allocation rules, distribution settings, and operational parameters with versioning and audit trails.

Remove investment products from system (restricted if active holdings exist) with cascading cleanup of related configuration data.

Establish daily pricing for investment products with NAV calculations, performance tracking, and automated distribution to valuation systems.

Retrieve historical and current pricing data with date range filtering, performance analytics, and comprehensive valuation metrics.

Modify existing price records for corrections, adjustments, or backdated entries with comprehensive audit trail and impact analysis.

Remove erroneous price records with validation of dependent transactions and automated recalculation of affected valuations.

πŸ’° Distribution Management

Corporate action lifecycle from declaration through execution. Features distribution reinvestment plans (DRP), withholding tax calculations, and declaration-time account selection (preCalculatedAccounts, includeAccounts, excludeAccounts).

Distribution

Complete corporate action lifecycle from declaration through execution with distribution reinvestment plans (DRP), withholding tax automation, and account-specific processing.

Create distribution declarations with tax component breakdowns, payment dates, record dates, and comprehensive corporate action parameters.

Declare distributions with account selection (preCalculatedAccounts, includeAccounts, excludeAccounts), entitlement calculations, and automated processing setup.

Process distribution payments with withholding tax calculations, payment method routing, and comprehensive reconciliation tracking.

Execute Distribution Reinvestment Plan (DRP) allotments with automated unit allocation, pricing application, and account balance updates.

Retrieve distribution records with filtering by status, product, date ranges, and comprehensive account-level impact analysis and reporting.

Modify distribution parameters, tax components, payment scheduling, and DRP configurations with comprehensive validation and impact assessment.

Delete distribution declarations with payment dates, and comprehensive corporate action parameters.

Read-only access to account-level distribution details. Account management now occurs at declaration time via Declare endpoint.

πŸ“„ Document & Reporting

Document management system and report generation capabilities. Handles file uploads, statement generation, and comprehensive reporting for compliance and analytics.

Document Management

Comprehensive document lifecycle management including metadata, file operations, and automated statement generation for investor communications and regulatory reporting.

Create document metadata records with classification, versioning, access controls, and automated indexing for comprehensive document management.

Retrieve document metadata with advanced filtering by type, entity, date, status, and comprehensive search capabilities across document libraries.

Update existing document metadata records with classification, versioning, access controls, and automated indexing for comprehensive document management.

Delete existing document metadata records with classification, versioning, access controls, and automated indexing for comprehensive document management.

Automated generation of investor statements, transaction reports, and regulatory documents with template management and batch processing.

Secure file upload with format validation, encryption, and automated backup for investor documents and regulatory filings.

Secure file retrieval with access logging, watermarking, and audit trail maintenance for sensitive financial document distribution.

Secure file updates, with access logging, watermarking, and audit trail maintenance for sensitive financial document distribution.

Report Generation

Asynchronous report generation system with comprehensive status monitoring, flexible parameter configuration, and automated delivery capabilities for business intelligence and regulatory reporting.

Initiate asynchronous report generation with flexible parameters, scheduling options, and automated delivery to specified recipients or secure download locations.

Retrieve completed reports with filtering by type, status, generation date, and comprehensive metadata for report library management and distribution tracking.

Monitor report generation progress with detailed status information, completion estimates, error reporting, and automated notification capabilities.

Remove completed reports from the system with secure deletion, audit trail maintenance, and automated cleanup of associated temporary files.

πŸ”§ Utilities & System

System utilities including health monitoring and metadata lookup services. Essential for system integration and monitoring.

Common

Essential system utilities including metadata lookup services and health monitoring. These endpoints require no authentication and provide foundational system integration capabilities.

Retrieve system metadata including enum values, configuration options, validation rules, and reference data for dynamic form building and data validation.

No Auth Required

Monitor API system health with comprehensive status reporting, dependency checking, and performance metrics for integration monitoring and alerting.

No Auth Required

Key API Features

Essential capabilities that make the 7G API powerful and flexible for financial services integration.

πŸ†” Dual ID System

Native IDs for performance, External IDs for integration flexibility. Most endpoints support both identification methods.

πŸ” Advanced Filtering

Dot operators (.Equal, .GreaterThan, .Contains, .In) enable precise data retrieval with complex filter combinations.

πŸ“Š Pagination Support

Built-in pagination with pageSize (max 1000) and pageNumber parameters for efficient data handling.

πŸ”— Relationship Management

Complex entity relationships with referential integrity, cascade operations, and business rule validation.

πŸ“ˆ Real-time Calculations

Automatic balance updates, closing calculations, and audit trail maintenance for all transactions.

⚑ Performance Optimized

Efficient queries, bulk operations support, and date-based synchronization for large-scale integrations.