---
title: "View Patient Estimate"
method: GET
path: "/api/v1/patients/{id}/estimates/{estimate}"
tags: ["Patient Estimates"]
---

# View Patient Estimate

`GET /api/v1/patients/{id}/estimates/{estimate}`

Shows a Patient Estimate

## Path parameters

- `estimate` integer, required

## Query parameters

- `include` string

## Parameters

- `#/paths/~1api~1v1~1sales/delete/parameters/0` — unresolved $ref

## Response `200`

successful operation

- object
  - `id` integer
  - `clinic_id` integer
  - `record_id` integer
  - `record` Data — unresolved $ref
  - `patient_id` integer
  - `status` integer
  - `title` string
  - `public_notes` string
  - `internal_notes` string
  - `low_discount_type` integer
  - `low_discount` integer
  - `high_discount_type` integer
  - `high_discount` integer
  - `treatments` object[]
    - `id` integer
    - `product_id` integer
    - `low_quantity` integer
    - `high_quantity` integer
    - `low_quantity_unit_id` integer
    - `high_quantity_unit_id` integer
    - `status` integer
    - `notes` unknown
    - `low_end` number
    - `low_end_without_tax` number
    - `high_end` number
    - `high_end_without_tax` number
    - `product` Data — unresolved $ref
  - `services` object[]
    - `id` integer
    - `service_package_id` integer
    - `status` integer
    - `low_quantity` integer
    - `high_quantity` integer
    - `low_end` number
    - `low_end_without_tax` number
    - `high_end` number
    - `high_end_without_tax` number
    - `low_end_total` number
    - `high_end_total` number
    - `notes` string
    - `products` object[]
      - `id` integer
      - `product_id` integer
      - `low_quantity` number
      - `high_quantity` number
      - `low_quantity_unit_id` integer
      - `high_quantity_unit_id` integer
      - `low_end` number
      - `low_end_without_tax` number
      - `high_end` number
      - `high_end_without_tax` number
      - `status` integer
      - `rejection_reason` integer, nullable
      - `notes` string, nullable
      - `product` Data — unresolved $ref
    - `service` object
      - `id` integer
      - `name` string
      - `category` object
        - `id` integer
        - `category_id` string
        - `label` string
      - `price` string
      - `discount` integer
      - `description` string
      - `suggested_products` unknown[]
        - unknown
  - `low_payment_estimation` object
    - `subtotal` integer
    - `vat` integer
    - `discount` integer
    - `total` integer
  - `high_payment_estimation` LowPaymentEstimation — unresolved $ref
  - `created_at` string, date-time
  - `sale_id` integer
  - `moved_to_sale` integer
  - `printed_file` object
    - `id` integer
    - `name` string, nullable
    - `title` string
    - `real_name` string
    - `printable_file_id` string
    - `vet_id` string
    - `patient_id` string
    - `token` string
    - `notified_at` string
    - `signed_at` string
    - `confirmed_at` string
    - `has_signature_shortcode` boolean
    - `has_fillable_inputs` boolean
    - `type` 'form' | 'certificate'
    - `created_at` string
    - `patient` object, nullable
      - `id` integer
      - `pet_id` integer
      - `pet` object, nullable
        - `id` integer
        - `nickname` string
        - `species_id` string
        - `breed_id` string
        - `observations` string
        - `gender` string
        - `microchip` string
        - `crossbreed` string
        - `crossbreed_details_id` unknown
        - `color` string
        - `distinctive_marks` string
        - `birthday` string
        - `gender_string` unknown
        - `chip_number` string
        - `microchip_location` unknown
        - `insurance_number` unknown
        - `passport` string
        - `profile_picture` string
        - `description` string
        - `constitution` unknown
        - `conformation` unknown
        - `weight` string
        - `allergies` unknown
        - `nr_recs` unknown
        - `blood_type` unknown
        - `hormonal_status` integer
        - `owners` object[], nullable
          - `id` integer
          - `name` string
          - `last_name` string
          - `full_name` string
          - `email` string
          - `phone` string — Phone number in E.164 format
          - `secondary_phone` string — Phone number in E.164 format
          - `chatUid` unknown
          - `has_app` integer
          - `has_app_date` unknown
          - `enable_chat_without_app` string
          - `created_at` string
          - `address` string
          - `address_2` string
          - `city` string
          - `birthdate` unknown
          - `observations` string
          - `cnp` string
          - `chip_number` string
          - `current_client_id` unknown

## Other responses

- `400` — unresolved $ref

---

[API](https://skmtc.net/digitail/apis/digitail-api.md) · [All operations](https://skmtc.net/digitail/apis/digitail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitail/digitail-api/revisions/bd9694db5fce/schema)
