UpdatePlanningCertificate

This operation transfers Planning Certificate requests from the Online Section 10.7 Planning Certificate Service into the council IT system.In this opeartion Council can edit 10.7 Planning Certificate application details

path Parameters
CaseID
required
string

A fully qualified Planning Certificate 10.7 case

header Parameters
OrganisationID
required
string

The council LGA name or Private Certifier Organisation name to indicate where the response is routed to.

Request Body schema: application/json

Information request object

caseStatus
required
string <= 80 characters

Status of the Planning Certificate case

certificateType
string
object (applicantList)

used to hold owner’s Corporation details.

Array of objects (applicantList)
certificateTypeApplied
string (CertificateType)

It infers the certificate type. One of the below mentioned values must be selected for CertificateType 1. S10.7 (2) 2. S10.7 (2 & 5)

required
object (Location)
object
declarations
Array of strings (declaration10.7)

Required applicant declaration for planning certificate 10.7

Array of objects (DownloadableDocument)
Array of objects (DownloadableDocument)
object (updatedBy)

Responses

Request samples

Content type
application/json
{
  • "caseStatus": "Submitted",
  • "certificateType": "Planning Certificate 10.7",
  • "primaryApplicant": {
    },
  • "secondaryApplicants": [
    ],
  • "certificateTypeApplied": "Refer to description for values",
  • "siteAddress": {
    },
  • "payerInformation": {
    },
  • "declarations": [
    ],
  • "deltaDocuments": [
    ],
  • "documents": [
    ],
  • "updatedBy": {
    }
}

Response samples

Content type
application/json
{
  • "statusCode": 404,
  • "message": "Internal Server error 19876",
  • "activityId": "00000011-0ab-xy00-0000-500000000000",
  • "errorCode": "DPE_TMS01",
  • "errorDetails": "Inner Exceptions, Stack Trace, etc"
}