This operation transfers the certifier's critical stage inspection (CSI) missed information from the certifier's IT system to the ePlanning portal. This operation is applicable for Complying Development Certificate (CDC) and Construction Certificate (CC) applications and it is available only after the determination stage. By performing this operation, the certifier declares that the work that would have been the subject of the missed inspection, is deemed satisfactory. Reference data values can be obtained from the reference data API using the PCC or CDC digital service along with the corresponding operation.
CaseID required | string A fully qualified application number or case id Example: CDC-1234 OR CC-1234 |
OrganisationID required | string The council LGA name or Private Certifier Organisation name to indicate where the request is originated from.. |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
body
required | object |
required | object |
required | object |
documentaryEvidence required | string <= 512 characters This is to track the list of documentary evidence relied on to satisfy the principal certifier that the work that would have been the subject of the missed inspection is satisfactory, including evidence of a kind referred to in the Building Code of Australia, A5G3. |
required | Array of objects (DownloadableDocument) |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "propertyAndContactInformation": {
- "applicantDetails": {
- "fullName": "John Carter",
- "email": "testapplicant@yopmail.com"
}, - "ownerDetails": {
- "fullName": "John Carter",
- "email": "testapplicant@yopmail.com",
- "address": {
- "gurasID": 2636480,
- "fullAddress": "68 CROWN STREET RIVERSTONE 2765"
}, - "contactNumber": "0434340748",
- "licenseNumber": "cr513631"
}, - "siteAddress": {
- "gurasID": 2636480,
- "fullAddress": "68 CROWN STREET RIVERSTONE 2765"
}, - "descriptionOfDevelopment": "This site is under the development activity of character."
}, - "missedInspectionDetails": {
- "dateOfInspection": "2024-02-21T00:00:00.000Z",
- "missedInspectionComments": "string",
- "inspectionType": "Footings",
- "otherInspectionTypeDetails": "Provides the details when the inspectiontype is otherinspection",
- "notesFromInspection": "A high-level notes provided by the certifier with details of the missed inspection. Details to include the circumstances that the principal certifier considers were unavoidable and caused it to be missed and that the work that would have been the subject of the missed inspection is satisfactory."
}, - "certifierDetails": {
- "principalCertifierDetails": {
- "accreditationNo": "BDC1234 OR AMR-123456",
- "fullName": "John Smith"
}
}, - "documentaryEvidence": "These are the list of supporting documents, and here is a description of the documents, also these are he necessary comments on the evidence.",
- "documents": [
- {
- "documentName": "string",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "updatedByEmail": "john.smith@gmail.com"
}
{- "statusCode": 200,
- "message": "Case has been created successfully.",
- "caseID": "INSP-2788 or WDN-2345",
- "activityId": "string",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "eplanningDocId": "string",
- "externalOrgDocURL": "string"
}
]
}