Skip to content

Update CustomerReference by HistoryId

Request

This endpoint will update the stored customerReference field of a past request with the provided ID.

Security
bearerToken
Path
idstringrequired

The id of the history record

Bodyapplication/json
customerReferencestringrequired

The replacement text to overwrite the previous customerReference in the selected history Id.

curl -i -X PATCH \
  'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/history/{id}/reference' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "customerReference": "string"
  }'

Responses

No Content

Response
No content