This operation transfers the council's referral assessment details from state DA online digital service 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 |
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) |
{- "referralID": "REF-XXXX",
- "primaryCaseID": "PAN-XXXX",
- "caseStatus": "Submitted",
- "councilOfficer": "Test@yopmail.com",
- "preliminaryReview": "Refer to description for values",
- "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"
}