latestOpenAPI 3.0.02026-08-2227616429.6 KB

0ba836de8da3

Savings Schedule

Create a Production and Savings Schedule

Creates a production and savings schedule associated with a given lease / power purchase agreement application.

post/posfinancing/rest/v2/loans/{id}/savings-schedule

Path parameters

idstring required

The application's unique identifier.

Request body

calculatorNamesstring[]

If solar + storage system: the name(s) of the calculator(s) used to to estimate customer utility bill savings for systems with solar + storage. OR if solar system only: the name(s) of the calculator(s) used to estimate customer utility bill savings for systems with solar.

Example request

{
  "firstYearSchedule": [
    {
      "utilityWithoutSolar": {
        "payment": {
          "value": 100.11
        }
      },
      "utilityWithSolar": {
        "utilityPayment": {
          "value": 100.11
        },
        "solarPayment": {
          "value": 100.11
        }
      },
      "savings": {
        "value": 100.11
      }
    }
  ],
  "fullTermSchedule": [
    {
      "utilityWithoutSolar": {
        "payment": {
          "value": 100.11
        }
      },
      "utilityWithSolar": {
        "utilityPayment": {
          "value": 100.11
        },
        "solarPayment": {
          "value": 100.11
        }
      },
      "savings": {
        "value": 100.11
      }
    }
  ]
}

Response

Successful

idstring uuid