These attributes make up the extra payload for the EnhancedConditionType webhook resource for the following events: Create / Update / Delete
Create / Update Attributes
ATTRIBUTE |
---|
dateSubmitted string |
consumerDirectWebsite string |
entities.id string |
entities.title string |
Delete Attributes
ATTRIBUTE |
---|
dateSubmitted string |
consumerDirectWebsite string |
entities.id string |
ATTRIBUTE
Webhook Payload Notification Samples
{
"eventId": "f5cc2747-a066-4d7a-92a0-cab60e100dec",
"eventTime": "2024-11-18T20:13:51.446Z",
"eventType": "create",
"meta": {
"userId": "admin",
"resourceType": "EnhancedConditionType",
"resourceId": "4dcc741b-66bc-49d7-9154-66fefc9ed77d",
"instanceId": "be11105680j",
"resourceRef": "/encompass/v3/settings/loan/conditions/types",
"payload": {
"event": {
"dateSubmitted": "2024-11-18T20:13:51.4460437Z",
"consumerDirectWebsite": "siteId"
},
"entities": [
{
"id": "c5899a75-055e-4035-aa87-f4e2d73976b4",
"title": "mintiefttype"
}
]
}
}
}
{
"eventId": "02636c7e-8fd4-4cac-92c5-808a412ef705",
"eventTime": "2024-11-18T19:48:03.204Z",
"eventType": "update",
"meta": {
"userId": "admin",
"resourceType": "EnhancedConditionType",
"resourceId": "e5cb7c89-9f9f-4d6b-94a5-60d815e96a5f",
"instanceId": "be11105680j",
"resourceRef": "/encompass/v3/settings/loan/conditions/types",
"payload": {
"event": {
"dateSubmitted": "2024-11-18T19:48:03.2049572Z",
"consumerDirectWebsite": "siteId"
},
"entities": [
{
"id": "6c521665-9238-44bc-a161-12d74bfe45c7",
"title": "mintiesttype"
}
]
}
}
}
{
"eventId": "6861e8c3-84c0-4d01-908d-a8cadc178604",
"eventTime": "2024-11-18T20:14:07.091Z",
"eventType": "delete",
"meta": {
"userId": "admin",
"resourceType": "EnhancedConditionType",
"resourceId": "a0e868f3-535f-43b0-a8d7-6daed656b783",
"instanceId": "be11105680j",
"resourceRef": "/encompass/v3/settings/loan/conditions/types",
"payload": {
"event": {
"dateSubmitted": "2024-11-18T20:14:07.0911264Z",
"consumerDirectWebsite": "siteId"
},
"entities": [
{
"id": "c5899a75-055e-4035-aa87-f4e2d73976b4"
}
]
}
}
}