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