CompleteInspection

This operation transfers the certifier's inspection completion information on the Post-consent Certificate case from the certifier's IT system to the Online Post-consent Certificate Service.

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

Used to hold the child case ID (Inspection case) to perform Complete Inspection action.

issueInspectionResultSheet
required
boolean

This is to indicate if the inspection sheet can be issued.

isfurtherInspectionrequired
required
boolean

This is to indicate if any further inspection is required.

declarations
required
string

required for Principal Certifier appointment,Occupation certificate,Subdivision certificate, Declaration for inspection result. Not applicable for Construction certificate. One of the below mentioned values must be selected for declarations 1. I confirm that I have inspected the site subject of this application

inspectionResultDeclaration
required
string

Declaration for inspection result. Required field for Construction Certificate type. One of the below mentioned values must be selected for inspectionResultDeclaration 1. I confirm that I have inspected the site subject of this application and existing works on the site are appropriately reflected in the construction certificate plans. 2. I confirm I have inspected the site subject of this application and there are site features which requires the construction certificate plans to be amended.

required
Array of objects (DownloadableDocument)
updatedByEmail
string <= 250 characters

User must be registered in the planning portal

Responses

Request samples

Content type
application/json
{
  • "childCaseID": "string",
  • "issueInspectionResultSheet": true,
  • "isfurtherInspectionrequired": true,
  • "declarations": "Refer to description for values",
  • "inspectionResultDeclaration": "Refer to description for values",
  • "documents": [
    ],
  • "updatedByEmail": "john.smith@gmail.com"
}

Response samples

Content type
application/json
{
  • "statusCode": 200,
  • "message": "string",
  • "activityId": "string",
  • "Documents": [
    ]
}