certificate-provider-submission-completedv0.0.1
The certificate provider has completed their LPA submission
Context
The paper certificate provider has signed the document we sent them and returned it to us.
The document has been scanned and uploaded as structured data to the LPA Store.
Trigger
If there are no anomalies detected in the data, Sirius immeditely sends the event.
If there are anomalies in the data, Sirius waits until a case worker has resolved them and then sends the event.
Effect
MRLPA sends notifications to attorneys asking them to sign the LPA.
Consumer / Producer Diagram
Examples
1{
2 "uid": "M-1234-5678-9012"
3}
4
certificate-provider-submission-completed Schema (json)
{
"$id": "https://opg.service.justice.gov.uk/opg.poas.sirius/certificate-provider-submission-completed.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "opg.poas.sirius/certificate-provider-submission-completed",
"type": "object",
"properties": {
"uid": {
"type": "string",
"description": "The UID of the LPA",
"pattern": "^M(-[A-Z0-9]{4}){3}$"
}
},
"required": ["uid"]
}
Edit this pageLast updated on 2024/11/22