This operation transfers the council's inspection completion information on the Building Information Certificate case from the council's IT system to the Online Building Information Certificate Service.
CaseID required | string A fully qualified application number or case id |
OrganisationID required | string The council LGA name or Private Certifier Organisation name to indicate where the request is originated from. |
Information request object
childCaseID required | string Inspection case Id linked to the Building Information Certificate case. |
issueInspectionResultSheet required | boolean To capture if the inspection sheet can be issued. |
isFurtherInspectionRequired required | boolean Is the further inspection required |
declarations required | Array of strings (declarationsForInpection) This is to track the declarations for inspection result. Required for Building Information Certificate, declaration for inspection result. |
Array of objects (downloadableDocument) Mandatory when issueInspectionResultSheet is true | |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "childCaseID": "string",
- "issueInspectionResultSheet": true,
- "isFurtherInspectionRequired": true,
- "declarations": [
- "Refer to description for values."
], - "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "documentURL": "string"
}
], - "updatedByEmail": "john.smith@gmail.com"
}
{- "statusCode": 404,
- "message": "Internal Server error 19876",
- "activityId": "00000011-0ab-xy00-0000-500000000000",
- "errorCode": "DPE_TMS01",
- "errorDetails": "Inner Exceptions, Stack Trace, etc"
}