# Link an account snapshot to a consumer fronting loan application Links a customer's account snapshot to their fronting loan application. You must include the account_snapshot_id in the payload of this endpoint. After the account snapshot is linked to the loan application, the application status transitions to scoring_pending. Endpoint: PUT /v1/consumers/persons/{person_id}/fronting_loan_applications/{application_id}/account_snapshot Version: 1.0 ## Path parameters: - `person_id` (string, required) The person ID of the customer applying for a fronting loan. - `application_id` (string, required) The unique ID of a consumer fronting loan application. ## Request fields (application/json): - `account_snapshot_id` (string, required) The unique ID of a customer's account snapshot. Example: "6c8f81a234df4052a9cde197577347b7snap" ## Response 400 fields (application/json): - `code` (string) Example: "build_pagination_headers_failure" - `detail` (string) Example: "Cannot connect to database." - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "400" - `title` (string) Example: "Failed to build pagination headers." ## Response 403 fields (application/json): - `code` (string) Example: "unauthorized_action" - `detail` (string) Example: "Unauthorized action is not allowed." - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `title` (string) Example: "Unauthorized Action" ## 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" ## Response 409 fields (application/json): - `code` (string) Example: "record_not_unique" - `detail` (string) Example: "Could not save `terms_and_conditions_event`." - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "409" - `title` (string) Example: "Record Not Unique"