Update Profile

Sample Request:

{
  "unique_id": "{{Unique ID}}",
  "mobile": "{Customer Mobile}}",
  "email": "{{Customer Email ID}}",
  "name": "{{Customer Name}}",
  "dob": "2001-03-11",
  "pincode": "400001",
  "nominee_name": "Rakesh Mittal",
  "nominee_relation": "Brother",
  "nominee_dob": "1995-06-10",
  "client_referenceId": "{{Unique Client Reference ID}}"
}

Sample Response:

{
  "status": "SUCCESS",
  "statusCode": "200",
  "message": "User profile updated successfully",
  "data": {
    "unique_id": "{{Unique ID}}",
    "mobile": "{Customer Mobile}}",
    "email": "{{Customer Email ID}}",
    "name": "{{Customer Name}}",
    "dob": "2001-03-11",
    "pincode": "400001",
    "nominee_name": "Rakesh Mittal",
    "nominee_relation": "Brother",
    "nominee_dob": "1995-06-10"
  },
  "acknowledged": "1"
}
Language
Click Try It! to start a request and see the response here!