cURL
curl --request PATCH \ --url https://api.secure.quotivity.com/v1/bundles/{bundleId}/state \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "isActive": true } '
{ "id": "<string>", "accountId": "<string>", "isActive": true, "header": { "productId": "<string>", "properties": {} }, "clonedBundleTempName": "<string>" }
Activates or deactivates a bundle. A bundle must have at least one option before it can be activated.
Bundle state updated successfully
Show child attributes