This operation transfers additional information uploaded by the certifier from their IT system to the Online Digital Services. This operation is Applicable to Certificate Registration Service and Referral cases.
CaseID required | string A fully qualified application number or case id |
OrganisationID required | string Private Certifier Organisation Name to indicate where the request is originated from in CR . For Referral, the certifier Organisation who has initiated referral case(LGAName for Council and Organisation for private certifier) |
body
provideDetails required | string <= 512 characters description of response, required when certifier is providing additional information |
childCaseID | string Required only if responding to an existing AI case id for RFI |
Array of objects (DownloadableDocument) | |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "provideDetails": "string",
- "childCaseID": "string",
- "Documents": [
- {
- "documentName": "string",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "updatedByEmail": "john.smith@gmail.com"
}
{- "statusCode": 200,
- "message": "Additional Information Provided",
- "activityId": "string",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "eplanningDocId": "string",
- "externalOrgDocURL": "string"
}
]
}