Skip to main content
Version: 2023-02-21

Bulk Enable SaaS

POST 

/saas-api/public-api/bulk-enable-saas/:companyId

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

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

Request

Version stringrequired

API Version

Available options2023-02-21
companyId stringrequired

Company ID to enable SaaS for

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

Bulk SaaS enable operation completed successfully

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