This operation transfers the applicant's decision to withdraw the Post-consent Certificate application from the Online Post-consent Certificate Service to the certifier's IT system.
CaseID required | string A fully qualified application number or case id |
OrganisationID required | string The council LGA name or Private Certifier Organisation name to indicate where the response is routed to. |
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
caseStatus | string case status |
withdrawalReason | string This is to track the Reason for withdrawal of the application. |
withdrawalDate required | string <date> non-empty This is to track the Date on which case is withdrawn. |
required | object (updatedBy) |
{- "caseStatus": "string",
- "withdrawalReason": "string",
- "withdrawalDate": "2020-09-10T00:00:00.000Z",
- "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"
}