Profile-related events
For the Investment Entity Profile object, IDM supports webhooks for the following event types:
funddata.investment_entity.profile.updated
: When an investment entity's profile is updatedfunddata.investment_entity.profile.conflict
: When the profile update causes some data conflicts with the existing profile data
Payload:
{
"type": string,
"id": string,
"trackingId": string
}
- type: event type
- id: Anduin ID of the object, automatically provided by the system
- trackingId: optional tracking ID of the object, provided by the user
Note: since one investment entity object only has one profile object associated, the id
and trackingId
field in the payload belongs to the related investment entity object.
Updated 3 months ago