Update Rebilling
POST/saas-api/public-api/update-rebilling/:companyId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Bulk update rebilling for given locationIds
Request
Version stringrequired
API Version
Available options
2021-07-28companyId stringrequired
Company ID to update rebilling for
- application/json
- Body
- Example (auto)
Bodyrequired
productstringrequired
The product to update rebilling for
Available options
contentAIworkflow_premium_actionsworkflow_aiconversationAIEmailNotificationwhatsAppreviewsAIVERIFIED_CALLER_IDWALLET_SALES_TAXNOTIFICATION_SMSEmailSmtpEmailVerificationlocationIdsstring[]required
Array of location IDs to update rebilling for
configobjectrequired
Configuration for rebilling settings
{
"product": "contentAI",
"locationIds": [
"zzyG7A4x6bRJl5SlhQhH",
"Vygq7VgXCDfg3xnl8TBR"
],
"config": {
"optIn": true,
"enabled": true,
"markup": 5
}
}
Rebilling updated successfully
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
Indicates if the rebilling update was successful
{
"success": true
}