Businesses
Create a Business
Create a Business belonging to the SalesPartner of the current User. User needs UserRole ADMIN or ACCOUNT_MANAGER.
post/businesses
Request body
Example request
{
"name": "Minimalistic business",
"streetAndNo": "Piac utca 22.",
"zip": "4025",
"city": "Debrecen",
"country": "HU",
"contractDuration": 12,
"productPlan": 2404
}Response
Business successfully created
Example response
{
"response": {
"business": {
"type": "[SMB, ENTERPRISE]",
"addressLine2": "building, floor...",
"productPlan": {
"countryPrices": [
{
"marketDevelopmentFunds": 99
}
]
},
"countryPrices": [
{
"marketDevelopmentFunds": 99
}
]
}
}
}