further-info-requested
v0.0.1

An OPG user has sent a letter to the donor to request further information to support their application to pay a reduced fee

Context

The online donor has applied for a reduced fee. OPG staff review all reduced fee applications.

An OPG user has identified that they cannot approve or reject the reduced fee application without further information and has sent a letter to the donor asking for more specifics.

Trigger

Sirius sends the event when the letter asking for more information has been successfully posted by GOV.UK Notify.

Effect

The task list in MRLPA shows a link to upload the further information.

Consumer / Producer Diagram

Examples

1{
2  "uid": "M-1234-5678-9012",
3  "reducedFeeType": "remission",
4  "postedDate": "2024-01-18T00:00:00.000Z"
5}
6
further-info-requested Schema (json)
{
  "$id": "https://opg.service.justice.gov.uk/opg.poas.sirius/further-info-requested.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "opg.poas.sirius/further-info-requested",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "description": "The UID of the LPA",
      "pattern": "^M(-[A-Z0-9]{4}){3}$"
    },
    "reducedFeeType": {
      "type": "string",
      "description": "E.g 'remission' or 'exemption'"
    },
    "postedDate": {
      "type": "string",
      "description": "The date when the letter to request further information was posted to the user"
    }
  },
  "required": ["uid", "reducedFeeType", "postedDate"]
}
Edit this pageLast updated on 2024/11/22