This operation transfers Planning Certificate requests from the Online Section 10.7 Planning Certificate Service into the council IT system.
CaseID required | string A fully qualified Planning Certificate 10.7 case |
OrganisationID required | string The council LGA name or Private Certifier Organisation name to indicate where the response is routed to. |
Information request object
caseStatus required | string <= 80 characters Status of the Planning Certificate case |
certificateType | string |
object (applicantList) used to hold owner’s Corporation details. | |
Array of objects (applicantList) | |
certificateTypeApplied | string (CertificateType) 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) |
required | object (Location) |
object | |
declarations | Array of strings (declaration10.7) Required applicant declaration for planning certificate 10.7 |
isResend | boolean This is to track if application details are resent. True indicates a retriggered event. |
Array of objects (DownloadableDocument) | |
object (updatedBy) |
{- "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": [
- {
- "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"
}
}
}
{- "statusCode": 404,
- "message": "Internal Server error 19876",
- "activityId": "00000011-0ab-xy00-0000-500000000000",
- "errorCode": "DPE_TMS01",
- "errorDetails": "Inner Exceptions, Stack Trace, etc"
}