Send readings
Send asset readings data to Axle using the generic readings format.
This endpoint accepts compressed data using gzip encoding. Returns statuses of the processed readings, indicating whether each reading was accepted or rejected.
Direction convention: for readings that can be either positive or negative (e.g. boundary_import_kw, battery_inverter_import_kw), a positive value denotes import (power flowing in from the grid, or into the battery) and a negative value denotes export (power flowing out to the grid, or out of the battery). All other reading types are unidirectional; the required sign for each label is documented in the ReadingDataPointLabel schema below.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Readings data for multiple assets.
List of readings to be submitted
Response
Successfully recorded readings with processing summary
Response model for a batch of readings submissions.
List of responses for each reading submission

