This operation transfers the final plan submitted by the certifier from the certifier's IT system to the Online CDC 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. |
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 |
{- "InitiateCertificateRegister": true,
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "documentURL": "string"
}
], - "updatedByEmail": "john.smith@gmail.com"
}
{- "statusCode": 200,
- "message": "string",
- "activityId": "string",
- "CRCaseID": "CR-XXXX-XXX",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "eplanningDocId": "string",
- "externalOrgDocURL": "string"
}
]
}