Skip to content

SELECT_QUOTE

Request payload

POST: https://api.{ENV}.dais.com/ioi/v3/event/fire

curl --location --request POST 'https://api.{ENV}.dais.com/ioi/v3/event/fire' \
--header 'Authorization: Basic <yourAuthHere>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "type": "SELECT_QUOTE",
    "payload": {
        "clientId": "<clientId>",
        "quoteIds": [
            "<quoteId>"
        ]
    }
}'
{
  "type": "SELECT_QUOTE",
  "payload": {
        "clientId": "262c67be-c08c-43c0-bb51-06fe4408b4e9",
        "quoteIds": [
            "b5d87fb6-1f92-44b7-882a-0470ce228395"
        ]
    }
}

Event payload fields:

TypeRequiredDescription
typetrueMust be set to SELECT_QUOTE
payloadtrueExplained below

Payload fields

TypeRequiredDescription
clientIdtrueUUID for the client
quoteIdstrueList of selected quotes