put https://wassdev.idbanc.com/customer/
This endpoint upgrade the details of a specific customer.
Path Parameter
Parameter | Type | Description |
---|---|---|
customerId | string | The ID of the customer to update. |
Request Body
The request body should include the following parameters for upgrading the customer's details:
Parameter | Type | Description |
---|---|---|
tier | string | Updated customer tier level. |
dob | string | Updated date of birth of the customer (format: "dd-mm-yyyy"). |
placeOfBirth | string | Updated place of birth of the customer. |
address | object | Updated address information of the customer. |
country | string | Updated country of the customer's address. |
gender | string | Updated gender of the customer. |
photo | string | Updated URL to the customer's photo. |
identity | object | Updated identity information of the customer. |
- type | string | Updated type of identity document (e.g., "vnin"). |
- number | string | Updated identity document number. |
- country | string | Updated country issuing the identity document. |
- image | string | Updated URL to the identity document image. |
bvnNumber | string | Updated bank Verification Number of the customer. |
utilityBill | string | Updated URL to the customer's utility bill. |