Update Job Installer POST

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

Request Parameters

ParameterTypeIs Required?NoteExample
idStringYes"GWT383595"
installerHashNoSee installer params info
Note:
1.Cannot update the parameter after panel installed.
2.The information is the same as before if set as null or not included in the request body,but the new installer sent by API will be instead of the old installer.
designerHashNoSee designer params info
Note:
The information is the same as before if set as null or not included in the request body,but the new designer sent by API will be instead of the old designer.
electricianHashNoSee electrician params info
Note:
The information is the same as before if set as null or not included in the request body,but the new electrician sent by API will be instead of the old electrician.

Installer params info

ParameterTypeIs Required?
first_nameStringYes
last_nameStringYes
accreditationStringYes

Designer params info

ParameterTypeIs Required?
first_nameStringYes
last_nameStringYes
accreditationStringYes

Electrician params info

ParameterTypeIs Required?
first_nameStringYes
last_nameStringYes
licenseStringYes

Request Example

{
  "client_id": "23565656e63f33016ad7f4f338a6f70be78c136addbbb9c803d09756c6ee93f1",
  "signature": "2dc1b977b376a2fd26bf05c1f15da59b",
  "timestamp": "2019-08-02T10:31:50+11:00",
  "id": "GWT383595",
  "installer": {
    "accreditation": "1234567",
    "first_name": "test first name",
    "last_name": "test last name"
  },
  "designer": {
    "accreditation": "1234567",
    "first_name": "test first name",
    "last_name": "test last name"
  },
  "electrician": {
    "license": "1234567",
    "first_name": "test first name",
    "last_name": "test last name"
  }
}

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