This operation sends referral case information of subdivision PCC case created by the applicant from the eplanning to the certifier's IT system.
CaseID required | string A fully qualified application number or case id |
OrganisationID required | string The council LGA name or Private Certifier Organisation name to indicate where the response is routed to. |
IdempotencyId required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
Information request object
parentCaseID | string |
caseStatus required | string [ 1 .. 80 ] characters This is to track the case status of the post consent certificate application. |
object (agencyToConsultWith) Add agency | |
reviewOfOutcome | string (ReviewOfOutcome) This is to track the outcome of the review One of the below mentioned values are applicable for ReviewOfOutcome. Please refer to the reference data API for the latest values. 1 . Accept application 2. Return application 3. Referral noted, decision not required |
preliminaryReview | string (Preliminary Review) This is to track the Preliminary review outcome. Applicable if the reviewOfOutcome is 'Accept application'. One of the below mentioned values to be selected for PreliminaryReview. Please refer to the reference data API for the latest values. 1. Yes, the application is ready for decision 2. No, need more information |
retunApplication | string Required if the reviewOfOutcome is 'Return application' |
commentsOnDecisionNotRequired | string This field will be available on UI if the reviewOfOutcome is 'Referral noted, decision not required' |
decisionOutcome | string (DecisionOutcome) This is to track the outcome of the review. One of the below mentioned values to be selected for DecisionOutcome 1. Approved 2. Not Approved |
comments | string <= 2000 characters This is to track the Decision outcome comments. |
Array of objects (DownloadableDocument) This is to track the Documents avialable if the reviewOfOutcome is 'Return application' | |
object (updatedBy) |
{- "parentCaseID": "CFT-XXXX",
- "caseStatus": "Submitted",
- "referralDetails": {
- "agencyName": "string",
- "agencyReferenceNumber": "string",
- "reasonForReferral": "string",
- "referredBy": "string",
- "selectRequiredDocuments": [
- "Refer to description for values"
]
}, - "reviewOfOutcome": "Refer to description for values",
- "preliminaryReview": "Refer to description for values",
- "retunApplication": "string",
- "commentsOnDecisionNotRequired": "string",
- "decisionOutcome": "Refer to description for values",
- "comments": "string",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "documentURL": "string",
- "documentSize": 0,
- "updatedBy": "Council"
}
], - "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"
}