This service is used to update Citizen's preferred or display name, nickname or contact details. Please note Citizen's Name, Gender and Date Of Birth cannot be updated using the Web Services, they can only be updated by NHSCR batch updates
Guidance
- UCRNType will be considered as Genuine if the values are not set
- Only Citizen's preferred or display name, nickname or contact details.
- To update contact details, Email Address is mandatory to provide with Mobile Number or Landline Number.
- This web service can only update the Citizen's Personal Details it cannot remove any of the above details from Citizen's Account.
Request
requires a UCRN and UCRN type with one or more of the following: any or all of firstname, middlename or lastname; nickname; or emailaddress and mobile or landline
Examples
{
"method":"ChangePersonalDetails",
"params":{
"callertoken":"YourCallerToken",
"ucrn": "2100000000000000193",
"ucrntype": "P",
"emailaddress": "goss.demo@gmail.com",
"mobile": "08448803637",
"landline": "08448803637",
"firstname": "Goss",
"midlename": "Interactive",
"lastname": "Limited",
"nickname": "GOSS"
},
"id":"12",
"jsonrpc": "2.0"
}
Response
No ResponseBody will be returned for this Web Service
Response Codes
Response Code | Result | Response Message |
---|---|---|
0014 | False | Invalid Email. Please enter a valid email id. (eg: abc@xyz.com) |
10006 | False | Incorrect UCRN |
0426 | False | No record found for the given UCRN |
0050 | True | Profile has been updated successfully |
10003 | False | A technical error has been faced. Kindly try again later. |