FinalPlanSubmission

This operation transfers the final plan submitted by the certifier from the certifier's IT system to the Online CDC 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

Determination request object

InitiateCertificateRegister
boolean

This is applicable for private certifiers only and not applicable for councils. When the value true is given, a related inprogress Certificate Registration case will be created. When false value is given, Certificate Registration case will not be created.

Array of objects (DownloadableDocument)
updatedByEmail
string <= 250 characters

User must be registered in the planning portal

Responses

Request samples

Content type
application/json
{
  • "InitiateCertificateRegister": true,
  • "Documents": [
    ],
  • "updatedByEmail": "john.smith@gmail.com"
}

Response samples

Content type
application/json
{
  • "statusCode": 200,
  • "message": "string",
  • "activityId": "string",
  • "CRCaseID": "CR-XXXX-XXX",
  • "Documents": [
    ]
}