v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

Update Profile

post/digitalgold/user/updateproflie

Headers

client-idstring required

Unique Client ID

client-secretstring required

Unique Client Secret

Content-Typestring required

Request body

unique_idstring required

Unique ID of Customer, Which you will be received in Customer Create API Response

mobilestring

Customer Mobile Number

emailstring

Email ID of the Customer

namestring required

Customer Name

dobstring

Date of Birth of the Customer

pincodestring required

Pin Code of the Customer Location

nominee_namestring

Nominee Name of the Customer

nominee_relationstring

Nominee Relation of the Customer

nominee_dobstring

Nominee Date of Birth of the Customer DOB Format Should be (YYYY-MM-DD)

client_referenceIdstring required

Unique Client Reference ID

Response

200

statusstring
statusCodestring
messagestring
acknowledgedstring

Example 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"
}