API to update contact info

In order to gain access you will need a user with the following scope, institution-users:write. A  user with this scope may update/modify the contact information of the specified financial institution customer

ENDPOINTS

put

/v1/customers/{customerId}:contact-info

Header parameters

Collapse

Expand

correlationId

string

required

UUID that uniquely identifies the request. This id allows the request to be traced through the entire request and reponse flow.

Authorization

string

required

Standard OAuth 2.0 access token. A string composed of 'Bearer' + '(space)' + '{token}'

Body parameters

Collapse

Expand

No items found.

{"userIdType":"CUSTOMER_ID","phoneNumber":{"oldPhoneNumber":"1234567890","oldCountryCode":"1","newPhoneNumber":9999999,"newCountryCode":"1"},"email":{"emailAddress":"jane.doe@gm.com"},"postalAddress":{"address1":"main street","address2":"main street","city":"bangalore","state":"karnataka","postalCode":89000,"country":"IN"}}

Query parameters

Collapse

Expand

No items found.

Path parameters

Collapse

Expand

customerId

string

required

It can be a customer Id or login Id of the financial intitution customer

Response Body

null

Response Body

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

Response Body

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

Response Body

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

Response Body

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

Response Body

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

CURL REQUEST

copy code snippetcode copiedexpand code snippetClose code snippet
curl --request PUT \
  --url https://api.candescent.com/digitalbanking/ux-users/v1/customers/{customerId}:contact-info \
  --header 'Authorization: SOME_STRING_VALUE' \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --header 'correlationId: SOME_STRING_VALUE' \
  --data '{"userIdType":"CUSTOMER_ID","phoneNumber":{"oldPhoneNumber":"1234567890","oldCountryCode":"1","newPhoneNumber":9999999,"newCountryCode":"1"},"email":{"emailAddress":"jane.doe@gm.com"},"postalAddress":{"address1":"main street","address2":"main street","city":"bangalore","state":"karnataka","postalCode":89000,"country":"IN"}}'
Get Response

RESPONSE

copy responseexpand responseclose response

null

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

close

Sign in now!

Please sign up or sign in to add to watchlist

Sign in
close

Added to watchlist!

Your interest has been noted. An NCR Voyix Rep
will contact you with further details soon.