This operation is to send information of the determination of Referrals to Council's IT system.
CaseID required | string A fully qualified Referral case |
OrganisationID required | string The council LGA name or Agency Organisation name to indicate where the request is originated from. |
Information request object
childCaseID | string Used to hold the child case ID to perform RFI. |
primaryCaseID | string Used to hold section68 case ID. |
caseStatus required | string <= 80 characters Status of the Referral case |
decisionOutcome required | string (DecisionOutcome) What is the outcome of your assessment? One of the below mentioned values must be selected for DecisionOutcome 1. Advice 2. Decision not required |
comments required | string <= 512 characters |
Array of objects (DownloadableDocument) Documents will be avialble if the reviewOfOutcome is 'Return application' | |
required | object (UpdatedBy) |
{- "childCaseID": "REF-XXXX",
- "primaryCaseID": "S68-XXXX",
- "caseStatus": "Submitted",
- "decisionOutcome": "Refer to description for values",
- "comments": "string",
- "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"
}