This operation transfers the certifier's decision regarding acceptance, declination, or return of the Complying Development Certificate case 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. |
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" |
Information request object
reviewOfOutcome required | string (ReviewOfOutcome) What is the outcome of your review, Accept or Decline. One of the below mentioned values must be selected for ReviewOfOutcome 1. Accept application for assessment 2. Decline application for assessment 3. Return to applicant |
certifierCDCReferenceNumber | string <= 100 characters The CDC reference number generated in the council system and is required only when reviewOfOutcome is 'Accept application for assessment' and not applicable for 'Decline application for assessment' |
reasonsForDecline | string <= 512 characters This attribute is obsolete and is replaced by additionalCommentsForDeclineOrReturn. This is to track the reason for declining the application and is required only when 'Decline application for assessment'. |
reasonsForReturn | Array of strings (ReasonsforReturn) This is to track the reasons for returning the application to the applicant. This is required when the review outcome is 'Return to applicant' |
additionalCommentsForDeclineOrReturn | string <= 2000 characters This is to track the comments provided by the certifier while returning or declining the application. This is required when 'reasonsForReturn' is 'other' during the 'Return to applicant' scenario. This is also required for the decline scenario when reviewOfOutcome is 'Decline application for assessment'. |
Array of objects (DownloadableDocument) documents are applicable for 'Decline application for assessment' and not applicable for 'Accept application for assessment' | |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "reviewOfOutcome": "Refer to description for values",
- "certifierCDCReferenceNumber": "CDC201900049",
- "reasonsForDecline": "string",
- "reasonsForReturn": [
- "string"
], - "additionalCommentsForDeclineOrReturn": "string",
- "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",
- "contributionDetails": [
- {
- "caseID": "CON-5453",
- "status": "In-progress"
}
], - "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "eplanningDocId": "string",
- "externalOrgDocURL": "string"
}
]
}