CreateCR

This operation transfers the certificate registration application entered by the certifier from the Online Certificate Registration Service to the council's IT system. Created case by certifier in ePlanning shared to council for further processing.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
OrganisationID
required
string

Used by the API gateway to route the request to the council's API endpoint

IdempotencyId
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json

Information request object

caseStatus
required
string [ 1 .. 80 ] characters

Status of the DA case

caseSubmittedDate
string non-empty

This is to track the application submitted date.

certificateType
required
string non-empty

This is to track the certificate types - Complying Development Certificate - Construction Certificate - Occupation Certificate - Subdivision Certificate - Subdivision Works Certificate - Other

enterCertificateType
string <= 50 characters

Required only when user selects OTHER in Certificare type

isExistingCR
boolean

This indicates if the user is applying for a modification CR or a new CR. 'true' value indicates modification CR and 'false' value indicates new CR. This is applicable for CDC CRs only.

existingCRRegistrationDate
string <date>

This indicates on what date was the application to be modified registered. This is applicable for modification CDC CRs only (isExistingCR = true).

existingCRNumber
string

This indicates the CR application number to be modified. This is applicable for modification CDC CRs only (isExistingCR = true).

proposedModification
string

This indicates the description of the proposed modification. This is applicable for modification CDC CRs only.

wasExistingCRAppliedViaNSWPortal
boolean

This indicates if the CR applied for was via the NSW planning portal. This is applicable only when applying for modification CDC CRs only (isExistingCR = true).

existingNSWPortalCRNumber
string

This indicates the application number. This is applicable only when isExistingCR is selected as Modification to complying development registration Certificate and when wasExistingCRAppliedViaNSWPortal is true.

required
object (ContactDetails)
certificateIssuedBy
boolean

Is the certificate issued by the contact

required
object (CertifierDetails)
DADetermined
boolean

Has the DA been determined

existingDANumber
string <= 20 characters

Required only if user selected Yes for Has the DA been determined

dateOfDADetermination
string <date>

Required only if user selected Yes for Has the DA been determined

cdcDetermined
boolean

Has the CDC been determined

existingCDCNumber
string <= 40 characters

Required only if user selected Yes for Has the CDC been determined

dateOfCDCDetermination
string <date>

Required only if user selected Yes for Has the CDC been determined?

required
Array of objects (Certificatedetails)
Array of objects (Builderdetails)

applicable when IsDevelopmentTypeResidential is Yes and user entered a date for Date that works are proposed to commence

required
Array of objects (Location)
Array of objects (CommonApplicationType)

This is to track the common Application types.This is applicable for CR-CC, CR-OC, CR-PCA and is required for it's corresponding parent cases that are created after 1st of September'23. Example values are 1. Advertising and signage 2. Alterations or additions to an existing building or structure 3. Change of use of land or a building or the classification of a building under the Building Code of Australia 4. Demolition 5. Erection of a new structure 6. Hours of operation and trading 7. Subdivision 8. Temporary building, structure or use

subdivisionTypes
Array of strings

This is to track the appropriate subdivision types. This is applicable when 'Subdivision' is one of the common application type('commonApplicationTypes').This is not applicable for CR-CC & CR-OC.Example values are 1. Strata Title 2. Community Title 3. Torrens Title 4. Stratum Title

numOfExistingLots
integer

This is to track the number of existing lots. This is applicable when 'Subdivision' is one of the common application type('commonApplicationTypes').This is not applicable for CR-CC & CR-OC.

numOfProposedLots
integer

This is to track the number of proposed lots. This is applicable when 'Subdivision' is one of the common application type('commonApplicationTypes').This is not applicable for CR-CC & CR-OC.

Array of objects (DevelopmentType)
isDevAffectingExistingBuilding
boolean

It infers that is Existing building affected by the development or not. If the value is Yes then Record of inspection document type is mandatory document to be provided. isDevAffectingExistingBuilding is mandatory field for Construction Certificate only.

estimatedCostOfWork
string

Required only if Subdivision Works Certificate is selected for certificate type, currency format

developmentDescription
string <= 1500 characters
required
object (Payment)
isResend
boolean

This is to track if application details are resent. True indicates a retriggered event.

Array of objects (DownloadableDocument)
declarations
Array of strings

Responses

Request samples

Content type
application/json
{
  • "caseStatus": "Submitted",
  • "caseSubmittedDate": "string",
  • "certificateType": "Refer to description for values",
  • "enterCertificateType": "string",
  • "isExistingCR": true,
  • "existingCRRegistrationDate": "2019-08-24",
  • "existingCRNumber": "string",
  • "proposedModification": "string",
  • "wasExistingCRAppliedViaNSWPortal": true,
  • "existingNSWPortalCRNumber": "string",
  • "contactDetails": {
    },
  • "certificateIssuedBy": true,
  • "certifierDetails": {
    },
  • "DADetermined": true,
  • "existingDANumber": "string",
  • "dateOfDADetermination": "20/07/2020",
  • "cdcDetermined": true,
  • "existingCDCNumber": "string",
  • "dateOfCDCDetermination": "20/07/2020",
  • "certificateDetails": [
    ],
  • "builderDetails": [
    ],
  • "siteAddresses": [
    ],
  • "commonApplicationTypes": [
    ],
  • "subdivisionTypes": [
    ],
  • "numOfExistingLots": 0,
  • "numOfProposedLots": 0,
  • "developmentTypes": [
    ],
  • "isDevAffectingExistingBuilding": true,
  • "estimatedCostOfWork": "string",
  • "developmentDescription": "string",
  • "paymentInformation": {
    },
  • "isResend": true,
  • "documents": [
    ],
  • "declarations": [
    ]
}