Extra Payload Attributes - Trade

These attributes make up the extra payload for the Trade webhook resource for the following events: Publish / Update #1 / Update #2

Publish Attributes

ATTRIBUTE
lastPublishedDateTime
string

Update #1 Attributes

ATTRIBUTE
statusUpdatedTo
string

Update #2 Attributes

ATTRIBUTE
updatedLoans
array of objects
updatedLoans.loanId
string
failedUpdatedLoans
array
tradeExtensionStatus
string

Webhook Payload Notification Samples

{
"eventId": "52a219c0ae0447f39d93b1c1da7d8265",
"eventTime": "2024-12-13T04:36:00.245Z",
"eventType": "publish",
"meta": {
"userId": "Encompass\\BE11176272\\admin",
"resourceType": "trade",
"resourceId": "139221",
"instanceId": "be11176272",
"resourceRef": "secondary/v1/trades/correspondent/139221",
"payload": {
"lastPublishedDateTime": "\"2024-12-13T04:36:00.000Z\""
}
}
}
{
  "eventId": "17f690b5-f384-4c6d-8503-42fa8b343c7b",
  "eventTime": "2024-12-13T04:35:01.8119449Z",
  "eventType": "update",
  "meta": {
    "userId": "ScheduledJob",
    "resourceType": "trade",
    "resourceId": "139221",
    "instanceId": "be11176272",
    "resourceRef": "secondary/v1/trades/correspondent/139221",
    "payload": {
      "statusUpdatedTo": "Settled"
    }
  }
}
{
  "eventId": "7096967c-6c24-466c-85da-d2673f8c5e47",
  "eventTime": "2024-12-13T04:42:14.451Z",
  "eventType": "update",
  "meta": {
    "userId": "admin",
    "resourceType": "trade",
    "resourceId": "139221",
    "instanceId": "be11176272",
    "resourceRef": "secondary/v1/trades/correspondent/139221",
    "payload": {
      "updatedLoans": [
        {
          "loanId": "{b8dea3d0-be57-475d-baa8-8c8f12d5c66f}"
        }
      ],
      "failedUpdatedLoans": [],
      "tradeExtensionStatus": "Completed"
    }
  }
}