This operation transfers the agency's decision to accept or return the application from agency's IT system to ePlanning's IT System.
CaseID required | string A fully qualified Agency Concurrence and Referral case. E.g. A-xxx case |
OrganisationID required | string The council LGA name or Agency Organisation name to indicate where the request has originated from. |
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
isAgencyAssessmentReq required | string (AgencyAssessment) Is agency assessment required? "Accept all "," Reject all" and "Accept/Reject individually" are only applicable when agency has more than one clause. One of the below mentioned values must be selected for One of the below mentioned values must be selected for AgencyAssessment 1. Accept 2. Reject 3. Accept all 4. Reject all 5. Accept/Reject individually |
rejectReason | string (Please provide reason) <= 2000 characters This infers that the agency need to provide the reason for which the assessment is not required. Mandatory when isAgencyAssessmentReq is- 'Reject' OR 'Reject All' |
agencyOfficer | string (Assign case to) <= 32 characters applicable when isAgencyAssessmentReq is "Accept" or "Accept all" |
Array of objects (ClauseDetails) | |
Array of objects (DownloadableDocument) Documents will be available if the isAgencyAssessmentReq is 'Reject' OR 'Reject All' | |
updatedByEmail required | string (UpdatedByEmail) user mail address who performing the action. |
{- "isAgencyAssessmentReq": "Refer to description for values",
- "rejectReason": "string",
- "agencyOfficer": "string",
- "clauseDetails": [
- {
- "isAgencyAssessmentReq": "Refer to description for values",
- "rejectReason": "string",
- "clauseName": "string"
}
], - "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "documentURL": "string"
}
], - "updatedByEmail": "string"
}
{- "documentName": "test.docx",
- "documentType": "string",
- "eplanningDocId": "string",
- "externalOrgDocURL": "string"
}