Update CustomerReference by HistoryId

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

SecuritybearerToken
Request
path Parameters
id
required
string

The id of the history record

Request Body schema: application/json
customerReference
required
string

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

Responses
204

No Content

400
401
patch/localSolutions/GB/bankVerification/history/{id}/reference
Request samples
application/json
{
  • "customerReference": "string"
}
Response samples
application/json
{
  • "correlationId": "string",
  • "message": "string",
  • "details": "string"
}