Investor Registration API(V.2)

Api Overview

The New Investor Registration API allows financial institutions and brokers to securely register new investors for the Bangladesh share market. The API provides endpoints to submit personal information, KYC documents, and verify investor details in real-time.

This API is designed for automation, security, and compliance with Bangladesh Securities and Exchange Commission (BSEC) standards. It supports JWT-based authentication to ensure secure access for authorized clients.

Login

The API allows authorized users (API clients) to authenticate with your system and obtain a JWT token, which is required to access all other secured endpoints of the New Investor Registration API.

Request Parameters

Param Name Data Type Description
Integration Required Parameters
username string (50) Mandatory - API credentials required to authenticate and get a JWT token.
password string (50) Mandatory - API credentials required to authenticate and get a JWT token.

Login and Get Token

Method: POST

Header: Content-Type: application/json

http://{{BASE USRL}}/api/Auth/login
Example Body
{
    "username": "admin",
    "password": "1234"
}
Example Response
{
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9......."
}

Investor Registration

A BO Account is a digital account that allows an investor to hold and trade securities electronically on the Bangladesh Stock Exchange (BSE) or Chittagong Stock Exchange (CSE). Each investor must have a BO account to participate in buying, selling, or subscribing to shares.

Request Parameters

Param Name Data Type Description
Applicant Parameters
Acctype string (50) Mandatory - Account Opening Type (Single,Joint,Company,Link)
Title string (10) Mandatory - Applicant Name Title (Mr.,Ms.)
LinkBo string (50) Optional - Pass Link Bo For (Link) Type Account
InvestorFirstName string (200) Mandatory - Applicant Investor First Name
InvestorLastName string (200) Mandatory - Applicant Investor Last Name
FatherName string (200) Mandatory - Applicant Investor Father Name
SpouseName string (200) Optional - Applicant Investor Spouse Name
MotherName string (200) Mandatory - Applicant Investor Mother Name
Occupation string (100) Mandatory - Applicant Investor Occupation
Gender string (100) Mandatory - Applicant Investor Gender (Male,Female)
MaritalStatus string (100) Mandatory - Applicant Investor Marital Status (Single,Married)
Nationality string (100) Mandatory - Applicant Investor Current / By Birth Country Name
NidNo string (50) Mandatory - Applicant Investor NidNo No Or his/her Country Wise Identity No
NidIssueDate string (50) Mandatory - Applicant Investor NidNo Card Issue Date.Date Format (yyyy-mm-dd)
PassportNo string (50) Optional - Applicant's Passport Number, if available.
PassportIssuePlace string (100) Optional - Place where the applicant's passport was issued.
PassportIssueDate string (50) Optional - Date when the passport was issued. Date Format: yyyy-mm-dd
PassportExpireDate string (50) Optional - Passport expiration date. Date Format: yyyy-mm-dd
Division string (50) Mandatory - Division of the applicant's address
City string (50) Mandatory - City of the applicant's address
Zipcode string (20) Mandatory - Postal code of the applicant's address
ContactAddressSource string (20) Mandatory - Source of contact address (NID,Passport,Utility)
ContactAddress string (250) Mandatory - Full contact address of the applicant
PresentAddressSource string (20) Optional - Source of present address if different from contact address (NID,Passport,Utility)
PresentAddress string (250) Optional - Full present address of the applicant
PermanentAddressSource string (250) Optional - Source of permanent address if different from contact address (NID,Passport,Utility)
PermanentAddress string (250) Optional - Full permanent address of the applicant
TinNo string (50) Optional - Tax Identification Number of the applicant (if available)
SMSMobile string (20) Mandatory - Primary mobile number of the applicant for SMS notifications
Mobile string (20) Optional - Secondary mobile number of the applicant
SystemEmail string (100) Mandatory - Primary email address for system notifications
Email string (100) Optional - Secondary email address of the applicant
Photo file Mandatory - Passport-size photo of the applicant (image file)
Signature file Mandatory - Applicant’s signature image
ChequeBook file Mandatory - Scanned copy of the applicant’s cheque book
NidPhoto file Mandatory - Scanned copy of the applicant’s NID or national identity card
Joint Applicant Parameters
JoinTitle string (50) Mandatory - Title of the joint account holder (Mr., Mrs., Ms.)
JointHolderName string (100) Mandatory - Full name of the joint account holder
FatherName string (100) Mandatory - Father or husband name of the joint applicant
MotherName string (100) Mandatory - Mother’s name of the joint applicant
DateOfBirth string (50) Mandatory - Date of birth of the joint applicant. Format: yyyy-mm-dd
Occupation string (100) Optional - Occupation of the joint applicant
NidNo string (50) Optional - NID number of the joint applicant
Nationality string (50) Mandatory - Nationality of the joint applicant
Gender string (20) Mandatory - Gender of the joint applicant Male,Female
Mobile string (20) Optional - Mobile number of the joint applicant
Email string (100) Optional - Email address of the joint applicant
PresentAddress string (250) Optional - Present address of the joint applicant
PermanentAddress string (250) Optional - Permanent address of the joint applicant
Photo file Mendatory - Passport-size photo of the joint applicant
Signature file Mendatory - Signature image of the joint applicant
Company Parameters
RegistrationNo string (100) Mandatory - Number of the company registration number
RegistrationDate string (50) Mandatory - Company registration date. Format: yyyy-mm-dd
AuthorizedPerson string (100) Mandatory - Name of the person authorized to act on behalf of the company
AuthorizedPersonAddress string (250) Mandatory - Address of the authorized person
BankInfo Parameters
BankName string (100) Mandatory - Name of the bank where the BO account will be linked
BranchName string (100) Mandatory - Branch of the bank
AccountNumber string (50) Mandatory - Bank account number linked to the BO account
RoutingNo string (50) Mandatory - Routing or IFSC number of the bank branch
Nominee Info Parameters
NomineeName string (100) Mandatory - Full name of the nominee
Relationship string (50) Mandatory - Relationship with the investor
DateOfBirth string (50) Mandatory - Date of birth of nominee. Format (yyyy-mm-dd)
NidNo string (50) Mandatory - National ID number of nominee
Division string (50) Mandatory - Division of residence
City string (50) Mandatory - City of residence
Zipcode string (20) Optional - Postal code
Percentage decimal Mandatory - Nominee share percentage(1-100)
ContactAddress string (250) Optional - Nominee contact address
Country string (50) Optional - Nominee country
Mobile string (20) Mandatory - Nominee mobile number
Email string (100) Optional - Nominee email address
BankName string (100) Optional - Nominee bank name
BranchName string (100) Optional - Bank branch
AccountNumber string (50) Optional - Bank account number
RoutingNo string (50) Optional - Routing/IFSC number
Photo file Mendatory - Nominee photo
Signature file Mendatory - Nominee signature
NidPhoto file Mendatory - Nominee NID photo
GuardianName string (200) Optional - Guardian Name if nominee is minor
GuardianNID string (200) Optional - Guardian NID if nominee is minor
GuardianShortName string (200) Optional - Guardian Short Name if nominee is minor
GuardianRelation string (200) Optional - Guardian Relation Wife,Father,Mother etc
MinorDateOfBirth string (50) Optional -
MinorMaturityDate string (50) Optional -
GuardianDivision string (50) Optional - All division name string format
GuardianCity string (50) Optional - All city/district name string format
GuardianPostCode string (50) Optional - Guardian present post code
GuardianCountry string (50) Optional - Guardian present country name
GuardianTelephone string (50) Optional - Guardian Telephone no
GuardianMobile string (50) Optional - Guardian Mobile no
GuardianFax string (50) Optional - Guardian fax no
GuardianEmail string (50) Optional - Guardian email address
GuardianNationality string (50) Optional - Guardian Nationality by birth
GuardianPassportNo string (50) Optional - Guardian Passport No
GuardianPassportIssuePlace string (50) Optional - Guardian Passport Issue Place
GuardianPassportIssueDate string (50) Optional - Guardian Passport Issue Date
GuardianPassportExpiryDate string (50) Optional - Guardian Passport Expire Date
GuardianDateOfBirth string (50) Optional - Guardian Date Of Birth
GuardianResidency string (50) Optional - Guardian Residency Name
GuardianPhoto file Optional - Guardian photo if nominee is minor
GuardianSignature file Optional - Guardian signature if nominee is minor
Power Of Attorney Parameters
PoaName string (100) Optional - Name of the Power of Attorney holder
Relationship string (50) Optional - Relationship with the investor
DateOfBirth string (50) Optional - Date of birth. Format (yyyy-mm-dd)
NidNo string (50) Optional - National ID number
ContactAddress string (250) Optional - Contact address of Power of Attorney holder
Mobile string (20) Optional - Mobile number
Email string (100) Optional - Email address
EffectiveDateFrom string (50) Optional - Effective start date. Format (yyyy-mm-dd)
EffectiveDateTo string (50) Optional - Effective end date. Format (yyyy-mm-dd)
Photo file Optional - Power of Attorney holder photo
Signature file Optional - Signature of Power of Attorney holder

