Skip to main content
PUT
/
api
/
presentations
/
{presentationId}
/
product-selection
Save product selection
curl --request PUT \
  --url https://app.demandiq.com/api/presentations/{presentationId}/product-selection \
  --header 'Content-Type: application/json' \
  --data '
{
  "slideId": "<string>",
  "selectedTier": "good"
}
'

Path Parameters

presentationId
string<uuid>
required

Presentation ID

Body

application/json
slideId
string
required
selectedTier
enum<string>
required
Available options:
good,
better,
best

Response

200

Selection saved