# Savings plan execution events Savings plan execution events Endpoint: POST Savings plan execution events Version: 1.75.0 ## Request fields (application/json): - `id` (string, required) Event unique identifier - `created_at` (string, required) Date and time when the event was created. [RFC 3339-5](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), [ISO8601 UTC](https://www.iso.org/iso-8601-date-and-time-format.html) - `type` (string, required) Event type Enum: "SAVINGS_PLAN_EXECUTION.NEW", "SAVINGS_PLAN_EXECUTION.PROCESSING", "SAVINGS_PLAN_EXECUTION.FILLED", "SAVINGS_PLAN_EXECUTION.SETTLED", "SAVINGS_PLAN_EXECUTION.CANCELLED", "SAVINGS_PLAN_EXECUTION.REMINDER" - `object` (object, required) - `object.id` (string, required) - `object.user_id` (string, required) User unique identifier. - `object.account_id` (string, required) Account unique identifier. - `object.savings_plan_id` (string, required) - `object.order_id` (any, required) Order unique identifier (Portfolio order or Instrument order) - `object.cash_amount` (string, required) - `object.currency` (string, required) Alphabetic three-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code. * EUR - Euro Enum: "EUR" - `object.status` (string, required) Status of a Savings Plan Execution. * NEW - * PROCESSING - * FILLED - * SETTLED - * CANCELLED - Enum: "NEW", "PROCESSING", "FILLED", "SETTLED", "CANCELLED" - `object.type` (string, required) Type of the Savings plan. * PORTFOLIO - * INSTRUMENT - Enum: "PORTFOLIO", "INSTRUMENT" - `object.execution_date` (string, required) Date of a savings plan execution in YYYY-MM-DD format. - `object.created_at` (string, required) Date and time when the resource was created. [RFC 3339-5](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), [ISO8601 UTC](https://www.iso.org/iso-8601-date-and-time-format.html) - `object.updated_at` (string, required) Date and time when the resource was last updated. [RFC 3339-5](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), [ISO8601 UTC](https://www.iso.org/iso-8601-date-and-time-format.html) - `object.instrument_id` (any) Instrument unique identifier. - `object.instrument_id_type` (string) The type of the ID used in the request. * ISIN - International Securities Identification Number * WKN - German securities identification code Enum: "ISIN", "WKN" - `webhook_id` (string, required) Webhook unique identifier. ## Response 200 fields