Update Client Business Profile (for Business Account)

Update Client Business Information (sub-user)

Updating of sub users Business Information is required for Business Sub User account type. We require additional information to help better the services provided.

📘

PATCH METHOD

{{baseUrl}}api/v2/clients/business
{
    "email": "[email protected]",
  	"businessName" : "",
    "businessRegistrationNumber": "",
    "tradingName": "",
    "businessCategory": "",
    "website": "",
    "businessRegisteredDate": "",
    "businessRegisteredCountry": "",
    "businessAddress": "",
    "businessState": "",
    "businessCity": "",
    "businessZipcode": "",
    "businessCountry": "",
    "businessMobileCode": "",
    "businessMobile": "",
    "stakeholder1LastName": "",
    "stakeholder1FirstName": "",
    "stakeholder1Email": "",
    "stakeholder1Designation": "",
    "stakeholder1ShareVolume": "",
    "stakeholder1Address": "",
    "stakeholder1DOB": "",
    "stakeholder1Nationality": "",
    "stakeholder1MobileCode": "",
    "stakeholder1City": "",
    "stakeholder1State": "",
    "stakeholder1Zipcode": "",
    "stakeholder1TaxCountry": "",
    "stakeholder1TaxNumber": "",
    "stakeholder1PostStartDate": "",
    "stakeholder1PostEndDate": "",
    "stakeholder1AddtionalInfo": "",
    "stakeholder1IsPep": "",
    "otherBusinessLicenceNumberPresent": "",
    "otherBusinessLicenceNumber": "",
    "totalEmployees": "",
    "businessScale": "",
    "annualTurnover": "",
    "industrySector": "",
    "countryOfOperation": "",
    "reason": "",
    "paymentFlowDescription": "",
    "monthlyVolume": "",
    "additionalInfo": "",
    "businessActivityDescription": "",
    "businessApplicantPosition": "",
    "businessApplicantPositionStartDate": "",
    "businessApplicantPositionEndDate": "",
    "businessApplicantDocumentExtension": "",
    "businessApplicantDocument": "",
    "businessApplicantDocumentType": "",
    "businessApplicantDocumentNumber": "",
    "businessApplicantDocumentIssueCountry": "",
    "businessApplicantDocumentHolderName": "",
    "businessApplicantDocumentExpiryDate": "",
    "businessApplicantDocumentIssuedDate": "",
    "businessApplicantAdditionalInfo": "",
    "businessApplicantisPep": "",
    "businessApplicantbusinessExtractCoveredStakeholder": "",
    "businessProductDetails": "",
    "businessProductType": "",
    "businessProgram": ""
}
FieldRequiredData TypeDescription
emailtrueemailSub User Email Address
businessNametrueStringBusiness Name
businessRegistrationNumbertrueStringBusiness Registration Number
tradingNamefalseStringBrand Name
businessCategorytrueString
websitefalseurlBusiness/Brand website Link
businessRegisteredDatetrueDateBusiness Registered Date
businessRegisteredCountrytrueStringBusiness Registered Country. Country ISO Code i.e NG
businessAddresstrueStringBusiness Residential Address
businessStatetrueStringBusiness Residential State
businessCitytruestringBusiness Residential City
businessZipcodetruestringZip Code
businessMobileCodetruestringBusiness Mobile code
businessMobiletruestringTelephone Number
businessCountrytruestringSub users country ISO code i.e US, CA.

👍

Response

{
    "status": true,
    "content": {
        "data": [
            {
                "username": "H7X-1661093084",
                "email": "[email protected]",
                "level": 0,
                "emailVerify": 1,
                "id": 25,
                "pix": null,
                "firstName": "Tyler",
                "lastName": "James",
                "dob": "09-08-2022",
                "sex": "Male",
                "address": "Somehwere in Lagos",
                "state": "Lagos",
                "stateCode": null,
                "city": "Lekki",
                "zipcode": 23402,
                "country": "Nigeria",
                "countryCode": "NG",
                "mobileCode": "+234",
                "mobile": "8080808080",
                "userType": 1,
                "companyName": "",
                "created_at": "2022-08-21T14:44:44.000000Z",
                "updated_at": "2022-09-15T19:33:33.000000Z",
          
            }
        ]
    }
}