RelayAgencyAcceptReturn

To get updates of other agencies use Relay Function .This operation transfers the agency's pre-assessment(accepted,Rejected etc)on Agency application from agency's IT system to the ePlanning's IT System."

path Parameters
CaseID
required
string

A fully qualified Agency Concurrence and Referral case. E.g. A-xxx case

header Parameters
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"

Request Body schema: application/json

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 AgencyAssessment 1. Accept 2. Reject 3. Accept all 4. Reject all 5. Accept/Reject individually

rejectReason
string (Please provide reason)

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'

CNRCaseID
string

Holds CNR Case ID

agencyToBeAssessed
string

This Infers Agencyname which is performing Preassessment .

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 avaialble if the isAgencyAssessmentReq is 'Reject' OR 'Reject All'

Array of objects (agencyInfo)
required
object (UpdatedBy)

Responses

Request samples

Content type
application/json
{
  • "isAgencyAssessmentReq": "Refer to description for values",
  • "rejectReason": "string",
  • "CNRCaseID": "CNR-XXX",
  • "agencyToBeAssessed": "string",
  • "agencyOfficer": "string",
  • "clauseDetails": [
    ],
  • "documents": [],
  • "agencies": [
    ],
  • "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"
}