This operation transfers the council�s decision to either proceed or not proceed with the Planning Certificate 10.7 request from council�s IT system to the Online Section 10.7 Planning Certificate Service. This operation replicates the action performed on the Completeness Check screen in UI.
CaseID required | string A fully qualified Portal application number |
OrganisationID required | string The council LGA name or Private Certifier Organisation name to indicate where the request is originated from. |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
Information request object
outcomeOfReview required | string (ReviewOfOutcome) What is the outcome of your review, Proceed with certificate request or Not proceed with certificate request. One of the below mentioned values must be selected for ReviewOfOutcome 1. Proceed with certificate request 2. Not proceed with certificate request |
isFeePaid | string Applicant paid the relevant fees. Mandatory when What is the outcome of your review? equals to:"Proceed with certificate request" |
feeAmount | number <decimal> Total fee paid. Mandatory when Applicant paid the relevant fees? equals to:"Yes" |
councilUniqueIDNumber | number <= 20 characters Council unique identification number. Mandatory when daFeePaid equals to:"Yes/No" |
feeNotPaidReason | string <= 512 characters provide a reason why applicant didn't paid the relevant fees. Mandatory when Applicant paid the relevant fees equals to "No" |
rejectReason | string <= 512 characters Reason for return the applicaion by council. Mandatory when What is the outcome of your review? is equals to "Not proceed with certificate request" |
rejectDate | string <date> applcation rejected date by council. Mandatory when What is the outcome of your review? is equals to "Not proceed with certificate request" |
updatedByEmail | string (UpdatedByEmail) user mail address who performing the action. |
{- "outcomeOfReview": "Refer to description for values",
- "isFeePaid": "Yes",
- "feeAmount": 1250.9,
- "councilUniqueIDNumber": 0,
- "feeNotPaidReason": "string",
- "rejectReason": "string",
- "rejectDate": "2020-12-30",
- "updatedByEmail": "string"
}
{- "statusCode": 404,
- "message": "Internal Server error 19876",
- "activityId": "00000011-0ab-xy00-0000-500000000000",
- "errorCode": "DPE_TMS01",
- "errorDetails": "Inner Exceptions, Stack Trace, etc"
}