POST
/
entities
/
asset
/
{asset_id}
/
event
/
tariff-update
curl --request POST \
  --url https://api-sandbox.axle.energy/entities/asset/{asset_id}/event/tariff-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "tariff": {
    "off_peak_times": "<string>",
    "timezone": "<string>"
  }
}'
"<any>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

asset_id
string
required

Body

application/json

Request model for a user's tariff update.

Response

200
application/json

Tariff update event successfully processed

The response is of type any.