This operation transfers the applicant's decision to withdraw Planning Certificate requests from the Online Section 10.7 Planning Certificate Service into the council IT system.
CaseID required | string A fully qualified Planning Certificate 10.7 case |
OrganisationID required | string The council LGA name or Private Certifier Organisation name to indicate where the response is routed to. |
Information request object
caseStatus required | string <= 80 characters Status of the Planning Certificate 10.7 case |
withdrawApplication required | string (WithdrawApplication) Selection of application to Cancel/ Withdraw. One of the below mentioned values must be selected for WithdrawApplication 1. Cancel request 2. Withdraw application |
withdrawalDate | string <date> Date on which case is withdrawn |
required | object (updatedBy) |
{- "caseStatus": "Submitted",
- "withdrawApplication": "Refer to description for values",
- "withdrawalDate": "2019-08-24",
- "updatedBy": {
- "person": {
- "firstName": "John",
- "familyName": "Smith",
- "email": "john.smith@gmail.com",
- "contactNumber": "stringst"
}
}
}
{- "statusCode": 404,
- "message": "Internal Server error 19876",
- "activityId": "00000011-0ab-xy00-0000-500000000000",
- "errorCode": "DPE_TMS01",
- "errorDetails": "Inner Exceptions, Stack Trace, etc"
}