curl --request PUT \
--url https://api.plantpredict.terabase.energy/Project/{projectId}/Prediction \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Postman Doc Sample - Name Update",
"description": "Sample Description PUT",
"status": 1,
"yearRepeater": 1,
"transpositionModel": 1,
"perezCoefficients": 0,
"diffuseDirectDecompModel": 3,
"circumsolarTreatment": 0,
"diffuseDirectDecompModelExecuted": false,
"useMeteoDni": false,
"useMeteoPOAI": false,
"useBacksidePOAI": false,
"useLeapYears": false,
"useWeatherFileAlbedoData": false,
"useMetastability": false,
"enableLeTID": false,
"airMassModel": 0,
"soilingModel": 0,
"modTempModel": 0,
"incAngleModel": 5,
"directBeamShadingModel": 5,
"degradationModel": 0,
"diffuseShadingModel": 1,
"linearDegradationRate": 0.5,
"firstYearDegradation": false,
"nonLinearDegradationRates": [],
"lightAndElevatedTemperatureDegradationRates": [],
"errorModelAcc": 2.9,
"errorSensAcc": 5,
"errorIntAnnVar": 3,
"errorMonAcc": 2,
"errorSpaVar": 2,
"siteResultList": null,
"spectralShiftModel": 2,
"spectralWeatherType": 0,
"powerPlantId": null,
"monthlyFactors": [
{
"id": 39132062,
"month": 1,
"monthName": "Jan",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132063,
"month": 2,
"monthName": "Feb",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132064,
"month": 3,
"monthName": "Mar",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132065,
"month": 4,
"monthName": "Apr",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132066,
"month": 5,
"monthName": "May",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132067,
"month": 6,
"monthName": "Jun",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132068,
"month": 7,
"monthName": "Jul",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132069,
"month": 8,
"monthName": "Aug",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132070,
"month": 9,
"monthName": "Sep",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132071,
"month": 10,
"monthName": "Oct",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132072,
"month": 11,
"monthName": "Nov",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
},
{
"id": 39132073,
"month": 12,
"monthName": "Dec",
"soilingLoss": 2.2,
"albedo": 0.3,
"spectralShift": null
}
],
"horizonDetails": [],
"ashraeStation": "TOLEDO CGS, OH, USA",
"ashraeVersion": 2021,
"heat996": null,
"cool996": 32.5,
"max50Year": 39.4,
"min50Year": -30.3,
"minAnnualMeanDBTemp": -19.1,
"weather": null,
"weatherId": null,
"projectId": 133005,
"pValues": [],
"pValuesString": "",
"logicVersion": 11,
"setback": 0,
"targetDC": 0,
"weatherLocked": false,
"electricalShadingFractionalEffect": 100,
"useSpectral30": false,
"spectral30B0": -0.0967,
"spectral30B1": 0.0126,
"spectral30B2": 0.00223,
"spectral30B3": 1.086,
"id": 957033
}
'