---
title: "Ver detalhes da proposta"
method: GET
path: "/proposals/{proposal_id}"
---

# Ver detalhes da proposta

`GET /proposals/{proposal_id}`

## Path parameters

- `proposal_id` integer, required

## Query parameters

- `with` string

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `account_id` integer
    - `user_id` integer
    - `deal_id` integer
    - `proposal_model_id` integer
    - `payment_method_id` integer
    - `payment_method_mrr_id` integer
    - `proposal_counter_id` integer
    - `currency_id` integer
    - `name` string
    - `discount_value` integer
    - `value` integer
    - `value_mrr` integer
    - `status` integer
    - `introduction` string
    - `deal_date` string
    - `expiration_date` string
    - `delivery_forecast_date` string
    - `payment_method` integer
    - `observation` integer
    - `visualized_in` integer
    - `version` integer
    - `shipping_type` integer
    - `shipping_value` integer
    - `first_payment_date` integer
    - `discount_type` integer
    - `first_payment_mrr_date` string
    - `first_parcel_interval` string
    - `number` integer
    - `due_date` string
    - `monthly_date` string
    - `invoice_date` string
    - `hash` string
    - `url` string
    - `created_at` string
    - `updated_at` string
    - `due_date_mrr` integer
    - `shipping_company_id` integer
    - `billing_company_id` integer
    - `triangular_company_id` integer
    - `purchase_order` integer
    - `parcels` integer
    - `down_payment_percent` integer
    - `interval` integer
    - `payment_comment` string
    - `commission_type` integer
    - `commission_value` number
    - `commission_type_mrr` integer
    - `commission_value_mrr` number
    - `brand_id` integer
    - `currency` object
      - `id` integer
      - `name` string
      - `origin_country` string
      - `symbol` string
    - `items` object
      - `id` integer
      - `description` string
      - `origin_country` string
      - `quantity` integer
      - `value` integer
      - `discount_type` integer
      - `duration` integer
      - `ipi_tax` integer
      - `order` integer
      - `custom_field_id` integer
      - `formula_text` integer
      - `discount_value` integer
      - `item` object
        - `id` integer
        - `account_id` integer
        - `category_id` integer
        - `custom_field_id` integer
        - `type` integer
        - `deleted` integer
        - `name` string
        - `description` string
        - `minimum_value` string
        - `cost` string
        - `reference` string
        - `photo` string
        - `commission` string
        - `brand_id` string
        - `ipi_tax` string
        - `code` string
        - `fix_commission_value` string
      - `characteristics` object[]
  - `meta` object
    - `total` integer
    - `count` integer
    - `per_page` integer
    - `current_page` integer
    - `total_pages` integer
    - `links` object[]

## Other responses

- `404` — 404

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
