UpdateContribution

This operation transfers the Contribution case details from ePlanning system to external system.

path Parameters
CaseID
required
string

A fully qualified Contributions case number, format CON-xxxx.

Request Body schema: application/json
caseStatus
required
string <= 100 characters

This is to track the the status of the Contributions case

additionalInformation
string

This is to track the spatial layers intersecting with site address. Example values are - 1.Note: The site, or part of the site, is located within a rural zone.; 2. The site, or part of the site, is located within a Special Infrastructure Contributions Area. Consult the Department of Planning and Environment to determine how this affects State infrastructure contributions. Please go to this link for an estimation under existing Special Infrastructure Contributions frameworks.; 3.Note: The site, or part of the site, is located within the lease area as identified in the SEPP (Three Ports) 2013 Lease Area Map.

required
Array of objects

This is to track the plan details applied for contributions calculation. Please refer to the reference data API for the latest values.

previousContributionInformation
Array of strings

This is to track the previous arrangements which may impact contributions for new development.

Array of objects

This is to track the proposed development details that were submitted in the application. Please refer to the reference data API for the latest values.

Array of objects

This is to track the number of stages proposed by the applicant during application submission. The object repeats as many times as the number of stages. Note- multiple stages are not applicable under a Complying Develoment Certificate parent application.

Array of objects

This is to track the list of documents provided during Contributions case creation.

object

Responses

Request samples

Content type
application/json
{
  • "caseStatus": "Resolved-",
  • "additionalInformation": [
    ],
  • "contributionPlans": [
    ],
  • "previousContributionInformation": [
    ],
  • "proposedDevelopment": [
    ],
  • "stages": [
    ],
  • "documents": [],
  • "updatedBy": {
    }
}

Response samples

Content type
application/json
{
  • "statusCode": 200,
  • "message": "Request is successfully executed"
}