post https://wassdev.idbanc.com/organization//shareholders
This endpoint creates a new shareholder for a specific organization.
Path Parameter
| Parameter | Type | Description |
|---|---|---|
| organizationId | string | The ID of the organization. |
Request Body
The request should include the following parameters:
| Parameter | Type | Description |
|---|---|---|
| firstName | string | First name of the shareholder. |
| lastName | string | Last name of the shareholder. |
| string | Email address of the shareholder. | |
| phoneNumber | string | Phone number of the shareholder. |
| dob | string | Date of birth of the shareholder (format: "dd-mm-yyyy"). |
| address | string | Residential address of the shareholder. |
| buildingNumber | string | Building number of the shareholder's address. |
| city | string | City of the shareholder's address. |
| state | string | State of the shareholder's address. |
| country | string | Country of the shareholder's address. |
| nationality | string | Nationality of the shareholder. |
| identity | object | Identity information of the shareholder. |
| - type | string | Type of identity document (e.g., "vnin"). |
| - idNumber | string | Identity document number. |
| - utilityBillUrl | string | URL to the utility bill document. |
| - idUrl | string | URL to the identity document. |
| nin | string | National Identification Number (NIN) of the shareholder. |
| bvn | string | Bank Verification Number (BVN) of the shareholder. |