Skip to main content

V2 API: Get Single Project Detail

Updated over a week ago

Public URL : https://api.virtualsaleportal.com/api/public/v2/get-projects/{:uniqueId} (GET)

Note: The unique_id can be subhub_id or external_id.

Example Response:

{
"external_id": null,
"job_type": "Solar",
"street": "5417 Ariel Lane",
"city": "Tracy",
"state": "California",
"county": null,
"postal_code": "95377",
"country": "United States",
"territory": "California, CA",
"latitude": 37.691453,
"longitude": -121.4783999,
"downpayment": 0,
"discounts_total": 0,
"base_system_cost": 9975.2,
"battery_total": 0,
"adders_total": 24.8,
"dealer_fee": 0,
"annual_usage": 12000,
"stages": [
{
"label": "Contract Approved",
"field_key": "m1_approved_date",
"type": "date_time",
"value": null
}
],"subhub_id": 7834,
"contract_amount": 10000,
"utility_company": null,
"utility_bill": 3180,
"module_name": "Aptos 370W DNA 120",
"module_manufacturer": "Aptos Solar Technology",
"module_watts": 370,
"module_description": null,
"module_total_panels": 0,
"inverter_name": "MAC-800",
"inverter_manufacturer": "Aptos",
"inverter_quantity": 0,
"battery_name": null,
"battery_manufacturer": null,
"battery_price": 0,
"battery_size_kwh": 0,
"battery_quantity": 0,
"annual_production": 0,
"finance_type": "CASH",
"contract_type": "Cash",
"finance_partner": null,
"finance_term_year": 0,
"finance_rate": 0,
"finance_escalator_rate": 0,
"finance_ppw": 0,
"finance_monthly_payment": 0,
"first_name": "Siva",
"last_name": "Yerruboyina",
"name": "Siva Yerruboyina",
"email": "ysrk542@me.com",
"phone": "+1 6692258597",
"owner_email": "todd@aduhomesolutions.com",
"documents": [
{
"url":
"https://stp-sales-tool.s3.us-west-2.amazonaws.com/projects/7834/attachment
s/c2oqZ2Lw1141dYtLMlCH24ue2rz5GyAIAiNaBQeh.pdf",
"label": "Design"
},
{
"url":
"https://stp-sales-tool.s3.us-west-2.amazonaws.com/projects/7834/attachment
s/LcA8UykYoIQ49EblfRNY0Mppaq5yPOlUYbsY2AgM.pdf","label": "Design"
}
],
"proposal_url":
"https://app.subcontractorhub.com/public-proposal/49025d7c-ddef-40fd-b710-9
d92461693ee",
"contract_signed_url": null,
"system_size_kw": 2.96,
"system_size_w": 2960
}
Did this answer your question?