# Update CustomerReference by HistoryId This endpoint will update the stored customerReference field of a past request with the provided ID. Endpoint: PATCH /localSolutions/GB/bankVerification/history/{id}/reference Version: 1.10.9 Security: bearerToken ## Path parameters: - `id` (string, required) The id of the history record ## Request fields (application/json): - `customerReference` (string, required) The replacement text to overwrite the previous customerReference in the selected history Id. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected