Toggle menu

Acknowledge a Notification

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  CodeResultResponse Message
20012TrueNotification Acknowledged
20001FalseNo Notification Available
Last modified on June 27, 2023

Share this page

Facebook icon Twitter icon email icon

Print

print icon