added
API Version 2024.05
7 months ago by Andriy Mysyk
Aurora released a new API version to make backward-incompatible changes. To avoid disrupting your integration and breaking your code, we don’t change your version automatically. When you are ready, you can upgrade to the latest version in Aurora settings, or by using Versions API. The following are breaking changes in version 2024.05.
- Removed
Aurora-API-Version
header from production. The header is still available for use in sandbox for testing. To upgrade your production version, please use versioning API or visit the settings page in the Aurora app. - Remove
user_ids
field from Retrieve Tenant endpoint - Changed
preferred_solar_panels
topreferred_solar_modules
in Create Project and Update Project - Changed
customer_address
tomailing_address
in Project APIs - Changed
address
toproperty_address
and addedproperty_address
,longitude
, andlatitude
to thelocation
object in Project APIs - Removed
updated_at
from Project and Agreement endpoints - Added
Nearmap (True Ortho)
as option forimage_src
in Design Request endpoints - Changed
NearMap
toNearmap
in Retreive Design Request endpoint - Removed
manufacturer
field from Retrieve Design Summary arrays when redundant withbill_of_materials
items - Changed
panels
tomodules
in Retrieve Roof Summary - Changed
max_panel_spacing
tomax_module_spacing
, and increased default value from 1cm to 2.6cm in List Racking Arrays - Updated url path for Retrieve Design Asset from
/tenants/{tenant_id}/assets/{id}
to/tenants/{tenant_id}/designs/{design_id}/assets/{id}
- Changed several fields in Retrieve Design Pricing and Update Design Pricing:
- Changed all references to
cost
toprice
- Changed
pricing_mode
topricing_method
- Change
line_items
topricing_by_component
- Changed
adders_without_discounts
toadders
andadders
todiscounts
insystem_price_breakdown
andstorage_system_price_breakdown
- Changed all references to
- Changed
system_cost
tosystem_price
andinverter_cost_per_watt
toinverter_price_per_watt
in Retrieve Financing API - Removed support for string values in the
enabled
field from Create Webhook and Update Webhook - Updated webhook filters to use a list of objects with static keys
url_parameter
andvalue
instead of an object with each url_parameter as a key.