v1

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
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

status'SUCCESS' | 'PENDING' | 'QUOTA_LIMIT_EXCEED' | 'NOT_AUTHORIZED' | 'FORBIDDEN' | 'BAD_ACCESS_TOKEN' | 'BAD_PRIVATE_KEY' | 'BAD_PUBLIC_KEY' | 'MISSING_PARAMETER' | 'INVALID_PARAMETER' | 'WRONG_PARAMETER_TYPE' | 'CONFLICT' | 'RESOURCE_LOCKED' | 'SERVER_ERROR' | 'ERROR' | 'NOT_FOUND' | 'BAD_REQUEST' | 'USER_ERROR' | 'PARTIAL_ERROR' | 'SERVICE_TEMPORARILY_UNAVAILABLE' required
messagestring

(optional) Holds further information about the response

warningsstring[]

(optional) Holds further warnings

Example response

{
  "response": {
    "business": {
      "type": "[SMB, ENTERPRISE]",
      "addressLine2": "building, floor...",
      "productPlan": {
        "countryPrices": [
          {
            "marketDevelopmentFunds": 99
          }
        ]
      },
      "countryPrices": [
        {
          "marketDevelopmentFunds": 99
        }
      ]
    }
  }
}