Method: POST

Header: Content-Type: multipart/form-data

Header: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9......

http://{{BASE USRL}}/api/InvestortRegister/SaveNewInvestor

Body: Content-Type: form-data

Example Body
Key                                             | Value
------------------------------------------------|------------------------------------
FirstApplicant.Acctype                          | Company
FirstApplicant.LinkBo                           | xxxxxxx
FirstApplicant.Title                            | Mr.
FirstApplicant.InvestorFirstName                | John
FirstApplicant.InvestorLastName                 | Doe
FirstApplicant.FatherName                       | Richard Doe
FirstApplicant.SpouseName                       | Tutuoi
FirstApplicant.MotherName                       | Jane Doe
FirstApplicant.DateOfBirth                      | 1985-05-10
FirstApplicant.Occupation                       | Engineer
FirstApplicant.Gender                           | Male
FirstApplicant.MaritalStatus                    | Single
FirstApplicant.Nationality                      | Bangladeshi
FirstApplicant.NidNo                            | 1234567890
FirstApplicant.NidIssueDate                     | 2005-01-01
FirstApplicant.Division                         | Dhaka
FirstApplicant.City                             | Dhaka
FirstApplicant.Zipcode                          | 1207
FirstApplicant.ContactAddressSource             | Present
FirstApplicant.ContactAddress                   | 123 Street, Dhaka
FirstApplicant.SMSMobile                        | 017XXXXXXXX
FirstApplicant.SystemEmail                      | jstutul@gmail.com
FirstApplicant.Photo                            | [File: /path/to/file]
FirstApplicant.Signature                        | [File: /path/to/file]
FirstApplicant.ChequeBook                       | [File: /C:/Users/ucas/Desktop/12.jpeg]
FirstApplicant.NidPhoto                         | [File: /C:/Users/ucas/Desktop/1.jpeg]

