ReferralDecision

This operation transfers the council's referral decision details to agency's IT system.

path Parameters
CaseID
required
string

A fully qualified referral case ID of Online State DA application.

header Parameters
OrganisationID
required
string

Used by the API gateway to route the request to the relevant agency.

Request Body schema: application/json

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)

Responses

Request samples

Content type
application/json
{
  • "referralID": "REF-XXXX",
  • "primaryCaseID": "PAN-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"
}