InitiateInspection

This operation transfers the certifier's initial inspection information on the Post-consent Certificate case from the certifier's IT system to the Online Post-consent Certificate Service. This will not be applicable for subdivision work certificate

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

dateOfInspection
string <date>

This indicates the date on which inspection is scheduled.This field is available only for Principal Certifier appointment and Occupation certificate .

description
required
string <= 512 characters

This indicates the description of inspection, required for for Principal Certifier appointment and Occupation certificate Optional for Subdivision certificate and Construction Certificate. This will not be applicable for subdivision work certificate

registrationNumber
string <= 100 characters

This indicates the Registration number associated. This is a mandatory field and required only for Principal Certifier appointment and Occupation certificate, Subdivision certificate and Construction Certificate and not for SWC.

inspectionType
required
Array of strings (inspectionType)

This indicates the type of inspection. Required for all types of certificates.

updatedByEmail
string <= 250 characters

User must be registered in the planning portal

Responses

Request samples

Content type
application/json
{
  • "dateOfInspection": "2019-08-24",
  • "description": "string",
  • "registrationNumber": "string",
  • "inspectionType": [
    ],
  • "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"
}