Withdraw

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.

path Parameters
CaseID
required
string

A fully qualified Planning Certificate 10.7 case

header Parameters
OrganisationID
required
string

The council LGA name or Private Certifier Organisation name to indicate where the response is routed to.

Request Body schema: application/json

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)

Responses

Request samples

Content type
application/json
{
  • "caseStatus": "Submitted",
  • "withdrawApplication": "Refer to description for values",
  • "withdrawalDate": "2019-08-24",
  • "updatedBy": {
    }
}

Response samples

Content type
application/json
{
  • "statusCode": 404,
  • "message": "Internal Server error 19876",
  • "activityId": "00000011-0ab-xy00-0000-500000000000",
  • "errorCode": "DPE_TMS01",
  • "errorDetails": "Inner Exceptions, Stack Trace, etc"
}