This operation transfers the council's referral decision details to agency's IT system.
CaseID required | string A fully qualified referral case ID of Online State DA application. |
OrganisationID required | string Used by the API gateway to route the request to the relevant agency. |
Information request object.
referralID | string This is to track the referral created for council's decision. |
primaryCaseID | string This is to track the state DA case ID. |
caseStatus required | string [ 1 .. 80 ] characters This is to track the status of the Referral case |
decisionOutcome required | string (DecisionOutcome) What is the outcome of your assessment? 1.Advice 2.Decision not required |
comments | string <= 512 characters |
Array of objects (DownloadableDocument) This is to track the documents that will be avialble if the reviewOfOutcome is 'Return application' | |
required | object (UpdatedBy) |
{- "referralID": "REF-XXXX",
- "primaryCaseID": "PAN-XXXX",
- "caseStatus": "Submitted",
- "decisionOutcome": "Refer to description for values",
- "comments": "string",
- "documents": [
- {
- "documentName": "string",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "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"
}