This operation transfers the Council's decision to proceed or not proceed the section 68 Certificate case from Council's IT system to the Online Section 68 Service.
CaseID required | string A fully qualified Section 68 of the Local Government Act case |
OrganisationID required | string The council LGA 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
outcomeOfReview required | string (ReviewOfOutcome) What is the outcome of your review, Accept application for assessment or Application returned. One of the below mentioned values must be selected for ReviewOfOutcome 1. Accept application for assessment 2. Application returned |
isFeePaid | boolean Applicant paid the relevant fees. Conditional Mandatory when What is the outcome of your review? equals to:"Accept application for assessment" |
feeAmount | number <decimal> Total fee paid. Conditional Mandatory when Applicant paid the relevant fees? equals to:"Yes" |
councilUniqueIDNumber | number <= 20 characters Council unique identification number. Conditional Mandatory when daFeePaid equals to:"Yes/No" |
applicationLodgedDate | string <date> Enter the date the application was lodged into the Council system. Conditional Mandatory when Applicant paid the relevant fees equals to "Yes/No". Date of lodgement can not be a future date |
rejectReason | string <= 512 characters Reason for return the applicaion by council. Conditional Mandatory when What is the outcome of your review? is equals to "Application returned" |
rejectDate | string <date> applcation rejected date by council. Conditional Mandatory when What is the outcome of your review? is equals to "Application returned". It can not be a future date. |
isAgencyAssessmentReq | boolean Does the application require consultation? Mandatory when What is the outcome of your review? is "Accept application for assessment" |
Array of objects (agencyToConsultWith) Agencies to consult with. This is part of 'Section 68'. Applicable when- Does the application require consultation? is "Yes" | |
Array of objects (DownloadableDocument) | |
updatedByEmail required | string (UpdatedByEmail) user mail address who performing the action. |
{- "outcomeOfReview": "Refer to description for values",
- "isFeePaid": true,
- "feeAmount": 1250.9,
- "councilUniqueIDNumber": 0,
- "applicationLodgedDate": "2020-12-30T00:00:00.000Z",
- "rejectReason": "string",
- "rejectDate": "2020-12-30T00:00:00.000Z",
- "isAgencyAssessmentReq": true,
- "referralDetails": [
- {
- "agencyName": "Refer to description for values",
- "dueDate": "2020-12-30T00:00:00.000Z",
- "reasonForReferral": "string"
}
], - "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "updatedByEmail": "string"
}
{- "statusCode": 200,
- "message": "string",
- "activityId": "string",
- "Referral Cases": [
- {
- "RefCaseID": "REF-XXX"
}
], - "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "eplanningDocId": "string",
- "externalOrgDocURL": "string"
}
]
}