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
Changes
Changed in 1 of the 14 revisions of this API.11
- ●
added the new
REVIEW_TRANSLATIONenum value to theresponse/business/productPlan/features/items/response property for the response status200response-property-enum-value-added
- ○
added the new
REVIEW_TRANSLATIONenum value to the request propertyproductPlan/features/items/request-property-enum-value-added
- ●
Of the 14 revisions, 2 have no diff computed.