MissedInspection

This operation transfers the certifier's Missed inspection information on the Post-consent Certificate case from the certifier's IT system. This operation represents the missed action from UI and is not applicable for SWC.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
OrganisationID
required
string

The council LGA name or Private Certifier Organisation name to indicate where the request is originated from.

Request Body schema: application/json

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)

Upload the documents if required as it is an optional field.

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

Responses

Request samples

Content type
application/json
{
  • "childCaseID": "string",
  • "missedInspectionParticulars": "string",
  • "missedInspectionUnavoidableCircumstances": "string",
  • "missedInspectionReliedEvidence": "string",
  • "missedInspectionDeclaration": [
    ],
  • "Documents": [
    ],
  • "updatedByEmail": "john.smith@gmail.com"
}

Response samples

Content type
application/json
{
  • "statusCode": 404,
  • "message": "Internal Server error 19876",
  • "activityId": "00000011-0ab-xy00-0000-500000000000",
  • "errorCode": "DPE_TMS01",
  • "errorDetails": "Inner Exceptions, Stack Trace, etc"
}