v5
latestOpenAPI 3.1.02026-07-262421791.5 MBprofile
Update a business profile
Update user profile information for a business profile.
{% admonition type="warning" %} If user profile has been verified then there are restrictions on what information is allowed to change. {% /admonition %}
Where permitted, use the update window functionality by opening the update window, submitting the updated information using this endpoint, and finally closing the update window.
See Business Category for the list of valid firstLevelCategory and secondLevelCategory values.
put/v2/profiles/{profileId}/business-profile
Path parameters
profileIdinteger required
Business profile ID.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Request body
Example request
{
"id": 14599371,
"businessName": "ABC Logistics Ltd",
"businessFreeFormDescription": "Biz free form desc",
"registrationNumber": "12144939",
"companyType": "LIMITED",
"address": {
"addressFirstLine": "1 A road",
"city": "London",
"countryIso2Code": "gb",
"countryIso3Code": "gbr",
"postCode": "11111"
},
"companyRole": "OWNER",
"externalCustomerId": "67890-biz-acct",
"firstLevelCategory": "CONSULTING_IT_BUSINESS_SERVICES",
"secondLevelCategory": "DESIGN",
"operationalAddresses": [
{
"addressFirstLine": "1 A road",
"city": "London",
"countryIso2Code": "gb",
"countryIso3Code": "gbr",
"postCode": "11111"
}
],
"webpage": "https://abc-logistics.com"
}Response
Updated business profile.