This operation enables the relevant organisation to request ePlanning to send the list of case ids, submitted date, Certifiers Certificate Reference Number, DA Number, CDC number, Accreditation No and certificate type in to their IT system.
OrganisationID | string The relevant organisation name to indicate where the request is originated from. |
accreditationNumber | string This refers to the the Registration Number of the certifier. |
certifiersCertificateReferenceNumber required | string This refers to the certifiers Certificate reference number. This is enabled with partial match search using the 'contains' condition. The minimum character length is set to 5. |
DANumber | string This refers to the DAnumber that is related to the certificate. |
CDCNumber | string This refers to the CDCnumber that is related to the certificate. |
caseCreatedStartDate | string <date> This refers to the timelines of the case creation date. Timeline searches can be acheived through this attribute. Date format is "yyyy-MM-dd". |
caseCreatedEndDate | string <date> This refers to the timelines of the case creation date. Timeline searches can be acheived through this attribute. Date format is "yyyy-MM-dd". |
certificateType required | string This refers to the type of certificate for which the case has been created. |
curl -i -X GET \ https://api.apps1.nsw.gov.au/planning/CRMgmt/PrivateCertifiers/v1/OnlineCRCaseDetails/ \ -H 'CDCNumber: string' \ -H 'DANumber: string' \ -H 'OrganisationID: string' \ -H 'accreditationNumber: string' \ -H 'caseCreatedEndDate: 2019-08-24' \ -H 'caseCreatedStartDate: 2019-08-24' \ -H 'certificateType: string' \ -H 'certifiersCertificateReferenceNumber: string'
[- {
- "caseID": "string",
- "submittedDate": "2019-08-24",
- "certifiersCertificateReferenceNumber": "string",
- "DANumber": "string",
- "CDCNumber": "string",
- "accreditationNumber": "string",
- "certificateType": "string",
- "dateOfIssue": "string"
}
]