Businesses
Migrate the Business to a new SalesPartner
Migration is only possible from parent sales partner to child sales partner or between children sales partners.
post/businesses/{id}/migrate
Path parameters
idstring required
The uberall unique id for the business
Query parameters
targetSalesPartnerIdstring required
ID of the sales partner where the business should be migrated
targetWhiteLabelIdentifierstring
If the target sales partner has more then one whitelabel, please specify which one has to be chosen
Response
Successfully migrated Business
Example response
{
"response": {
"business": {
"type": "[SMB, ENTERPRISE]",
"addressLine2": "building, floor...",
"productPlan": {
"countryPrices": [
{
"marketDevelopmentFunds": 99
}
]
},
"countryPrices": [
{
"marketDevelopmentFunds": 99
}
]
}
}
}