Decision

This operation is to send information of the determination of Referrals to Council's IT system.

path Parameters
CaseID
required
string

A fully qualified Referral case

header Parameters
OrganisationID
required
string

The council LGA name or Agency Organisation name to indicate where the request is originated from.

Request Body schema: application/json

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)

Responses

Request samples

Content type
application/json
{
  • "childCaseID": "REF-XXXX",
  • "primaryCaseID": "S68-XXXX",
  • "caseStatus": "Submitted",
  • "decisionOutcome": "Refer to description for values",
  • "comments": "string",
  • "documents": [
    ],
  • "updatedBy": {
    }
}

Response samples

Content type
application/json
{
  • "statusCode": 404,
  • "message": "Internal Server error 19876",
  • "activityId": "00000011-0ab-xy00-0000-500000000000",
  • "errorCode": "DPE_TMS01",
  • "errorDetails": "Inner Exceptions, Stack Trace, etc"
}