# Download the final contract for consumer credit line Generates the final contract for a consumer credit line, which the customer must e-sign during the identification and e-signing process. Endpoint: GET /v1/persons/{person_id}/credit_line_applications/{application_id}/contract 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. ## 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): - `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"