This operation transfers the certifier's Written Direction Notice (WDN) PART B - Inspection 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. Reference data values can be obtained from the reference data API using the PCC or CDC digital service along with the corresponding operation.
CaseID required | string A fully qualified application number or case id Example: WDN-1234 |
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" |
body
parentCaseID required | string <= 32 characters This is to track the parent case id (CFT or CDC) to update part B (Inspection) information of WDN. |
required | object This is to track the certifier details. Either Principal Certifier Details or the Assigned Individual Certifier Details must be provided. |
required | object |
Array of objects (DownloadableDocument) | |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "parentCaseID": "CFT-1234 or CDC-1234",
- "certifierDetails": {
- "principalCertifierDetails": {
- "accreditationNo": "BDC1234 OR AMR-123456",
- "fullName": "John Smith"
}, - "assignedIndividualCertifierDetails": {
- "accreditationNo": "BDC1234 OR AMR-123456",
- "fullName": "John Smith",
- "email": "pc@dpie.com",
- "mobileNumber": "0434340789",
- "organisationName": "John Smith",
- "organisationAddress": "John Smith",
- "ABN": "12 345 678 900",
- "ACN": "123 456 789"
}
}, - "inspectionDetails": {
- "dateOfInspection": "2023-03-16T00:00:00.000Z",
- "WDNComplied": true,
- "WDNFailReason": "Detailed description of failure."
}, - "documents": [
- {
- "documentName": "string",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "updatedByEmail": "john.smith@gmail.com"
}
{- "statusCode": 200,
- "message": "Case updated",
- "activityId": "string",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "eplanningDocId": "string",
- "externalOrgDocURL": "string"
}
]
}