ReferralAssessment

This operation transfers the council's referral assessment details from state DA online digital service 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

councilOfficer
required
string non-empty

This infers to whom the case will be assigned

preliminaryReview
required
string (Preliminary Review)

Following a preliminary review, is the detail provided complete and is the case ready for a decision? 1.Yes, the application is ready for decision 2.No, need more information

required
object (UpdatedBy)

Responses

Request samples

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