# Link account snapshot to freelancer credit line application Links a freelancer account snapshot to their existing credit line application. You have to add the unique ID of the account snapshot in the payload of this endpoint. Endpoint: PUT /v1/freelancers/persons/{person_id}/credit_line_applications/{application_id}/account_snapshot Version: 1.0 ## Path parameters: - `person_id` (string, required) The unique person ID, generated after completing the person onboarding process. - `application_id` (string, required) The unique ID of a freelancer credit line application. ## Request fields (application/json): - `account_snapshot_id` (string, required) The unique ID of a customer account snapshot. Example: "0a3f28733f9a4842842aae2804f80eb4snap" ## 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"