This operation transfers the Contributions case creation details from ePlanning system to the consent authority's system.
CaseID required | string A fully qualified Contributions case number, format CON-xxxx. |
The request payload for the create contribution.
caseStatus required | string <= 100 characters This indicates the status of the Contributions case. |
parentCaseID required | string This indicates the parent case ID of the Contributions case. Possible formats are PAN-xxxxx or CDC-xxxxx. |
previousContributionInformation | Array of strings This is to track the previous arrangements which may impact contributions for new development. |
required | Array of objects This is to track the plan details used for Contributions case creation. Please refer to the reference data API for the latest values. |
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. |
{- "caseStatus": "In-progress",
- "parentCaseID": "PAN-XXXXX",
- "previousContributionInformation": [
- "Previous payment made for state contributions",
- "State planning agreement applies to the development"
], - "contributionPlans": [
- {
- "planId": "STIC-100000000123",
- "planName": "Greater Sydney State Infrastructure Contributions11",
- "planStatus": "In effect"
}
], - "proposedDevelopment": [
- {
- "developmentCategory": "Agriculture",
- "developmentTypes": [
- {
- "developmentType": "Aquaculture"
}
]
}
], - "stages": [
- {
- "proposedDevelopmentUses": [
- {
- "planId": "STIC-100000000123",
- "developmentType": "Dwelling houses",
- "unitOfCharge": "total no. of dwelling",
- "totalUnits": 3
}
], - "isExistingDevelopment": "yes",
- "existingDevelopment": [
- {
- "developmentCategory": "Agriculture",
- "developmentTypes": [
- {
- "developmentType": "Aquaculture"
}
]
}
], - "existingDevelopmentUses": [
- {
- "planId": "STIC-100000000123",
- "developmentType": "Dwelling houses",
- "unitOfCharge": "total no. of dwelling",
- "totalUnits": 44
}
]
}
], - "documents": {
- "documentType": "test.docx",
- "uploadedDateTime": "2019-08-24T14:15:22.0000000+00:00",
- "documentSize": 0,
- "updatedBy": "System Generated"
}
}
{- "statusCode": 200,
- "message": "Request is successfully executed"
}