JointApplicant.JoinTitle                        | Ms.
JointApplicant.JointHolderName                  | Jane Doe
JointApplicant.FatherName                       | Richard Doe
JointApplicant.MotherName                       | Mary Doe
JointApplicant.DateOfBirth                      | 1988-06-15
JointApplicant.Occupation                       | Teacher
JointApplicant.NidNo                            | 0987654321
JointApplicant.Nationality                      | Bangladeshi
JointApplicant.Gender                           | Female
JointApplicant.Mobile                           | 018XXXXXXXX
JointApplicant.Email                            | jane.doe@gmail.com
JointApplicant.PresentAddress                   | 456 Street, Dhaka
JointApplicant.PermanentAddress                 | 456 Street, Dhaka
JointApplicant.Photo                            | [File: /C:/Users/ucas/Desktop/1.jpeg]
JointApplicant.Signature                        | [File: /C:/Users/ucas/Desktop/12.jpeg]

CompanyInformation.CompanyPerson                | ABC Ltd
CompanyInformation.RegistrationDate             | 2025-08-28
CompanyInformation.AuthorizedPerson             | John Doe
CompanyInformation.AuthorizedPersonAddress      | 123 Street, Dhaka

BankInfo.BankName                               | ABC Bank
BankInfo.BranchName                             | Dhaka
BankInfo.AccountNumber                          | 123456
BankInfo.RoutingNo                              | 12131123

