---
title: "Asset Intent Update Event"
method: POST
path: "/entities/asset/{asset_id}/event/intent"
tags: ["4. Assets"]
---

# Asset Intent Update Event

`POST /entities/asset/{asset_id}/event/intent`

Send notification of an intent being updated on an asset.

## Path parameters

- `asset_id` string, uuid, required

## Request body

- IntentEventRequest — This event should be triggered when the end user updates their charging preferences.
  - `intent` Intent, required — This is the received intent from a user
    - `energy_required_kwh` number, required
    - `ready_by` string, date-time, required — Deprecated: use ready_by_local_time instead. The date component is discarded; only used to derive local time when ready_by_local_time is absent.
    - `ready_by_local_time` string, time — Local time by which energy is required (wall time)
    - `energy_estimated` boolean — False if energy_required_kwh is derived from target %SOC set on vehicle (e.g. via Enode), True if the energy_required_kwh is purely a user input
    - `may_charge_peak` boolean — If True, the vehicle may be charged in peak periods but only if all off-peak periods are used up and the energy requirement is not met.
    - `charging_mode` 'maximise_charging_time' | 'minimise_charging_time' — An enumeration.

## Response `200`

Intent event successfully processed

- unknown

## Other responses

- `404` — Asset not found or not authorized to access
- `422` — Validation Error
- `500` — Server error while processing event

---

[API](https://skmtc.dev/axle/apis/axle-api-docs.md) · [All operations](https://skmtc.dev/axle/apis/axle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axle/axle-api-docs/revisions/75be7f9a952f/schema)
