Assessment

This operation transfers the certifier's assessment information for Occupation, Construction and Sub-divisio certificate on the Post-consent Certificate case 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

opDevConsentIssued
required
boolean

This indicates if the operative development consent has been issued in relation to the proposed development.Has an operative development consent been issued in relation to the proposed development,required only for Construction certificate

lapseDate
string <date>

This indicates the lapse date of the consent. Optional field for both Subdivision certificate and Construction certificate.Not applicable at Occupation certificate.

relevantConditionsComplied
required
string

This indicates if all of the relevant conditions of consent have been complied with. Required field for Construction certificate ,Occupation certificate and Subdivision certificate . One of the below mentioned values must be selected for relevantConditionsComplied 1. Yes 2. No 3. Not applicable

bcaPerformanceReq
required
boolean

This indicates if the proposed development meets the performance requirements of the BCA. Required field only Construction certificate not available for Subdivision certificate and Occupation certificate.

sustainableBuildingsRequirementsMet
string

This is to track if the requirements for the Sustainable Buildings SEPP were met. Values for this attribute are "Yes","No","NA". This is applicable and required for construction certificate and for the cases that are created after 1stOctober2023.

isApplicantDBPSelectionCorrect
boolean

This attribute is an obsolete attribute. Value for this is not required to be supplied anymore and when supplied the value will be ignored, as this attribute is functionally irrelavant. (Old description N/A - This indicates if the DBPexempt selection done by the applicant is correct. It is an Mandatory field for Construction certificate when classofdevelopemt is Class2. )

certificatePayments
required
Array of strings (certificatePayments)

This indicates if the relevant payments have been paid. Required field for Construction certificate, Occupation certificate and Subdivision certificate.

scRequiredConditionsMet
required
boolean

This indicates whether all conditions required for the issuing of this subdivision certificate been satisfied or not. Required field only for Subdivision certificate type and used to hold.

consistentDevConsent
required
boolean

This indicates if the construction subject of this occupation certificate consistent with the development consent in force. Only applicable for Occupation certificate. Not available for Subdivision certificate and Construction certificate.

isFireSafetyReferralRequired
boolean

This indicates if the fire safety referral is required. It is an optional field applicable for Occupation certificate and construction certficate. It infers whether the application require referral for fire rescue NSW. For OC, it will be asking question as “Does this application require a Fire Safety referral to Fire Rescue NSW?” while for CC it will be asking question as “Does this application require a referral to Fire and Rescue NSW?”

assessmentNotes
string <= 512 characters

This indicates the assessment notes. Optional field for Occupation certificate.

updatedByEmail
string <= 250 characters

User must be registered in the planning portal

Responses

Request samples

Content type
application/json
{
  • "opDevConsentIssued": true,
  • "lapseDate": "2019-08-24",
  • "relevantConditionsComplied": "Refer to description for values",
  • "bcaPerformanceReq": true,
  • "sustainableBuildingsRequirementsMet": "string",
  • "isApplicantDBPSelectionCorrect": true,
  • "certificatePayments": [
    ],
  • "scRequiredConditionsMet": true,
  • "consistentDevConsent": true,
  • "isFireSafetyReferralRequired": true,
  • "assessmentNotes": "string",
  • "updatedByEmail": "john.smith@gmail.com"
}

Response samples

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