Added
API Version 2024.05
over 1 year 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-Versionheader 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_idsfield from Retrieve Tenant endpoint - Changed
preferred_solar_panelstopreferred_solar_modulesin Create Project and Update Project - Changed
customer_addresstomailing_addressin Project APIs - Changed
addresstoproperty_addressand addedproperty_address,longitude, andlatitudeto thelocationobject in Project APIs - Removed
updated_atfrom Project and Agreement endpoints - Added
Nearmap (True Ortho)as option forimage_srcin Design Request endpoints - Changed
NearMaptoNearmapin Retreive Design Request endpoint - Removed
manufacturerfield from Retrieve Design Summary arrays when redundant withbill_of_materialsitems - Changed
panelstomodulesin Retrieve Roof Summary - Changed
max_panel_spacingtomax_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
costtoprice - Changed
pricing_modetopricing_method - Change
line_itemstopricing_by_component - Changed
adders_without_discountstoaddersandadderstodiscountsinsystem_price_breakdownandstorage_system_price_breakdown
- Changed all references to
- Changed
system_costtosystem_priceandinverter_cost_per_watttoinverter_price_per_wattin Retrieve Financing API - Removed support for string values in the
enabledfield from Create Webhook and Update Webhook - Updated webhook filters to use a list of objects with static keys
url_parameterandvalueinstead of an object with each url_parameter as a key.