This operation transfers Planning Certificate requests from the Online Section 10.7 Planning Certificate Service into the council IT system.
Planning Certificate 10.7 - ePlanning to Council (v1)
https://dpie-apim-prod.redocly.app/
Information request object
Status of the Planning Certificate case
It infers the certificate type. One of the below mentioned values must be selected for CertificateType 1. S10.7 (2) 2. S10.7 (2 & 5)
Address where the development is happening
To differentiate whether the payer is a company or an individual.
Used to hold manual entry flag for Business API search ABN/ACN
Required applicant declaration for planning certificate 10.7
This is to track if application details are resent. True indicates a retriggered event.
https://dpie-apim-prod.redocly.app/CreatePlanningCertificate/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://dpie-apim-prod.redocly.app/CreatePlanningCertificate/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'OrganisationID: string' \
-d '{
"caseStatus": "Submitted",
"certificateType": "Planning Certificate 10.7",
"primaryApplicant": {
"applyOnBehalfOfCompany": true,
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"isManualEntry": true,
"applicantCompany": {
"companyName": "string",
"ABN": "12 121 567 891",
"ACN": "123 456 789",
"tradingName": "string",
"address": {
"address": "string",
"email": "user@example.com"
}
}
},
"secondaryApplicants": [
{
"applyOnBehalfOfCompany": true,
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"isManualEntry": true,
"applicantCompany": {
"companyName": "string",
"ABN": "12 121 567 891",
"ACN": "123 456 789",
"tradingName": "string",
"address": {
"address": "string",
"email": "user@example.com"
}
}
}
],
"certificateTypeApplied": "Refer to description for values",
"siteAddress": {
"address": "19-33 Elizabeth Street, Narrandera, 2700",
"addressDetail": {
"complexUnitType": "string",
"complexLevelType": "string",
"complexLevelNumber": "string",
"complexUnitIdentifier": "string",
"streetNumber1": "string",
"streetNumber2": "string",
"streetName": "string",
"streetSuffix": "string",
"streetType": "string",
"suburb": "string",
"latitude": 0,
"longitude": 0,
"wkid": "string",
"cadastralID": "string",
"primarySecondary": "string",
"state": "string",
"postCode": 0
},
"lotsectionplan": "1/-/SPXXXXX",
"lga": "PENRITH"
},
"payerInformation": {
"isPayerCompany": true,
"payerPerson": {
"title": "Refer to description for values",
"payerInfo": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"isManualEntry": true,
"payerCompany": {
"companyName": "string",
"ABN": "12 121 567 891",
"ACN": "123 456 789",
"tradingName": "string",
"address": {
"address": "string",
"email": "user@example.com"
}
}
},
"declarations": [
"Refer to description for values"
],
"isResend": true,
"documents": {},
"updatedBy": {
"person": {
"firstName": "John",
"familyName": "Smith",
"email": "john.smith@gmail.com",
"contactNumber": "stringst"
}
}
}'Information request object
Status of the Planning Certificate case
It infers the certificate type. One of the below mentioned values must be selected for CertificateType 1. S10.7 (2) 2. S10.7 (2 & 5)
Address where the development is happening
To differentiate whether the payer is a company or an individual.
Used to hold manual entry flag for Business API search ABN/ACN
Required applicant declaration for planning certificate 10.7
https://dpie-apim-prod.redocly.app/UpdatePlanningCertificate/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://dpie-apim-prod.redocly.app/UpdatePlanningCertificate/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'OrganisationID: string' \
-d '{
"caseStatus": "Submitted",
"certificateType": "Planning Certificate 10.7",
"primaryApplicant": {
"applyOnBehalfOfCompany": true,
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"isManualEntry": true,
"applicantCompany": {
"companyName": "string",
"ABN": "12 121 567 891",
"ACN": "123 456 789",
"tradingName": "string",
"address": {
"address": "string",
"email": "user@example.com"
}
}
},
"secondaryApplicants": [
{
"applyOnBehalfOfCompany": true,
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"isManualEntry": true,
"applicantCompany": {
"companyName": "string",
"ABN": "12 121 567 891",
"ACN": "123 456 789",
"tradingName": "string",
"address": {
"address": "string",
"email": "user@example.com"
}
}
}
],
"certificateTypeApplied": "Refer to description for values",
"siteAddress": {
"address": "19-33 Elizabeth Street, Narrandera, 2700",
"addressDetail": {
"complexUnitType": "string",
"complexLevelType": "string",
"complexLevelNumber": "string",
"complexUnitIdentifier": "string",
"streetNumber1": "string",
"streetNumber2": "string",
"streetName": "string",
"streetSuffix": "string",
"streetType": "string",
"suburb": "string",
"latitude": 0,
"longitude": 0,
"wkid": "string",
"cadastralID": "string",
"primarySecondary": "string",
"state": "string",
"postCode": 0
},
"lotsectionplan": "1/-/SPXXXXX",
"lga": "PENRITH"
},
"payerInformation": {
"isPayerCompany": true,
"payerPerson": {
"title": "Refer to description for values",
"payerInfo": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"isManualEntry": true,
"payerCompany": {
"companyName": "string",
"ABN": "12 121 567 891",
"ACN": "123 456 789",
"tradingName": "string",
"address": {
"address": "string",
"email": "user@example.com"
}
}
},
"declarations": [
"Refer to description for values"
],
"deltaDocuments": [
{
"documentName": "test.docx",
"documentType": "string",
"uploadedDateTime": "2019-08-24T14:15:22Z",
"documentURL": "string",
"documentSize": 0,
"updatedBy": "Council"
}
],
"documents": [
{
"documentName": "test.docx",
"documentType": "string",
"uploadedDateTime": "2019-08-24T14:15:22Z",
"documentURL": "string",
"documentSize": 0,
"updatedBy": "Council"
}
],
"updatedBy": {
"person": {
"firstName": "John",
"familyName": "Smith",
"email": "john.smith@gmail.com",
"contactNumber": "stringst"
}
}
}'