InitiateInspection

This operation transfers the council's initial inspection information on the Building Information Certificate case from the council's IT system to the Online Building Information 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

inspectionType
required
Array of strings (inspectionType)

type of inspection, Required for all types of certificates.

inspectionDescription
string <= 512 characters

description of inspection, required for for Building Information Certificate.

updatedByEmail
required
string <= 250 characters

User must be registered in the planning portal

Responses

Request samples

Content type
application/json
{
  • "inspectionType": [
    ],
  • "inspectionDescription": "string",
  • "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"
}