cURL
curl --request POST \ --url https://api.secure.quotivity.com/v1/bundles \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "header": { "productId": "<string>", "properties": {} } } '
{ "id": "<string>", "accountId": "<string>", "isActive": true, "header": { "productId": "<string>", "properties": {} }, "clonedBundleTempName": "<string>" }
Creates a new bundle with a header product.
Show child attributes
Bundle created successfully