Update Job Address POST

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

Request Parameters

ParameterTypeIs Required?NoteExample
idStringYes"GWT383595"
owner_addressHashRequired if neededSee owner_address params info. The information is the same as before if set as null or not included in the request body.
install_addressHashRequired if neededSee install_address params info. The information is the same as before if set as null or not included in the request body.

owner_address params info

ParameterTypeIs Required?NoteExample
owner_typeStringYesValid values are:
"Individual", "Corporate body", "Government body" or "Trustee"
"Individual"
first_nameStringNofirst name(required when owner_type is "Individual")"Avril Ramona"
last_nameStringNolast name(required when owner_type is "Individual")"Lavigne"
owner_type_nameStringNothe name of "Corporate body", "Government body" or "Trustee" (required when owner_type is each of them)"INTERNATIONAL FISH SUPPLIERS PTY. LTD"
owner_representative_nameStringNothe name of "Corporate body", "Government body" or "Trustee" (required when owner_type is each of them)"test"
owner_representative_positionStringNothe name of "Corporate body", "Government body" or "Trustee" (required when owner_type is each of them)"test"
unit_typeStringNounit Type of owner address"ANT"
unit_numberStringNounit number of owner address"4"
street_numberStringNostreet number of owner address"10"
street_nameStringNostreet name of owner address"GEORGE ST"
street_typeStringNostreet Type of owner address"ACCESS"
suburbStringYessuburb of the owner address"Barangaroo"
stateStringYesstate of the owner address"QLD"
post_codeStringYesthe region zip code"4571"
address_typeStringYesType of owner address
1.physical
2.p_o_box(postal)
Valid values are: "physical" or "p_o_box"
"physical"
phoneStringYesowner phone"1300 951 666"
emailStringYesowner email"stc@greendeal.com.au"
price_to_the_home_ownerStringYesSystem owner's STC unit price
required when owner_type is not "Individual" and property_type is "Commercial" or "School"
3x.xx
home_owner_abnStringYesSystem owner's ABN
required when owner_type is not "Individual" and property_type is "Commercial" or "School"
12345678911

install_address params info

ParameterTypeIs Required?NoteExample
same_as_postalStringNoThe installation address is the same as the owner's address;
1.Value="true",The following owner_address parameter information is required,and address_type must be "physical": address_type=physical,street_number,street_name,street_type,suburb,state,post_code
2.Value="false"
Note:
Cannot update the parameter after panel installed.
"true"
property_typeStringYesValid values are:
"Residential", "School" or "Commercial"
"School"
storyStringYesValid values are: "Single story" or "Multi story""Single story"
nmiStringYesserial number of electric meter"1111111111"
job_numberStringNoJob Number for DERR"1111111111"
unit_typeStringNounit type
Note:
Cannot update the parameter after panel installed.
"ANT"
unit_numberStringNounit number
Note:
Cannot update the parameter after panel installed.
"25"
street_numberStringNostreet number
Note:
Cannot update the parameter after panel installed.
"33"
street_nameStringYesstreet name
Note:
Cannot update the parameter after panel installed.
"JERVIS"
street_typeStringYesstreet type
Note:
Cannot update the parameter after panel installed.
"ACCESS"
suburbStringYessuburb
Note:
Cannot update the parameter after panel installed.
"BEECHMONT"
stateStringYesstate
Note:
Cannot update the parameter after panel installed.
"QLD"
post_codeStringYespost code
Note:
Cannot update the parameter after panel installed.
"4211"
latitudeStringNobetween -90 and 90"50"
longitudeStringNobetween -180 and 180"80"
special_addressStringNospecial address"Street type should be : Avenue south"

Request Example

{
  "client_id": "23565656e63f33016ad7f4f338a6f70be78c136addbbb9c803d09756c6ee93f1",
  "signature": "2dc1b977b376a2fd26bf05c1f15da59b",
  "timestamp": "2019-08-02T10:31:50+11:00",
  "id": "GWT383595",
  "install_address": {
    "unit_type": null,
    "unit_number": null,
    "post_code": "",
    "street_number": "",
    "street_name": "",
    "suburb": "",
    "state": "ACT",
    "property_type": "",
    "latitude": null,
    "longitude": null,
    "special_address": null,
    "story": "",
    "nmi": "",
    "job_number": null,
    "installation_address": "",
    "single_or_multi_story": "",
    "same_as_postal": false,
    "street_type": ""
  },
  "owner_address": {
    "first_name": null,
    "last_name": null,
    "phone": "",
    "delivery_type": "",
    "delivery_number": "",
    "unit_type": null,
    "unit_number": null,
    "post_code": "",
    "street_number": "",
    "street_name": " AVENUE",
    "suburb": "",
    "state": "ACT",
    "email": "",
    "price_to_the_home_owner": "33.xx",
    "home_owner_abn": "",
    "owner_representative_name": "test",
    "owner_representative_position": "test",
    "type": "",
    "type_name": "test",
    "address_type": "",
    "address": "",
    "street_type": ""
  }
}

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