Affordability Report Success
Id: affordabilityReportSuccess
Event that notifies when an affordability report has been completed.
Name | Type | Description |
---|---|---|
reportId | string | The unique id of the report |
createdAt | string | The time the report was created (UTC - ISO 8601 format) |
status | string | Always 'complete' for this message type |
Example payload
{
"reportId": "21403405-47d3-4da8-a56a-7e39c27d4395",
"createdAt": "2024-07-30T15:08:01.000Z",
"status": "complete"
}
Updated 5 months ago