Order-related events
For the Order object, IDM supports webhooks for the following event types:
funddata.order.investment_entity.linked
: When an order is linked to an investment entityfunddata.order.investment_entity.unlinked
: When an order is unlinked from an investment entity
Payload:
{
"event": string,
"id": string,
"fundId": "string",
"firmId": "string"
}
- event: event type
- id: Anduin ID of the object, automatically provided by the system
- fundId: Anduin ID of the fund object that the order belongs to
- firmId: Anduin ID of the IDM firm object that owns the investment entity
Updated 2 days ago