# Link an account snapshot to a consumer credit line application Links a customer account snapshot to their existing credit line application. You must add the in the request body. The credit scorer uses the account snapshot for the final verification check to verify the financial information shared about the customer. After the final verification is completed, the credit scorer gives the final decision on the credit line application. Endpoint: PUT /v1/persons/{person_id}/credit_line_applications/{application_id}/account_snapshot Version: 1.0 ## Path parameters: - `person_id` (string, required) The person ID of the customer applying for the credit line. - `application_id` (string, required) The unique credit line application ID assigned to a specific customer. ## Request fields (application/json): - `account_snapshot_id` (string, required) The unique ID of a customer's account snapshot. Example: "6c8f81a234df4052a9cde197577347b7snap" ## Response 404 fields (application/json): - `code` (string) Example: "model_not_found" - `detail` (string) Example: "Couldn't find 'Account' for id 'DE24112233445566'." - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `title` (string) Example: "Model Not Found"