A fully qualified Portal application number
Planning Certificate 10.7 - Councils to ePlanning API (v1)
https://api.apps1.nsw.gov.au/planning/OnlinePlanningCert/v1/
The council LGA name or Private Certifier Organisation name to indicate where the request is originated from.
Information request object
What is the outcome of your review, Proceed with certificate request or Not proceed with certificate request. One of the below mentioned values must be selected for ReviewOfOutcome 1. Proceed with certificate request 2. Not proceed with certificate request
Applicant paid the relevant fees. Mandatory when What is the outcome of your review? equals to:"Proceed with certificate request"
Total fee paid. Mandatory when Applicant paid the relevant fees? equals to:"Yes"
Council unique identification number. Mandatory when daFeePaid equals to:"Yes/No"
provide a reason why applicant didn't paid the relevant fees. Mandatory when Applicant paid the relevant fees equals to "No"
Reason for return the applicaion by council. Mandatory when What is the outcome of your review? is equals to "Not proceed with certificate request"
applcation rejected date by council. Mandatory when What is the outcome of your review? is equals to "Not proceed with certificate request"
https://api.apps1.nsw.gov.au/planning/OnlinePlanningCert/v1/AcceptReturn/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api.apps1.nsw.gov.au/planning/OnlinePlanningCert/v1/AcceptReturn/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'IdempotencyID: string' \
-H 'OrganisationID: string' \
-d '{
"outcomeOfReview": "Refer to description for values",
"isFeePaid": "Yes",
"feeAmount": 1250.9,
"councilUniqueIDNumber": 0,
"feeNotPaidReason": "string",
"rejectReason": "string",
"rejectDate": "2020-12-30",
"updatedByEmail": "string"
}'Determination request object
The certificate has been, Issued or Not Issued. One of the below mentioned values must be selected for CertificateIssuanceOutcome 1. Issued 2. Not Issued
Certificate issued date. Mandatory when The certificate has been :"Issued"
The reason council is not issued Certificate. Only required if The certificate has been :'Not Issued'
https://api.apps1.nsw.gov.au/planning/OnlinePlanningCert/v1/Issuance/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api.apps1.nsw.gov.au/planning/OnlinePlanningCert/v1/Issuance/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'OrganisationID: string' \
-d '{
"certificateStatus": "Refer to description for values",
"certificateIssuedDate": "2020-09-10",
"certificateRejectReason": "string",
"Documents": [
{
"documentName": "test.docx",
"documentType": "string",
"uploadedDateTime": "2019-08-24T14:15:22Z",
"documentURL": "string"
}
],
"updatedByEmail": "string"
}'{ "statusCode": 200, "message": "string", "activityId": "string", "Documents": [ { … } ] }