Skip to main content
Version: v3

Bulk Enable SaaS

POST 

/saas/bulk-enable-saas/:companyId

Enable SaaS mode for multiple locations with support for both SaaS v1 and v2

Request

Version stringrequired

API Version

Available optionsv3
companyId stringrequired
application/json

Bodyrequired

    locationIdsstring[]required

    Array of location IDs to enable SaaS for

    isSaaSV2booleanrequired

    Indicates if the SaaS is V2

    actionPayloadobjectrequired

    Action payload for the bulk enable SaaS operation

application/json

Result of the bulk SaaS enable operation.

Schema
    successbooleanrequired

    Indicates if the bulk enable SaaS operation was successful

    messagestringrequired

    Message indicating the bulk enable SaaS operation

    bulkActionUrlstring

    URL for the bulk enable SaaS operation