Instructs Home Office downstream systems. Note: Use of the term 'instruct' avoids any confusion with existing business terms, such as 'notification' and 'direction', which are not overly descriptive to the Home Office.
post/applicationInstruct/setInstruct
Request body
Example request
{
"endChallengeDate": "2017-07-21T17:32:28Z",
"courtType": "FIRST_TIER",
"note": "Additional notes from HMCTS",
"messageHeader": {
"eventDateTime": "2017-07-21T17:32:28Z",
"correlationId": "ABC2344BCED2234EA",
"consumer": {
"code": "HMCTS",
"description": "HM Courts and Tribunal Service"
}
},
"messageType": "REQUEST_CHALLENGE_END",
"courtOutcome": {
"courtType": "FIRST_TIER",
"outcome": "DISMISSED"
},
"endReason": "STRUCK_OUT",
"deadlineDate": "2017-07-21T17:32:28Z",
"challenge": {
"appealTierType": "FIRST_TIER",
"appealType": "DEPRIVATION_OF_CITIZENSHIP",
"applicants": [
{
"gender": {
"code": "M (denoting male)",
"description": "Male"
},
"nationality": {
"code": "CAN (denoting Canada)",
"description": "Canada"
},
"dayOfBirth": 21,
"givenName": "Capability",
"familyName": "Smith",
"fullName": "Capability Smith",
"monthOfBirth": 0,
"yearOfBirth": 1970
},
{
"gender": {
"code": "M (denoting male)",
"description": "Male"
},
"nationality": {
"code": "CAN (denoting Canada)",
"description": "Canada"
},
"dayOfBirth": 21,
"givenName": "Capability",
"familyName": "Smith",
"fullName": "Capability Smith",
"monthOfBirth": 0,
"yearOfBirth": 1970
}
],
"challengeSubmissionDate": "2017-07-21T17:32:28Z"
},
"hearing": {
"hearingType": "ORAL",
"witnessQty": 6,
"witnessNames": "John Smyth, Jennie Walker",
"hearingDate": "2017-07-21",
"hearingLocation": "Royal Courts of Justice, London",
"hearingTime": "10:30:00Z",
"hmctsHearingRef": "hmctsHearingRef"
},
"hoReference": "nnnn-nnnn-nnnn-nnnn (UAN) or CID (case ID, e.g. 001234567)",
"consumerReference": {
"code": "HMCTS_CHALLENGE_REF",
"description": "HMCTS challenge reference",
"value": "xxxyyyynnn-nnn",
"consumer": {
"code": "HMCTS",
"description": "HM Courts and Tribunal Service"
}
}
}Response
OK
Example response
{
"messageHeader": {
"eventDateTime": "2017-07-21T17:32:28Z",
"correlationId": "ABC2344BCED2234EA",
"consumer": {
"code": "HMCTS",
"description": "HM Courts and Tribunal Service"
}
}
}