Update Rebilling
POST/saas/update-rebilling/:companyId
Bulk update rebilling for given locationIds
Request
Version stringrequired
API Version
Available options
2021-07-28companyId stringrequired
- 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
}
}