CNRUpdateAdditionalInfo

This operation transfers the additional information provided by Council (requested by particular Agency) from ePlanning's IT system to the Agency's IT System.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
OrganisationID
required
string

Used by the API gateway to route the request to the council's API endpoint.

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

caseStatus
string <= 32 characters

Status of the Concurrence and Referral case

additionalInfoProvided
boolean (Does the applicant agree to provide the information)

it infers whether the applicant agrees to provide the information requested

Array of objects (ProvideAdditionalInfo)

The additional information requests made earlier.

Array of objects (agencyInfo)
Array of objects (DownloadableDocument)

Documnets uploaded by council. only applicable when additionalInfoProvided is- "true"

object (UpdatedBy)

Responses

Request samples

Content type
application/json
{
  • "caseStatus": "submitted",
  • "additionalInfoProvided": true,
  • "allAdditionalInfoRequests": [
    ],
  • "agencies": [
    ],
  • "documents": [],
  • "updatedBy": {
    }
}