Nominees[0].NomineeName                         | Nominee 1
Nominees[0].Relationship                        | Sister
Nominees[0].DateOfBirth                         | 1995-01-01
Nominees[0].NidNo                               | 12121
Nominees[0].Division                            | Dhaka
Nominees[0].City                                | Dhaka
Nominees[0].Zipcode                             | 
Nominees[0].Percentage                          | 100
Nominees[0].Mobile                              | 019XXXXXXXX
Nominees[0].GuardianName                        | 019XXXXXXXX
Nominees[0].GuardianNID                         | 1221524
Nominees[0].GuardianShortName                   | Sh
Nominees[0].GuardianRelation                    | Brother
Nominees[0].MinorDateOfBirth                    | 1995-01-01
Nominees[0].MinorMaturityDate                   | 1995-01-01
Nominees[0].GuardianDivision                    | Dhaka
Nominees[0].GuardianCity                        | Mirpur
Nominees[0].GuardianPostCode                    | 12345
Nominees[0].GuardianCountry                     | Bangladesh
Nominees[0].GuardianTelephone                   | 019XXXXXXXX
Nominees[0].GuardianMobile                      | 019XXXXXXXX
Nominees[0].GuardianFax                         | 019XXXXXXXX
Nominees[0].GuardianEmail                       | abc@gmail.com
Nominees[0].GuardianNationality                 | Bangladeshi
Nominees[0].GuardianPassportNo                  | A423442
Nominees[0].GuardianPassportIssuePlace          | Dhaka
Nominees[0].GuardianPassportIssueDate           | 1995-01-01
Nominees[0].GuardianPassportExpiryDate          | 1995-01-01
Nominees[0].GuardianDateOfBirth                 | 1995-01-01
Nominees[0].GuardianResidency                   | 1995-01-01
Nominees[0].Photo                               | [File: /C:/Users/ucas/Desktop/1.jpeg]
Nominees[0].Signature                           | [File: /C:/Users/ucas/Desktop/12.jpeg]
Nominees[0].NidPhoto                            | [File: /C:/Users/ucas/Desktop/12.jpeg]
Nominees[0].GuardianPhoto                       | [File: /C:/Users/ucas/Desktop/12.jpeg]
Nominees[0].GuardianSignature                   | [File: /C:/Users/ucas/Desktop/1.jpeg]

PowerOfAttorney.PoaName                          | Mike Smith
PowerOfAttorney.Relationship                     | Brother
PowerOfAttorney.NidNo                            | 987654321
PowerOfAttorney.Photo                            | [File: /C:/Users/ucas/Desktop/1.jpeg]
PowerOfAttorney.Signature                        | [File: /C:/Users/ucas/Desktop/1.jpeg]

Example Response
{
    "message": "Investor saved successfully"
}

Register Bo Investor List

Method: GET

Header: Content-Type: application/json

