This operation transfers the Contribution case details from ePlanning system to external system.
CaseID required | string A fully qualified Contributions case number, format CON-xxxx. |
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 |
{- "caseStatus": "Resolved-",
- "additionalInformation": [
- "This site is in a rural zone",
- "This is in SIC zone"
], - "contributionPlans": [
- {
- "planId": "STIC-100000000123",
- "planName": "Greater Sydney State Infrastructure Contributions11",
- "planStatus": "In effect"
}
], - "previousContributionInformation": [
- "Previous payment made for state contributions",
- "State planning agreement applies to the development"
], - "proposedDevelopment": [
- {
- "developmentCategory": "Agriculture",
- "developmentTypes": [
- {
- "developmentType": "Aquaculture"
}
]
}
], - "stages": [
- {
- "proposedDevelopmentUses": [
- {
- "planId": "STIC-100000000123",
- "developmentType": "Dwelling houses",
- "unitOfChargeName": "total no. of dwelling",
- "indexedRate": 0,
- "calculatedAmount": 14760,
- "currentIndexationPeriod": "2022-06-01",
- "currentIndexationValue": 102,
- "baseIndexationValue": 90,
- "totalUnits": 1
}, - {
- "planId": "STIC-100000000123",
- "developmentType": "Group homes (transitional) or transitional group homes",
- "unitOfChargeName": "total no. of dwelling",
- "indexedRate": 0,
- "calculatedAmount": 49200,
- "currentIndexationPeriod": "2022-06-01",
- "currentIndexationValue": 102,
- "baseIndexationValue": 90,
- "totalUnits": 4
}
], - "isExistingDevelopment": "yes",
- "existingDevelopment": [
- {
- "developmentCategory": "Agriculture",
- "developmentTypes": [
- {
- "developmentType": "Aquaculture"
}
]
}
], - "existingDevelopmentUses": [
- {
- "planId": "STIC-100000000123",
- "developmentType": "Dwelling houses",
- "unitOfChargeName": "total no. of dwelling",
- "indexedRate": 0,
- "calculatedAmount": 14760,
- "currentIndexationPeriod": "2022-06-01",
- "currentIndexationValue": 102,
- "baseIndexationValue": 90,
- "totalUnits": 4
}, - {
- "planId": "STIC-100000000123",
- "developmentType": "Group homes (transitional) or transitional group homes",
- "unitOfChargeName": "total no. of dwelling",
- "indexedRate": 0,
- "calculatedAmount": 49200,
- "currentIndexationPeriod": "2022-06-01",
- "currentIndexationValue": 102,
- "baseIndexationValue": 90,
- "totalUnits": 4
}
], - "calculationSummary": [
- {
- "planName": "Greater Sydney State Infrastructure Contributions Location Based",
- "planId": "LBSC-100000000123",
- "timingOfPayment": "Subdivision certificate",
- "assessedAmount": 23,
- "contributionsAmount": 23,
- "assessedAmountReason": "Other",
- "assessedAmountReasonDescription": "Description of reason when we select 'other' for assessedAmountReason",
- "systemCalculatedAmount": 108240
}, - {
- "planName": "Greater Sydney State Infrastructure Contributions Location Based6232",
- "planId": "LBSC-10000516232",
- "timingOfPayment": "Subdivision certificate",
- "assessedAmount": 23,
- "contributionsAmount": 23,
- "assessedAmountReason": "Other",
- "assessedAmountReasonDescription": "Description of reason when we select 'other' for assessedAmountReason",
- "systemCalculatedAmount": 108240
}
]
}
], - "documents": [
- {
- "documentName": "test.docx",
- "documentType": "Determination",
- "uploadedDateTime": "2019-08-24T14:15:22.0000000+00:00",
- "documentSize": "",
- "uploadedBy": "",
}
], - "updatedBy": {
- "firstName": "John",
- "familyName": "Smith",
- "email": "john.smith@gmail.com",
- "contactNumber": "23802123222"
}
}
{- "statusCode": 200,
- "message": "Request is successfully executed"
}