Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

There is the qualification response from `/api/v1/qualification/?solarsite_id=:solarsite_uuid:` which returns the Qualification objects. A Qualification object is essentially a meta object that contains the qualification information for a solarsite and a single financing partner.

Then there is the application response from `/api/v1/qualification/:qual_uuid:/applications/` which returns the up to 6 application types, one for each stage and type. This describes the state of an application, for example, whether the application has been started, initiated, submitted or processed, and the related information like whether the application is in person or sent via email, what the application url is, and stores any external ids

Finally there is the product results response from `/api/v1/qualification/:qual_uuid:/product_results/` which returns the decision information for each product that the financing partner is offering for each of the up to 6 different applications that the financing partner requires. The product results or PQRs hold decision information like whether the user is approved for the product for the specific application stage and type, when the decision expires, and how much money they were approved for for that product. There is one product result or PQR per product per application stage and per application type.

So if a solarsite had access to only one financier and that financier had 5 products available, with a pre property application and a regular credit application, then for this solarsite there would be:

1 Qualification
1 pre property application
5 pre property product results or PQRs
1 regular credit application
5 regular credit product results or PQRS

  • No labels