POLICY_RENEWAL_FAILED
#
Request payloadPOST: 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": "POLICY_RENEWAL_FAILED", "policyId": "<policyID>"}'
{ "type": "POLICY_RENEWAL_FAILED", "policyId": "3781f5c0-fae6-4bab-8091-8d385fd2a8f5"}
Event payload fields:
Type | Required | Description |
---|---|---|
type | true | Must be set to POLICY_RENEWAL_FAILED |
policyId | true | UUID for the policy |