Businesses
Update a Business
Edit information of the business with the given id. Current user needs UserRole ADMIN, ACCOUNT_MANAGER or BUSINESS_MANAGER.
patch/businesses/{id}
Path parameters
idstring required
The uberall unique id for the business
Request body
Example request
{
"type": "[SMB, ENTERPRISE]",
"addressLine2": "building, floor...",
"productPlan": {
"countryPrices": [
{
"marketDevelopmentFunds": 99
}
]
},
"countryPrices": [
{
"marketDevelopmentFunds": 99
}
]
}Response
Successfully edited Business