http://{{BASE USRL}}/api/InvestortRegister/GetInvestorsList
Example Response
{
    "status": "success",
    "data": [
        {
            "Id": 1,
            "Acctype": "Company",
            "Title": " Mr.",
            "InvestorFirstName": " John",
            "InvestorLastName": " Doe",
            "FatherName": " Richard Doe",
            "SpouseName": " Tutuoi",
            "MotherName": " Jane Doe",
            "DateOfBirth": "10/05/1985",
            "Occupation": " Engineer",
            "Gender": " Male",
            "MaritalStatus": " Single",
            "Nationality": " Bangladeshi",
            "NidNo": " 1234567890",
            "NidIssueDate": "01/01/2005",
            "PassportNo": "",
            "PassportIssuePlace": "",
            "PassportIssueDate": "",
            "PassportExpireDate": null,
            "Division": " Dhaka",
            "City": " Dhaka",
            "Zipcode": " 1207",
            "ContactAddressSource": " Present",
            "ContactAddress": " 123 Street, Dhaka",
            "PresentAddressSource": "",
            "PresentAddress": "",
            "PermanentAddressSource": "",
            "PermanentAddress": "",
            "TinNo": "",
            "SMSMobile": " 017XXXXXXXX",
            "Mobile": "",
            "SystemEmail": " jstutul@gmail.com",
            "Email": "",
            "PhotoPath": "https://{{BASE USRL}}/ApplicantPhotos/3a7326f6-2039-4dc0-9707-82e60afa73a6.jpeg",
            "SignaturePath": "https://{{BASE USRL}}/ApplicantSignatures/1c042ad4-0ff6-4750-8831-c7994ce8645c.jpeg",
            "ChequeBookPath": "https://{{BASE USRL}}/ApplicantChequebooks/e51f1ecd-a011-48a8-9e50-453f02022483.jpeg",
            "NidPhotoPath": "https://{{BASE USRL}}/ApplicantNidphotos/1a3634af-4e41-49b8-b1c2-4fccb3fb67d5.jpeg",
            "JointApplicant": null,
            "CompanyInformation": {
                "Id": 17,
                "MasterId": 1,
                "CompanyPerson": "ABC Ltd",
                "RegistrationDate": "28/08/2025",
                "AuthorizedPerson": "John Doe",
                "AuthorizedPersonAddress": "123 Street, Dhaka"
            },
            "BankInfo": {
                "Id": 16,
                "MasterId": 1,
                "BankName": " ABC Bank",
                "BranchName": " Dhaka",
                "AccountNumber": " 123456",
                "RoutingNo": null
            },
            "Nominee": [
                {
                    "Id": 12,
                    "MasterId": 1,
                    "NomineeName": " Nominee 1",
                    "Relationship": " Sister",
                    "DateOfBirth": "01/01/1995",
                    "NidNo": " 12121",
                    "Division": " Dhaka",
                    "City": " Dhaka",
                    "ZipCode": "",
                    "Percentage": 100.00,
                    "ContactAddress": "",
                    "Country": "",
                    "Mobile": " 019XXXXXXXX",
                    "Email": "",
                    "BankName": "",
                    "BranchName": null,
                    "AccountNumber": "",
                    "RoutingNo": "",
                    "PhotoPath": "https://{{BASE USRL}}/NomineePhotos/6e460487-c61b-45b0-af92-36ee9cd725e5.jpeg",
                    "SignaturePath": "https://{{BASE USRL}}/NomineeSignatures/b9118df2-89ef-403c-973c-a86d591351ce.jpeg",
                    "NidPhotoPath": "https://{{BASE USRL}}/NomineeSignatures/1bc1be43-47f4-42f5-bda0-47518ceeb307.jpeg",
                    "GuardianPhotoPath": "",
                    "GuardianSignaturePath": "https://{{BASE USRL}}/NomineeGuardianSignature/4c002ae7-760a-4327-8cd2-8b9bca655ecf.jpeg"
                }
            ],
            "PowerOfAttorney": {
                "Id": 6,
                "MasterId": 1,
                "PoaName": " Mike Smith",
                "Relationship": " Brother",
                "DateOfBirth": "",
                "NidNo": " 987654321",
                "ContactAddress": "",
                "Mobile": "",
                "Email": "",
                "EffectiveDateFrom": "",
                "EffectiveDateTo": "",
                "PhotoPath": "https://{{BASE USRL}}/POAPhotos/cdeb2415-8536-4581-970d-4988fe55ea86.jpeg",
                "SignaturePath": "https://{{BASE USRL}}/POASignatures/1988eb98-e103-43ad-be06-2822c004b0e4.jpeg"
            }
        },
        {
            "Id": 2,
            "Acctype": "Company",
            "Title": " Mr.",
            "InvestorFirstName": "Siraju",
            "InvestorLastName": " Doe",
            "FatherName": " Richard Doe",
            "SpouseName": " Tutuoi",
            "MotherName": " Jane Doe",
            "DateOfBirth": "10/05/1985",
            "Occupation": " Engineer",
            "Gender": " Male",
            "MaritalStatus": " Single",
            "Nationality": " Bangladeshi",
            "NidNo": " 1234567890",
            "NidIssueDate": "01/01/2005",
            "PassportNo": "",
            "PassportIssuePlace": "",
            "PassportIssueDate": "",
            "PassportExpireDate": null,
            "Division": " Dhaka",
            "City": " Dhaka",
            "Zipcode": " 1207",
            "ContactAddressSource": " Present",
            "ContactAddress": " 123 Street, Dhaka",
            "PresentAddressSource": "",
            "PresentAddress": "",
            "PermanentAddressSource": "",
            "PermanentAddress": "",
            "TinNo": "",
            "SMSMobile": " 017XXXXXXXX",
            "Mobile": "",
            "SystemEmail": " jstutul@gmail.com",
            "Email": "",
            "PhotoPath": "https://{{BASE USRL}}/ApplicantPhotos/f15ddf79-ec13-464e-9d83-0a1a12fc0797.jpeg",
            "SignaturePath": "https://{{BASE USRL}}/ApplicantSignatures/462489d6-593b-4ad5-b3e1-efa963470756.jpeg",
            "ChequeBookPath": "https://{{BASE USRL}}/ApplicantChequebooks/b4e5db5c-2e21-4fe8-bd12-a563702f914c.jpeg",
            "NidPhotoPath": "https://{{BASE USRL}}/ApplicantNidphotos/3d12ba21-3f65-4b80-9bca-a183ffc89dd3.jpeg",
            "JointApplicant": null,
            "CompanyInformation": {
                "Id": 18,
                "MasterId": 2,
                "CompanyPerson": "ABC Ltd",
                "RegistrationDate": "28/08/2025",
                "AuthorizedPerson": "John Doe",
                "AuthorizedPersonAddress": "123 Street, Dhaka"
            },
            "BankInfo": {
                "Id": 17,
                "MasterId": 2,
                "BankName": " ABC Bank",
                "BranchName": " Dhaka",
                "AccountNumber": " 123456",
                "RoutingNo": null
            },
            "Nominee": [
                {
                    "Id": 13,
                    "MasterId": 2,
                    "NomineeName": " Nominee 1",
                    "Relationship": " Sister",
                    "DateOfBirth": "01/01/1995",
                    "NidNo": " 12121",
                    "Division": " Dhaka",
                    "City": " Dhaka",
                    "ZipCode": "",
                    "Percentage": 100.00,
                    "ContactAddress": "",
                    "Country": "",
                    "Mobile": " 019XXXXXXXX",
                    "Email": "",
                    "BankName": "",
                    "BranchName": null,
                    "AccountNumber": "",
                    "RoutingNo": "",
                    "PhotoPath": "https://{{BASE USRL}}/NomineePhotos/4aa58b5c-4515-4b85-9028-1c58899baddf.jpeg",
                    "SignaturePath": "https://{{BASE USRL}}/NomineeSignatures/dbd794a0-2a87-4eaf-affc-0f7a087bb654.jpeg",
                    "NidPhotoPath": "https://{{BASE USRL}}/NomineeSignatures/034ff99f-3fed-48ac-bcaf-86a9ac1596f1.jpeg",
                    "GuardianPhotoPath": "",
                    "GuardianSignaturePath": "https://{{BASE USRL}}/NomineeGuardianSignature/36cb629a-54d6-41b8-b431-9608af6793c2.jpeg"
                }
            ],
            "PowerOfAttorney": {
                "Id": 7,
                "MasterId": 2,
                "PoaName": " Mike Smith",
                "Relationship": " Brother",
                "DateOfBirth": "",
                "NidNo": " 987654321",
                "ContactAddress": "",
                "Mobile": "",
                "Email": "",
                "EffectiveDateFrom": "",
                "EffectiveDateTo": "",
                "PhotoPath": "https://{{BASE USRL}}/POAPhotos/a7f18b77-bce2-4227-8220-f0c411391105.jpeg",
                "SignaturePath": "https://{{BASE USRL}}/POASignatures/808780cc-e2d8-4457-ab2c-caddd4f31770.jpeg"
            }
        },
        {
            "Id": 3,
            "Acctype": "Joint",
            "Title": " Mr.",
            "InvestorFirstName": "Siraju",
            "InvestorLastName": " Doe",
            "FatherName": " Richard Doe",
            "SpouseName": " Tutuoi",
            "MotherName": " Jane Doe",
            "DateOfBirth": "10/05/1985",
            "Occupation": " Engineer",
            "Gender": " Male",
            "MaritalStatus": " Single",
            "Nationality": " Bangladeshi",
            "NidNo": " 1234567890",
            "NidIssueDate": "01/01/2005",
            "PassportNo": "",
            "PassportIssuePlace": "",
            "PassportIssueDate": "",
            "PassportExpireDate": null,
            "Division": " Dhaka",
            "City": " Dhaka",
            "Zipcode": " 1207",
            "ContactAddressSource": " Present",
            "ContactAddress": " 123 Street, Dhaka",
            "PresentAddressSource": "",
            "PresentAddress": "",
            "PermanentAddressSource": "",
            "PermanentAddress": "",
            "TinNo": "",
            "SMSMobile": " 017XXXXXXXX",
            "Mobile": "",
            "SystemEmail": " jstutul@gmail.com",
            "Email": "",
            "PhotoPath": "https://{{BASE USRL}}/ApplicantPhotos/1590c9cd-1038-4585-88c8-738b9571513a.jpeg",
            "SignaturePath": "https://{{BASE USRL}}/ApplicantSignatures/25edb46d-7fe7-44d3-bc12-d8f535821dfd.jpeg",
            "ChequeBookPath": "https://{{BASE USRL}}/ApplicantChequebooks/68900920-5de2-4464-8613-b20715d2b79b.jpeg",
            "NidPhotoPath": "https://{{BASE USRL}}/ApplicantNidphotos/08368894-31d4-4ce3-8c57-9b862d800a88.jpeg",
            "JointApplicant": {
                "Id": 3,
                "MasterId": 3,
                "JoinTitle": " Ms.",
                "JointHolderName": " Jane Doe",
                "FatherName": " Richard Doe",
                "MotherName": " Mary Doe",
                "DateOfBirth": "15/06/1988",
                "Occupation": " Teacher",
                "NidNo": " 0987654321",
                "Nationality": " Bangladeshi",
                "Gender": " Female",
                "Mobile": " 018XXXXXXXX",
                "Email": " jane.doe@gmail.com",
                "PresentAddress": " 456 Street, Dhaka",
                "PermanentAddress": " 456 Street, Dhaka",
                "PhotoPath": "https://{{BASE USRL}}/JointPhotos/14f6367c-b25e-4eed-893b-95ee71ef6343.jpeg",
                "SignaturePath": "https://{{BASE USRL}}/JointSignatures/2198b09c-92b1-491b-b848-d69178df58fa.jpeg"
            },
            "CompanyInformation": null,
            "BankInfo": {
                "Id": 18,
                "MasterId": 3,
                "BankName": " ABC Bank",
                "BranchName": " Dhaka",
                "AccountNumber": " 123456",
                "RoutingNo": null
            },
            "Nominee": [
                {
                    "Id": 14,
                    "MasterId": 3,
                    "NomineeName": " Nominee 1",
                    "Relationship": " Sister",
                    "DateOfBirth": "01/01/1995",
                    "NidNo": " 12121",
                    "Division": " Dhaka",
                    "City": " Dhaka",
                    "ZipCode": "",
                    "Percentage": 100.00,
                    "ContactAddress": "",
                    "Country": "",
                    "Mobile": " 019XXXXXXXX",
                    "Email": "",
                    "BankName": "",
                    "BranchName": null,
                    "AccountNumber": "",
                    "RoutingNo": "",
                    "PhotoPath": "https://{{BASE USRL}}/NomineePhotos/2ab02bc2-e7d0-4d69-ac2d-0bdc76df2ed9.jpeg",
                    "SignaturePath": "https://{{BASE USRL}}/NomineeSignatures/9c59ee4a-ba96-41e2-b916-3722f1df7ec9.jpeg",
                    "NidPhotoPath": "https://{{BASE USRL}}/NomineeSignatures/38ac8686-9990-4927-a9c7-992eccd48a7d.jpeg",
                    "GuardianPhotoPath": "",
                    "GuardianSignaturePath": "https://{{BASE USRL}}/NomineeGuardianSignature/7a00151f-9c8f-4ae1-a569-2f8e57e3019f.jpeg"
                }
            ],
            "PowerOfAttorney": {
                "Id": 8,
                "MasterId": 3,
                "PoaName": " Mike Smith",
                "Relationship": " Brother",
                "DateOfBirth": "",
                "NidNo": " 987654321",
                "ContactAddress": "",
                "Mobile": "",
                "Email": "",
                "EffectiveDateFrom": "",
                "EffectiveDateTo": "",
                "PhotoPath": "https://{{BASE USRL}}/POAPhotos/657d7f99-489f-4a1b-9483-f29771f93708.jpeg",
                "SignaturePath": "https://{{BASE USRL}}/POASignatures/980f0c3b-a6df-4caf-b0f1-77e4e1e9ae19.jpeg"
            }
        }
    ]
}

