This operation transfers the 'Intentiontocommencework' related application details in the Post-consent Certificate application ( PCA )created by the applicant from the Online Post-consent Certificate Service to the certifier's IT system. This is applicable only for principal certifiying authority appointment (PCA).
CaseID required | string A fully qualified application number or case id |
OrganisationID required | string The council LGA name or Private Certifier Organisation name to indicate where the response is routed to. |
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" |
Information request object
typeOfWorkIntendedToCommence required | string non-empty This is to track the type of work intended for commencement. One of the below mentioned values to be selected for typeOfWorkIntendedToCommence. Please refer to the reference data API for the latest values. 1.Erection of the building 2.Subdivision work |
buildingWorkCommencementDate required | string <date> non-empty This is to track the commencement date for building work. |
relatedDevelopmentConsent required | string non-empty This is to track the related development consent. One of the below mentioned values to be selected for relatedDevelopmentConsent. Please refer to the reference data API for the latest values. 1.Development Application number (DA) 2.Complying Development Certificate (CDC) 3.State determined (SSI / SSD) |
relatedDevelopmentConsentCaseID required | string [ 1 .. 20 ] characters This is to track the related development consent (DA) caseID. |
relatedDevelopmentConsentDeterminationDate required | string <date> non-empty This is to track the development consent determination date. |
relatedCCCaseID required | string [ 1 .. 20 ] characters This is to track the related construction certificate reference number. This field is not applicable when related development consent type is CDC and is an applicable field. |
relatedCCIssueDate required | string <date> non-empty This is to track the related construction certificate's issue date. This field is not applicable when related development consent type is CDC. |
Array of objects (DownloadableDocument) | |
required | object (updatedBy) |
{- "typeOfWorkIntendedToCommence": "Refer to description for values.",
- "buildingWorkCommencementDate": "2019-08-24",
- "relatedDevelopmentConsent": "Refer to description for values.",
- "relatedDevelopmentConsentCaseID": "string",
- "relatedDevelopmentConsentDeterminationDate": "2019-08-24",
- "relatedCCCaseID": "string",
- "relatedCCIssueDate": "2019-08-24",
- "documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "documentURL": "string",
- "documentSize": 0,
- "updatedBy": "Council"
}
], - "updatedBy": {
- "person": {
- "firstName": "John",
- "familyName": "Smith",
- "email": "john.smith@gmail.com",
- "contactNumber": "stringst"
}
}
}
{- "statusCode": 404,
- "message": "Internal Server error 19876",
- "activityId": "00000011-0ab-xy00-0000-500000000000",
- "errorCode": "DPE_TMS01",
- "errorDetails": "Inner Exceptions, Stack Trace, etc"
}