PerformInspection

This operation transfers the certifier's inspection information at the assessment stage 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

Inspection case Id linked to the Post Consent Certificate case, Used to perform the Peform Inspection action.

inspectionPerformedDate
required
string <date>

This indicates the date on which the inspection was completed.

enterComments
string <= 512 characters

This indicates the comments on inspection. To hold the User entered comments.Optional Field for all certificate types.

inspectionConductedBy
required
string

This indicates the certifier who conducted the inspection.

inspectionResult
required
string

This indicates the inspection results. Required for Subdivision certificate,Occupation certificate and Principal Certifier appointment but not there for Construction certificate.

inspectionType
Array of strings (inspectionType)

This indicates the type of inspection.

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",
  • "inspectionPerformedDate": "2019-08-24",
  • "enterComments": "string",
  • "inspectionConductedBy": "string",
  • "inspectionResult": "string",
  • "inspectionType": [
    ],
  • "documents": [
    ],
  • "updatedByEmail": "john.smith@gmail.com"
}

Response samples

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