Register Bo Single Investor

Method: GET

Header: Content-Type: application/json

http://{{BASE USRL}}/api/InvestortRegister/GetInvestorsList?Id=1
Example Response
{
    "status": "success",
    "data": [
        {
            "Id": 1,
            "Acctype": "Company",
            "Title": " Mr.",
            "InvestorFirstName": " John",
            "InvestorLastName": " Doe",
            "FatherName": " Richard Doe",
            "SpouseName": " Tutuoi",
            "MotherName": " Jane Doe",
            "DateOfBirth": "10/05/1985",
            "Occupation": " Engineer",
            "Gender": " Male",
            "MaritalStatus": " Single",
            "Nationality": " Bangladeshi",
            "NidNo": " 1234567890",
            "NidIssueDate": "01/01/2005",
            "PassportNo": "",
            "PassportIssuePlace": "",
            "PassportIssueDate": "",
            "PassportExpireDate": null,
            "Division": " Dhaka",
            "City": " Dhaka",
            "Zipcode": " 1207",
            "ContactAddressSource": " Present",
            "ContactAddress": " 123 Street, Dhaka",
            "PresentAddressSource": "",
            "PresentAddress": "",
            "PermanentAddressSource": "",
            "PermanentAddress": "",
            "TinNo": "",
            "SMSMobile": " 017XXXXXXXX",
            "Mobile": "",
            "SystemEmail": " jstutul@gmail.com",
            "Email": "",
            "PhotoPath": "https://{{BASE USRL}}/ApplicantPhotos/3a7326f6-2039-4dc0-9707-82e60afa73a6.jpeg",
            "SignaturePath": "https://{{BASE USRL}}/ApplicantSignatures/1c042ad4-0ff6-4750-8831-c7994ce8645c.jpeg",
            "ChequeBookPath": "https://{{BASE USRL}}/ApplicantChequebooks/e51f1ecd-a011-48a8-9e50-453f02022483.jpeg",
            "NidPhotoPath": "https://{{BASE USRL}}/ApplicantNidphotos/1a3634af-4e41-49b8-b1c2-4fccb3fb67d5.jpeg",
            "JointApplicant": null,
            "CompanyInformation": {
                "Id": 17,
                "MasterId": 1,
                "CompanyPerson": "ABC Ltd",
                "RegistrationDate": "28/08/2025",
                "AuthorizedPerson": "John Doe",
                "AuthorizedPersonAddress": "123 Street, Dhaka"
            },
            "BankInfo": {
                "Id": 16,
                "MasterId": 1,
                "BankName": " ABC Bank",
                "BranchName": " Dhaka",
                "AccountNumber": " 123456",
                "RoutingNo": null
            },
            "Nominee": [
                {
                    "Id": 12,
                    "MasterId": 1,
                    "NomineeName": " Nominee 1",
                    "Relationship": " Sister",
                    "DateOfBirth": "01/01/1995",
                    "NidNo": " 12121",
                    "Division": " Dhaka",
                    "City": " Dhaka",
                    "ZipCode": "",
                    "Percentage": 100.00,
                    "ContactAddress": "",
                    "Country": "",
                    "Mobile": " 019XXXXXXXX",
                    "Email": "",
                    "BankName": "",
                    "BranchName": null,
                    "AccountNumber": "",
                    "RoutingNo": "",
                    "PhotoPath": "https://{{BASE USRL}}/NomineePhotos/6e460487-c61b-45b0-af92-36ee9cd725e5.jpeg",
                    "SignaturePath": "https://{{BASE USRL}}/NomineeSignatures/b9118df2-89ef-403c-973c-a86d591351ce.jpeg",
                    "NidPhotoPath": "https://{{BASE USRL}}/NomineeSignatures/1bc1be43-47f4-42f5-bda0-47518ceeb307.jpeg",
                    "GuardianPhotoPath": "",
                    "GuardianSignaturePath": "https://{{BASE USRL}}/NomineeGuardianSignature/4c002ae7-760a-4327-8cd2-8b9bca655ecf.jpeg"
                }
            ],
            "PowerOfAttorney": {
                "Id": 6,
                "MasterId": 1,
                "PoaName": " Mike Smith",
                "Relationship": " Brother",
                "DateOfBirth": "",
                "NidNo": " 987654321",
                "ContactAddress": "",
                "Mobile": "",
                "Email": "",
                "EffectiveDateFrom": "",
                "EffectiveDateTo": "",
                "PhotoPath": "https://{{BASE USRL}}/POAPhotos/cdeb2415-8536-4581-970d-4988fe55ea86.jpeg",
                "SignaturePath": "https://{{BASE USRL}}/POASignatures/1988eb98-e103-43ad-be06-2822c004b0e4.jpeg"
            }
        }
    ]
}

Delete Register Bo Investor

Method: DELETE

Header: Content-Type: application/json

http://{{BASE USRL}}/api/InvestortRegister/DeleteInvestor?id=1
Example Response
{
    "message": "Investor application deletd successfully"
}