Skip to main content
Version: v3

Update Rebilling

POST 

/saas/update-rebilling/:companyId

Bulk update rebilling for given locationIds

Request

Version stringrequired

API Version

Available optionsv3
companyId stringrequired
application/json

Bodyrequired

    productstringrequired

    The product to update rebilling for

    Available optionsworkflow_premium_actionsEmailVerificationcontentAIworkflow_aiwhatsAppreviewsAIdomainPurchasefunnelAIagentStudioaskaiaiStudioconversation_AI
    locationIdsstring[]required

    Array of location IDs to update rebilling for

    configobjectrequired

    Configuration for rebilling settings

application/json

Result of the bulk rebilling update.

Schema
    successbooleanrequired

    Indicates if the rebilling update was successful

    location_updatedstring[]required

    IDs of the sub-accounts whose rebilling was updated

    messagestring

    Human-readable summary of the outcome (present on success/partial updates)

    errorstringnullablerequired

    Reason some or all locations failed to update; null on full success