ghl_saas_allow_attach_rebilling
Marks a SaaS sub-account as awaiting rebilling attach; optionally stores rebilling configuration to be applied when the rebilling config is created.
Instructions
REQUIRES AN AGENCY-LEVEL (Company) TOKEN — spec security is Agency-Access-Only. Allow Attach Rebilling Marks a SaaS sub-account as awaiting rebilling attach and optionally stores the rebilling configuration that should be applied when the rebilling config is created. Sets payment_pending on the sub-account. Only allowed when the sub-account is in setup_pending state. Endpoint: POST /saas/allow-attach-rebilling/{locationId} (Version header: v3; source: v3/saas-v3.json) OAuth scopes: saas/company.read
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| locationId | Yes | Location ID (Sub-account) to allow attach rebilling for |