# Link an account snapshot to a consumer loan application Links a customer's account snapshot to their consumer loan application. You must include the in the request body. This call triggers the credit scorer to complete the final verification step. Endpoint: PUT /v1/persons/{person_id}/consumer_loan_applications/{application_id}/account_snapshot Version: 1.0 ## Path parameters: - `person_id` (string, required) The of the customer applying for the loan. - `application_id` (string, required) The unique ID of the customer's loan application. ## Request fields (application/json): - `account_snapshot_id` (string, required) The unique ID of a customer's account snapshot. Example: "2a9fbb2fc5be45f7b8ca782c45715576snap" ## Response 404 fields (application/json): - `title` (string) Example: "Model Not Found" - `status` (string) Example: "404" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Couldn't find 'Account' for id 'DE24112233445566'." - `code` (string) Example: "model_not_found" ## Response 409 fields (application/json): - `title` (string) Example: "Record Not Unique" - `status` (string) Example: "409" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Could not save `terms_and_conditions_event`." - `code` (string) Example: "record_not_unique"