This Method is not documented on the support portal https://spportal.mycas.org.uk but the service is currently available (June 2016)
You need to acknowledge notifications that have been received to prevent them being sent again. When this service is called the specified Notification will be marked as received by the organization and will not be returned in future calls to ListAllNotifications.
Request
requires a Notification ID and a Notification Type Code
Valid notificationtypecodes
- REGISTRATION_NOTIFICATION
- CHANGE_PERSONAL_DETAILS_NOTIFICATION
- CHANGE_ADDRESS_NOTIFICATION
- DEATH_NOTIFICATION
- DEATH_NOTIFICATION_WITH_ADDITIONAL_DETAILS
- UCRN_RESOLUTION_NOTIFICATION
- UPRN_RESOLUTION_NOTIFICATION
- NEC_CARD_NOTIFICATION
- DEATH_CORRECTION_NOTIFICATION
- MERGE_UCRN_NOTIFICATION
- SWAP_UCRN_NOTIFICATION
- DELETE_UCRN_NOTIFICATION
- CHANGE_CONTACT_DETAILS_NOTIFICATION
Example
{
"method":"AcknowledgeNotification",
"params":{
"notificationid":"12345678",
"notificationtypecode":"CHANGE_CONTACT_DETAILS_NOTIFICATION",
"callertoken":"YourCallerToken"
},
"id":"12",
"jsonrpc": "2.0"
}
Response
No ResponseBody will be returned for this Service
Response Codes
Response Code | Result | Response Message |
---|---|---|
20012 | True | Notification Acknowledged |
20001 | False | No Notification Available |