---
title: "Finished Webhook"
method: POST
path: "/finishedWebhook"
tags: ["Webhook"]
---

# Finished Webhook

`POST /finishedWebhook`

Este webhook é executado quando a vistoria é executada e finalizada.

## Request body

- FinishedWebhook
  - `code` string — Código do pedido
  - `status` string — Estado do pedido
  - `building_id` string — Identificação do imóvel.
  - `price` string — Preço final.
  - `page_url` string — URL do hotiste onde o cliente poderá executar ações sobre este pedido.
  - `reports` Report[]
    - `type` string — Tipo de relatório
    - `label` string — Nome do relatório
    - `withPictures` boolean — Informa se o relatório possui imagens.
    - `file_url` string — URL onde o relatório pode ser obtido
  - `trace_data` TraceData

## Response `200`

OK

---

[API](https://skmtc.dev/redevistorias/apis/rede-vistorias-erp-api.md) · [All operations](https://skmtc.dev/redevistorias/apis/rede-vistorias-erp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redevistorias/rede-vistorias-erp-api/revisions/0be35aeec025/schema)
