This operation transfers the application created by the applicant from the Section 68 of the Local Government Act Service to the Council's IT system.
Section 68 - ePlanning to Council API (v1)
https://dpie-apim-uat.redocly.app/
Information request object
used to hold applicant's details.
This property will confirm whether the applicant is a company or Not. If YES, need to provide the company details.
what is the application type to be created. One of the below mentioned values must be selected for ApplicationType 1. Section 68 application 2. Section 68 modification application 3. Section 68 review of determination
type of the related application and is applicable when 'applicationType' is selected as 'Section 68 application'. One of the below mentioned values must be selected for RelatedApplication 1. Complying Development Certificate (CDC) 2. Development Application (DA) 3. No related application
applicable when 'Complying Development Certificate (CDC)' or 'Development Application (DA)' is selected as part of 'relatedApplication' given options.
Holds the related portal caseID of either 'Complying Development Certificate (CDC)' or 'Development Application (DA)' and is applicable when 'Complying Development Certificate (CDC)' or 'Development Application (DA)' is selected as part of 'relatedApplication' given options.
Applicable when 'applicationType' is 'Section 68 modification application' or 'Section 68 review of determination'
applicable when 'applicationType' is 'Section 68 modification application'or 'Section 68 review of determination'. This field is required when 'isCaseAppliedOnPortal' is true
applicable when 'applicationType' is 'Section 68 modification application' or 'Section 68 review of determination'. This field is required when 'isCaseAppliedOnPortal' is false
applicable when 'applicationType' is 'Section 68 modification application' or 'Section 68 review of determination'. This field is required when 'isCaseAppliedOnPortal' is true
applicable when 'applicationType' is 'Section 68 modification application' and holds the comments why the other case is modified.
Address where the development is happening
Used to differentiate if address is present in the system or not.
used to check if the land is adjacent to this lot and applicable if 'addressMissing' is true
Local Government Area under which this application falls
Holds the type of development proposed by the applicant.
applicable when 'developmentType'is selected as 'Structure or places of public entertainment'
applicable when 'developmentType'is selected as 'Water supply, sewerage and stormwater drainage work'
applicable when 'developmentType'is selected as 'Management of waste'
applicable when 'developmentType'is selected as 'Works and activities within public roads'
applicable when 'developmentType'is selected as 'Works and activities within Community Lands'
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the size of property proposed. One of the below mentioned values must be selected for propertySize 1. Land size of less than 1000m2 2. Land size of 1000m2 – 2000m2 3. Land size of more than 2000m2
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the usage of property. One of the below mentioned values must be selected for propertyUse 1. Residential dwelling 2. Commercial and/or industrial development 3. Other
applicable when 'Residential dwelling' is selected in 'propertyUse'
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the type of watter supply. One of the below mentioned values must be selected for typeOfWaterSupply 1. Mains water supply (town water) 2. Tank water 3. Dam, river or bore water
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the type of waste treatment
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the type of system to be installed (treatment system)
applicable when 'wasteMgmtTreatmentSystem' is 'Other'
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the type of system to be installed (treatment system)
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the tank capacity in litres
applicable when 'hoursOfOperation' is present and holds additional comments on operating hours.
applicable when 'otherDevelopmentWorks' is selected as 'Other'
applicable when 'communityLandWorks' has 'Engage in a trade or business' and tells if applicant is intended to operate the outdoor dining area as a licensed premises
applicable when 'diningAreaLicensed' is true and holds whether the applicant holds liquor license or not
applicable when 'isLiquorLicenseHeld' is true and holds the liquor license number provided
holds the brief explanation of the proposed works
Tells if there are any security or site conditions which may impact on the person undertaking the inspection. eg: locked gates, animals, etc
Applicable and required when 'siteConditionsImpact' is true and holds the detailed description of site or security conditions may impact inspecting person.
describes if the applicant or owner a staff member or councillor of the council assessing the application
applicable and required when 'isApplicantPartOfCouncil' is true
describes if the applicant or owner have a relationship with any staff or councillor of the council assessing the application
applicable and required when 'applicantRelatedWithcouncilMember' is true
This is to track if application details are resent. True indicates a retriggered event.
Required applicant declaration for Section 68 of the Local Government Act
https://dpie-apim-uat.redocly.app/CreateSec68/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://dpie-apim-uat.redocly.app/CreateSec68/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'OrganisationID: string' \
-d '{
"caseStatus": "Submitted",
"primaryApplicant": {
"applyOnBehalfOfCompany": true,
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"applicantCompany": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string",
"address": "string",
"email": "user@example.com"
}
},
"secondaryApplicants": [
{
"applyOnBehalfOfCompany": true,
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"applicantCompany": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string",
"address": "string",
"email": "user@example.com"
}
}
],
"applicationType": "Refer to description for values",
"relatedApplication": "Refer to description for values",
"relatedApplicationAppliedViaPortal": true,
"relatedPortalCaseID": "string",
"isCaseAppliedOnPortal": true,
"referenceNumberOfPastCase": "string",
"dateOfDetermiantionOfPastCase": "2019-08-24",
"dateOfDetermiantion": "2019-08-24",
"modificationDescription": "string",
"siteAddresses": [
{
"address": "19-33 Elizabeth Street, Narrandera, 2700",
"addressDetail": {
"complexUnitType": "string",
"complexLevelType": "string",
"complexLevelNumber": "string",
"complexUnitIdentifier": "string",
"streetNumber1": "string",
"streetNumber2": "string",
"streetName": "string",
"streetSuffix": "string",
"streetType": "string",
"suburb": "string",
"latitude": 0,
"longitude": 0,
"wkid": "string",
"cadastralID": "string",
"primarySecondary": "string",
"state": "string",
"postCode": 0
},
"addressMissing": true,
"adjacentLot": true,
"lotList": [
{
"lotsectionplan": "1/-/SPXXXXX"
}
],
"lga": "PENRITH",
"isPrimary": true
}
],
"developmentType": [
{
"publicPlace": [
"Refer to description for values"
],
"waterWorks": [
"Refer to description for values"
],
"wasteManagement": [
"Refer to description for values"
],
"publicRoadWorks": [
"Refer to description for values"
],
"communityLandWorks": [
"Refer to description for values"
],
"otherDevelopmentWorks": [
"Refer to description for values"
]
}
],
"propertySize": "Refer to description for values",
"propertyUse": "Refer to description for value",
"noOfBedrooms": 0,
"propertyUseOther": "string",
"typeOfWaterSupply": "Refer to description for value",
"typeOfWasteTreatment": [
"Refer to description for values"
],
"tradeWasteDesc": "string",
"otherWasteDesc": "string",
"wasteMgmtTreatmentSystem": [
"Refer to description for values"
],
"otherTreatmentSystemDesc": "string",
"wasteMgmtTypeOfSystem": [
"Refer to description for values"
],
"otherTypeOfSystemDesc": "string",
"tankCapacity": [
12.5
],
"proposed24HrWork": {
"isMonWorkDay": true,
"MonWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isTueWorkDay": true,
"TueWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isWedWorkDay": true,
"WedWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isThuWorkDay": true,
"ThuWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isFriWorkDay": true,
"FriWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isSatWorkDay": true,
"SatWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isSunWorkDay": true,
"SunWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
}
},
"operationHoursComments": "string",
"otherDevelopment": "string",
"diningAreaLicensed": true,
"isLiquorLicenseHeld": true,
"liquorLicenceNumber": "string",
"briefOfProposedWorks": "string",
"estimatedCost": 0,
"siteConditionsImpact": true,
"impactDetals": "string",
"isApplicantCouncilMember": true,
"applicantCouncilRoleDescription": "string",
"isApplicantRelatedToCouncil": true,
"applicantCouncilRelationDecription": "string",
"contractorLicenseeDetails": {
"applyOnBehalfOfCompany": true,
"companyDetails": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string"
},
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
},
"licenceNumber": "string"
}
},
"drainageWorkerDetails": {
"applyOnBehalfOfCompany": true,
"companyDetails": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string"
},
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
},
"licenceNumber": "string"
}
},
"plumberDetails": {
"applyOnBehalfOfCompany": true,
"companyDetails": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string"
},
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
},
"licenceNumber": "string"
}
},
"manufacturerDetails": {
"applyOnBehalfOfCompany": true,
"companyDetails": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string"
},
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
},
"licenceNumber": "string"
}
},
"payerInformation": {
"isPayerCompany": true,
"payerPerson": {
"title": "Refer to description for values",
"payerInfo": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"payerCompany": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string",
"address": "string",
"email": "user@example.com"
}
},
"isResend": true,
"documents": [
{
"documentName": "test.docx",
"documentType": "string",
"uploadedDateTime": "2019-08-24T14:15:22Z",
"documentURL": "string",
"documentSize": 0,
"updatedBy": "Council"
}
],
"declarations": [
"Refer to description for values"
],
"updatedBy": {
"person": {
"firstName": "John",
"familyName": "Smith",
"email": "john.smith@gmail.com",
"contactNumber": "stringst"
}
}
}'
Information request object
used to hold applicant's details.
This property will confirm whether the applicant is a company or Not. If YES, need to provide the company details.
what is the application type to be created. One of the below mentioned values must be selected for ApplicationType 1. Section 68 application 2. Section 68 modification application 3. Section 68 review of determination
type of the related application and is applicable when 'applicationType' is selected as 'Section 68 application'. One of the below mentioned values must be selected for RelatedApplication 1. Complying Development Certificate (CDC) 2. Development Application (DA) 3. No related application
applicable when 'Complying Development Certificate (CDC)' or 'Development Application (DA)' is selected as part of 'relatedApplication' given options.
Holds the related portal caseID of either 'Complying Development Certificate (CDC)' or 'Development Application (DA)' and is applicable when 'Complying Development Certificate (CDC)' or 'Development Application (DA)' is selected as part of 'relatedApplication' given options.
Applicable when 'applicationType' is 'Section 68 modification application' or 'Section 68 review of determination'
applicable when 'applicationType' is 'Section 68 modification application'or 'Section 68 review of determination'. This field is required when 'isCaseAppliedOnPortal' is true
applicable when 'applicationType' is 'Section 68 modification application' or 'Section 68 review of determination'. This field is required when 'isCaseAppliedOnPortal' is false
applicable when 'applicationType' is 'Section 68 modification application' or 'Section 68 review of determination'. This field is required when 'isCaseAppliedOnPortal' is true
applicable when 'applicationType' is 'Section 68 modification application' and holds the comments why the other case is modified.
Address where the development is happening
Used to differentiate if address is present in the system or not.
used to check if the land is adjacent to this lot and applicable if 'addressMissing' is true
Local Government Area under which this application falls
Holds the type of development proposed by the applicant.
applicable when 'developmentType'is selected as 'Structure or places of public entertainment'
applicable when 'developmentType'is selected as 'Water supply, sewerage and stormwater drainage work'
applicable when 'developmentType'is selected as 'Management of waste'
applicable when 'developmentType'is selected as 'Works and activities within public roads'
applicable when 'developmentType'is selected as 'Works and activities within Community Lands'
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the size of property proposed. One of the below mentioned values must be selected for propertySize 1. Land size of less than 1000m2 2. Land size of 1000m2 – 2000m2 3. Land size of more than 2000m2
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the usage of property. One of the below mentioned values must be selected for propertyUse 1. Residential dwelling 2. Commercial and/or industrial development 3. Other
applicable when 'Residential dwelling' is selected in 'propertyUse'
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the type of watter supply. One of the below mentioned values must be selected for typeOfWaterSupply 1. Mains water supply (town water) 2. Tank water 3. Dam, river or bore water
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the type of waste treatment
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the type of system to be installed (treatment system)
applicable when 'wasteMgmtTreatmentSystem' is 'Other'
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the type of system to be installed (treatment system)
applicable when 'wasteManagement' is selected as 'Operate a system of sewage management (within the meaning of section 68A)' and holds the tank capacity in litres
applicable when 'hoursOfOperation' is present and holds additional comments on operating hours.
applicable when 'otherDevelopmentWorks' is selected as 'Other'
applicable when 'communityLandWorks' has 'Engage in a trade or business' and tells if applicant is intended to operate the outdoor dining area as a licensed premises
applicable when 'diningAreaLicensed' is true and holds whether the applicant holds liquor license or not
applicable when 'isLiquorLicenseHeld' is true and holds the liquor license number provided
holds the brief explanation of the proposed works
Tells if there are any security or site conditions which may impact on the person undertaking the inspection. eg: locked gates, animals, etc
Applicable and required when 'siteConditionsImpact' is true and holds the detailed description of site or security conditions may impact inspecting person.
describes if the applicant or owner a staff member or councillor of the council assessing the application
applicable and required when 'isApplicantPartOfCouncil' is true
describes if the applicant or owner have a relationship with any staff or councillor of the council assessing the application
applicable and required when 'applicantRelatedWithcouncilMember' is true
This block will be sending the full set of documents.
This block will be sending the delta documents uploaded or updated as part of update operation.
Required applicant declaration for Section 68 of the Local Government Act
https://dpie-apim-uat.redocly.app/UpdateSec68/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://dpie-apim-uat.redocly.app/UpdateSec68/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'OrganisationID: string' \
-d '{
"caseStatus": "Submitted",
"primaryApplicant": {
"applyOnBehalfOfCompany": true,
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"applicantCompany": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string",
"address": "string",
"email": "user@example.com"
}
},
"secondaryApplicants": [
{
"applyOnBehalfOfCompany": true,
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"applicantCompany": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string",
"address": "string",
"email": "user@example.com"
}
}
],
"applicationType": "Refer to description for values",
"relatedApplication": "Refer to description for values",
"relatedApplicationAppliedViaPortal": true,
"relatedPortalCaseID": "string",
"isCaseAppliedOnPortal": true,
"referenceNumberOfPastCase": "string",
"dateOfDetermiantionOfPastCase": "2019-08-24",
"dateOfDetermiantion": "2019-08-24",
"modificationDescription": "string",
"siteAddresses": [
{
"address": "19-33 Elizabeth Street, Narrandera, 2700",
"addressDetail": {
"complexUnitType": "string",
"complexLevelType": "string",
"complexLevelNumber": "string",
"complexUnitIdentifier": "string",
"streetNumber1": "string",
"streetNumber2": "string",
"streetName": "string",
"streetSuffix": "string",
"streetType": "string",
"suburb": "string",
"latitude": 0,
"longitude": 0,
"wkid": "string",
"cadastralID": "string",
"primarySecondary": "string",
"state": "string",
"postCode": 0
},
"addressMissing": true,
"adjacentLot": true,
"lotList": [
{
"lotsectionplan": "1/-/SPXXXXX"
}
],
"lga": "PENRITH",
"isPrimary": true
}
],
"developmentType": [
{
"publicPlace": [
"Refer to description for values"
],
"waterWorks": [
"Refer to description for values"
],
"wasteManagement": [
"Refer to description for values"
],
"publicRoadWorks": [
"Refer to description for values"
],
"communityLandWorks": [
"Refer to description for values"
],
"otherDevelopmentWorks": [
"Refer to description for values"
]
}
],
"propertySize": "Refer to description for values",
"propertyUse": "Refer to description for value",
"noOfBedrooms": 0,
"propertyUseOther": "string",
"typeOfWaterSupply": "Refer to description for value",
"typeOfWasteTreatment": [
"Refer to description for values"
],
"tradeWasteDesc": "string",
"otherWasteDesc": "string",
"wasteMgmtTreatmentSystem": [
"Refer to description for values"
],
"otherTreatmentSystemDesc": "string",
"wasteMgmtTypeOfSystem": [
"Refer to description for values"
],
"otherTypeOfSystemDesc": "string",
"tankCapacity": [
12.5
],
"proposed24HrWork": {
"isMonWorkDay": true,
"MonWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isTueWorkDay": true,
"TueWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isWedWorkDay": true,
"WedWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isThuWorkDay": true,
"ThuWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isFriWorkDay": true,
"FriWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isSatWorkDay": true,
"SatWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
},
"isSunWorkDay": true,
"SunWorkDay": {
"proposed24HrWork": true,
"startWorkingHours": "09:30 AM",
"endWorkingHours": "05:30 PM"
}
},
"operationHoursComments": "string",
"otherDevelopment": "string",
"diningAreaLicensed": true,
"isLiquorLicenseHeld": true,
"liquorLicenceNumber": "string",
"briefOfProposedWorks": "string",
"estimatedCost": 0,
"siteConditionsImpact": true,
"impactDetals": "string",
"isApplicantCouncilMember": true,
"applicantCouncilRoleDescription": "string",
"isApplicantRelatedToCouncil": true,
"applicantCouncilRelationDecription": "string",
"contractorLicenseeDetails": {
"applyOnBehalfOfCompany": true,
"companyDetails": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string"
},
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
},
"licenceNumber": "string"
}
},
"drainageWorkerDetails": {
"applyOnBehalfOfCompany": true,
"companyDetails": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string"
},
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
},
"licenceNumber": "string"
}
},
"plumberDetails": {
"applyOnBehalfOfCompany": true,
"companyDetails": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string"
},
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
},
"licenceNumber": "string"
}
},
"manufacturerDetails": {
"applyOnBehalfOfCompany": true,
"companyDetails": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string"
},
"contactDetails": {
"title": "Refer to description for values",
"person": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
},
"licenceNumber": "string"
}
},
"payerInformation": {
"isPayerCompany": true,
"payerPerson": {
"title": "Refer to description for values",
"payerInfo": {
"firstName": "string",
"otherName": "string",
"familyName": "string",
"contactNumber": "stringst",
"email": "string",
"address": "string"
}
},
"payerCompany": {
"companyName": "string",
"ABN": "12345678910",
"ACN": "123456789",
"tradingName": "string",
"address": "string",
"email": "user@example.com"
}
},
"documents": [
{
"documentName": "test.docx",
"documentType": "string",
"uploadedDateTime": "2019-08-24T14:15:22Z",
"documentURL": "string",
"documentSize": 0,
"updatedBy": "Council"
}
],
"deltaDocuments": [
{
"documentName": "test.docx",
"documentType": "string",
"uploadedDateTime": "2019-08-24T14:15:22Z",
"documentURL": "string",
"documentSize": 0,
"updatedBy": "Council"
}
],
"declarations": [
"Refer to description for values"
],
"updatedBy": {
"person": {
"firstName": "John",
"familyName": "Smith",
"email": "john.smith@gmail.com",
"contactNumber": "stringst"
}
}
}'
Information request object
Following a preliminary review, is the detail provided complete and is the case ready for a decision? One of the below mentioned values must be selected for PreliminaryReview 1. Yes, the application is ready for decision 2. No, need more information
https://dpie-apim-uat.redocly.app/Assessment/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://dpie-apim-uat.redocly.app/Assessment/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'OrganisationID: string' \
-d '{
"childCaseID": "REF-XXXX",
"primaryCaseID": "S68-XXXX",
"caseStatus": "Submitted",
"agencyOfficer": "Test@yopmail.com",
"preliminaryReview": "Refer to description for values",
"updatedBy": {
"person": {
"firstName": "John",
"familyName": "Smith",
"email": "john.smith@gmail.com",
"contactNumber": "stringst"
}
}
}'
Information request object
What is the outcome of your assessment? One of the below mentioned values must be selected for DecisionOutcome 1. Advice 2. Decision not required
Documents will be avialble if the reviewOfOutcome is 'Return application'
https://dpie-apim-uat.redocly.app/Decision/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://dpie-apim-uat.redocly.app/Decision/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'OrganisationID: string' \
-d '{
"childCaseID": "REF-XXXX",
"primaryCaseID": "S68-XXXX",
"caseStatus": "Submitted",
"decisionOutcome": "Refer to description for values",
"comments": "string",
"documents": [
{
"documentName": "test.docx",
"documentType": "string",
"uploadedDateTime": "2019-08-24T14:15:22Z",
"documentURL": "string",
"documentSize": 0,
"updatedBy": "Council"
}
],
"updatedBy": {
"person": {
"firstName": "John",
"familyName": "Smith",
"email": "john.smith@gmail.com",
"contactNumber": "stringst"
}
}
}'