generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Sequences ‐ Get Contact Info
jcadam14 edited this page Mar 6, 2024
·
3 revisions
---
title: Get Contact Info
---
sequenceDiagram
frontend->>filing_api: GET /v1/filing/institutions/{lei}/filings/{period_name}/contact_info
filing_api->>submission_repo: get_contact_info(lei, period)
filing_api-->>frontend: return ContactInfoDTO
- Filing Period JSON
- Filing JSON
- SnapshotUpdate JSON
- Contact Info JSON
- Submission JSON
- Validation JSON
- Voluntary JSON
- Sequences ‐ Get Filing Periods
- Sequences ‐ Get Filing
- Sequences ‐ Create New Filing
- Sequences ‐ Update Filing
- Sequences ‐ Get Submission
- Sequences ‐ Post Submission
- Sequences ‐ Validate Submission
- Sequences ‐ Get Contact Info
- Sequences ‐ Update Contact Info
- Sequences ‐ Sign Filing
- Sequences ‐ Verify LEI is Active