CreateWDN

This operation transfers the certifier's Written Direction Notice(WDN) PART A -information from the certifier's IT system to the ePlanning portal. This operation is applicable for Complying Development Certificate (CDC) and Construction Certificate (CC) applications and it is available only after the determination stage. By performing this operation, the certifier confirms that all relevant legislative requirements have been considered and adhered to. Reference data values can be obtained from the reference data API using the PCC or CDC digital service along with the corresponding operation.

path Parameters
CaseID
required
string

A fully qualified application number or case id

Example: CDC-1234 OR CFT-1234
header Parameters
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"

Request Body schema: application/json

body

required
object
required
object
required
object
Array of objects (DownloadableDocument)
updatedByEmail
required
string <= 250 characters

User must be registered in the planning portal

Responses

Request samples

Content type
application/json
{
  • "certifierDetails": {
    },
  • "propertyAndContactInformation": {
    },
  • "noticeDetails": {
    },
  • "documents": [
    ],
  • "updatedByEmail": "john.smith@gmail.com"
}

Response samples

Content type
application/json
{
  • "statusCode": 200,
  • "message": "Case has been created successfully.",
  • "caseID": "INSP-2788 or WDN-2345",
  • "activityId": "string",
  • "Documents": [
    ]
}