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
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