This operation transfers the certifier's Missed inspection information on the Post-consent Certificate case from the certifier's IT system.By performing this operation, the certifier consents to all declarations associated with recording the missed inspection details. Please refer to the ReferenceData API for the latest declaration information. This operation represents the missed action from UI and is not applicable for SWC.
CaseID required | string A fully qualified application number or case id |
OrganisationID required | string The council LGA name or Private Certifier Organisation name to indicate where the request is originated from. |
Information request object
childCaseID required | string Inspection case Id linked to the PCC (Post Consent Certificate) case. |
missedInspectionParticulars required | string <= 200 characters This is to track the particulars of the inspection that was missed. |
missedInspectionUnavoidableCircumstances required | string <= 200 characters This is to track the response of the Certifier for the question' What circumstances does the principal certifier consider were unavoidable that caused the inspection to be missed?' |
missedInspectionReliedEvidence required | string <= 200 characters This is to tracke the response of the Certifier for the question'What documentary evidence was relied on to satisfy the Principal Certifier that the work that would have been the subject of the missed inspection was satisfactory? |
missedInspectionDeclaration required | Array of strings (MissedInspectionDeclaration) By performing this operation, the certifier consents to all declarations associated with recording the missed inspection details. Please refer to the ReferenceData API for the latest declaration information. |
Array of objects (DownloadableDocument) Upload the documents if required as it is an optional field. | |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "childCaseID": "string",
- "missedInspectionParticulars": "string",
- "missedInspectionUnavoidableCircumstances": "string",
- "missedInspectionReliedEvidence": "string",
- "missedInspectionDeclaration": [
- "Refer to description for values"
], - "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "updatedByEmail": "john.smith@gmail.com"
}
{- "statusCode": 404,
- "message": "Internal Server error 19876",
- "activityId": "00000011-0ab-xy00-0000-500000000000",
- "errorCode": "DPE_TMS01",
- "errorDetails": "Inner Exceptions, Stack Trace, etc"
}