Issuance

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.

path Parameters
CaseID
required
string

A fully qualified Portal application number

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

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.

Responses

Request samples

Content type
application/json
{
  • "certificateStatus": "Refer to description for values",
  • "certificateIssuedDate": "2020-09-10",
  • "certificateRejectReason": "string",
  • "Documents": [
    ],
  • "updatedByEmail": "string"
}

Response samples

Content type
application/json
{
  • "statusCode": 200,
  • "message": "string",
  • "activityId": "string",
  • "Documents": [
    ]
}