material-change-confirmedv0.0.1
A change to LPA data after signing has been confirmed as material in nature
Context
A change to LPA data has been made after the LPA has been signed and submitted.
Trigger
A caseworker has manually reviewed the changed data and identified it as a material change (e.g. invalidates the data the change related to).
Effect
Depending on the state of the LPA a notification may be sent to all actors advising that the LPA cannot be registered or an actor can no longer remain part of the LPA. For example, an LPA with multiple attorneys would not be invalidated by a material change to an attorney as along as other valid attorneys remain part of the LPA. The MRLPA progress tracker is updated to show this.
Consumer / Producer Diagram
Examples
1{
2 "uid": "M-1234-5678-9012",
3 "actorUID": "740e5834-3a29-46b4-9a6f-16142fde533a",
4 "actorType": "attorney"
5}
6
material-change-confirmed Schema (json)
{
"$id": "https://opg.service.justice.gov.uk/opg.poas.lpastore/material-change-confirmed.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "opg.poas.lpastore/material-change-confirmed",
"type": "object",
"properties": {
"uid": {
"type": "string",
"description": "The UID of the LPA",
"pattern": "^M(-[A-Z0-9]{4}){3}$"
},
"actorType": {
"type": "string",
"description": "The type of actor that made the change",
"enum": ["donor", "certificateProvider", "attorney"]
},
"actorUID": {
"type": "string",
"description": "The UID of the actor that made the change",
"pattern": "^([a-z0-9]{8}-)([a-z0-9]{4}-){3}([a-z0-9]{12})$"
}
},
"required": ["uid", "actorType", "actorUID"]
}
Edit this pageLast updated on 2025/4/11