ReportFireSafetyIssue

This operation transfers the notification details of the significant fire safety issues reported to the councils on the Post-consent Certificate case from the certifier's IT system to the Online Post-consent Certificate Service. This section extends to a council that is a certifier or principal certifier.

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

fireSafetyIssueAwarenessDate
required
string <date>

This field is to capture the date on which the certifier became aware of the firesafety issue. This is captured in accordance with Section 60 of the Environmental Planning and Assessment (Development Certification and Fire Safety) Regulation 2021, a certifier must notify the relevant council of significant fire safety issues within two days of becoming aware of them.

descOfAffectedBuildingParts
string

This is to capture which part/s of the building are affected by this firesafety issue. Documents could be provided if relevant.

descOfFireSafetyIssue
string

This is to capture the description of the fire safety issue. Document can be provided if relevant.

Array of objects (DownloadableDocument)

Upload the documents if required as it is an optional field.

updatedByEmail
required
string <= 250 characters

User must be registered in the planning portal

Responses

Request samples

Content type
application/json
{
  • "fireSafetyIssueAwarenessDate": "2019-08-24",
  • "descOfAffectedBuildingParts": "string",
  • "descOfFireSafetyIssue": "string",
  • "documents": [
    ],
  • "updatedByEmail": "john.smith@gmail.com"
}

Response samples

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