This operation transfers the council�s decision to Issue or not issue the 10.7 Certificate from their IT system to Online Planning Certificate 10.7 Service.
CaseID required | string A fully qualified Portal application number |
OrganisationID required | string The council LGA name or Private Certifier Organisation name to indicate where the request is originated from. |
Determination request object
certificateStatus required | string (The certificate has been) The certificate has been, Issued or Not Issued. One of the below mentioned values must be selected for CertificateIssuanceOutcome 1. Issued 2. Not Issued |
certificateIssuedDate | string <date> Certificate issued date. Mandatory when The certificate has been :"Issued" |
certificateRejectReason | string The reason council is not issued Certificate. Only required if The certificate has been :'Not Issued' |
Array of objects (DownloadableDocument) | |
updatedByEmail required | string (UpdatedByEmail) user mail address who performing the action. |
{- "certificateStatus": "Refer to description for values",
- "certificateIssuedDate": "2020-09-10",
- "certificateRejectReason": "string",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "documentURL": "string"
}
], - "updatedByEmail": "string"
}
{- "statusCode": 200,
- "message": "string",
- "activityId": "string",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "eplanningDocId": "string",
- "externalOrgDocURL": "string"
}
]
}