Update Job System POST

Path:/pvds/update_system.json
HTTP Method:POST

Request Parameters

ParameterTypeIs Required?NoteExample
idStringYes"GWT383595"
systemHashNoSee system params info{ "installation_type": "new_system", "connected_type": "on-grid", ... }

System params info

ParameterTypeIs Required?Note
installation_typeStringYesType of Installation:
"new_system"
"replacement_system"
"extension_system"
"additional_system"
connected_typeStringYesType of Connected:
"on-grid"
"off-grid"
is_batteryStringYesThe system has a battery storage?
is_battery=true batteries is required;
is_battery=false the batteries will not be saved
install_dateDateYesInstallation date. Cannot update the parameter after panel installed.
install_on_buildingBooleanYesSystem mounting type:
true = install on building or structure;
false = Ground mounted or free standing
deemed_yearsIntNodefault 13
additional_capacity_detailsStringYesrequired when type is "extension_system" or "additional_system"
install_additional_informationStringNo
invertersArrayNoSee inverters params info
panelsArrayNoSee panels params info
batteriesArrayNoSee batteries params info

Panels params info

ParameterTypeIs Required?Note
brand_idIntYesbrand id, see get panel brands
watts_perStringYesSee get panel brands
qtyIntYes

Inverters params info

ParameterTypeIs Required?Note
brand_idIntYesSee get inverter brands
qtyIntYes

Batteries params info

ParameterTypeIs Required?Note
brand_idIntYesSee get battery storages
qtyIntYes

Request Example

{
  "client_id": "23565656e63f33016ad7f4f338a6f70be78c136addbbb9c803d09756c6ee93f1",
  "signature": "2dc1b977b376a2fd26bf05c1f15da59b",
  "timestamp": "2019-08-02T10:31:50+11:00",
  "id": "GWT383595",
  "system": {
    "installation_type": "new_system",
    "connected_type": "on-grid",
    "is_battery": "true",
    "install_date": "2019-08-05",
    "install_on_building": "true",
    "additional_capacity_details": "6 new panels replaced to old system",
    "panels": [
      {
        "brand_id": 1001,
        "watts_per": "12",
        "qty": 1
      }
    ],
    "inverters": [
      {
        "brand_id": 84,
        "qty": 1
      }
    ],
    "batteries": [
      {
        "brand_id": 3433,
        "qty": 1
      }
    ]
  }
}

Response Example

See Get Stc Job Response

By clicking "Accept All Cookies", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Further information about our use of cookies and similar technologies can be found in our cookie policy .

Copyright ©2026, GreenDeal. All Rights Reserved