Assessment

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

path Parameters
CaseID
required
string

A fully qualified Referral case for S68

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

agencyOfficer
required
string

Assign case to

preliminaryReview
required
string (Preliminary Review)

Following a preliminary review, is the detail provided complete and is the case ready for a decision? One of the below mentioned values must be selected for PreliminaryReview 1. Yes, the application is ready for decision 2. No, need more information

required
object (UpdatedBy)

Responses

Request samples

Content type
application/json
{
  • "childCaseID": "REF-XXXX",
  • "primaryCaseID": "S68-XXXX",
  • "caseStatus": "Submitted",
  • "agencyOfficer": "Test@yopmail.com",
  • "preliminaryReview": "Refer to description for values",
  • "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"
}