UNDERWRITING_REFERRED
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": "UNDERWRITING_REFERRED", "payload": { "clientId": "<clientId>", "quoteId": "<quoteId>" } }'
{ "type": "UNDERWRITING_REFERRED", "payload": { "clientId": "3781f5c0-fae6-4bab-8091-8d385fd2a8f5", "quoteId": "d0d0eadc-fb94-49e3-b03a-f3cb2bb6882c" } }
Event payload fields:
Type | Required | Description |
---|---|---|
type | true | Must be set to UNDERWRITING_REFERRED |
payload | true | Explained below |
Payload fields
Type | Required | Description |
---|---|---|
clientId | true | UUID for the client |
quoteId | true | UUID for the quote |