Panel Object

Information about the panel(s) used in the system.

Table of Panel Object

Value NameDescriptionValue Type
idUnique identifier for the panel.integer
company_idID of the company providing the panel.integer
nameThe name of the panel model.string
modelThe model name of the panel.string
manufacturerThe company that manufactures the panel.string
widthThe width of the panel in millimeters.integer
lengthThe length of the panel in millimeters.integer
wattsThe power output of the panel in watts.integer
meta_dataAdditional metadata related to the panel.object
solar_degradationThe expected annual degradation rate of the panel.float
spec_sheet_urlURL to the panel's specification sheet.string
created_atTimestamp when the panel record was created.string
updated_atTimestamp when the panel record was last updated.string
all_officesIndicator if the panel is available to all offices. With 0 equaling False and 1 equaling Trueinteger
all_marketsIndicator if the panel is available to all markets. With 0 equaling False and 1 equaling Trueinteger
all_dealersIndicator if the panel is available to all dealers. With 0 equaling False and 1 equaling Trueinteger
all_lendersIndicator if the panel is available to all lenders. With 0 equaling False and 1 equaling Trueinteger
activeIndicator if the panel is active. With 0 equaling False and 1 equaling Trueinteger
price_adderAdditional cost associated with this panel, if any.integer
crm_idCRM identifier for the panel.string
price_costThe cost of the panel.integer

Below is an Example of Panel Object

"panel": {
				"id": 0000,
				"company_id": 0000,
				"name": "Solar Panel: Panel Model",
				"model": "Panel Model",
				"manufacturer": "Solar Panel",
				"width": 900,
				"length": 1000,
				"watts": 405,
				"meta_data": {
					"aurora_name": null,
					"solo_module_id": "0000",
					"sunnova_panel_id": null,
					"dividend_panel_id": null,
					"sighten_module_id": null,
					"sunnova_panel_name": null,
					"dividend_panel_name": null,
					"exclude_from_rebate": false,
					"solar_success_module_id": null,
					"solar_success_module_name": null
				},
				"solar_degradation": 0.54,
				"spec_sheet_url": null,
				"created_at": "2023-08-16 20:56:42",
				"updated_at": "2023-10-31 14:07:57",
				"all_offices": 0,
				"all_markets": 1,
				"all_dealers": 1,
				"all_lenders": 1,
				"active": 1,
				"price_adder": null,
				"crm_id": null,
				"price_cost": null
			}