Assets
Send asset event
Send notification of an event happening on an asset.
This endpoint allows reporting various events related to an asset, such as:
- Plug-in/plug-out events
- Updates to charging intent
- Charge now events
If a tariff is included, it must comply with the OSM opening hours standard (https://wiki.openstreetmap.org/wiki/Key:opening_hours) for off-peak times and have a valid timezone, or a 400 error will be returned.
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
application/json
Response
200
application/json
Event successfully processed
The response is of type any
.
Previous
Update event statusProvide an update on the handling of a given event by a given asset.
This endpoint allows asset controllers to report back the status of event handling. The `asset_id` can be either the Axle UUID or an external ID if `asset_id_is_external` is true.
Note: This will not work for non-UUID external asset IDs.
Next