---
title: "POST /FGTS/CancelarProposta"
method: POST
path: "/FGTS/CancelarProposta"
tags: ["FGTS"]
---

# POST /FGTS/CancelarProposta

`POST /FGTS/CancelarProposta`

## Headers

- `IdempotencyKey` string, required

## Request body

- CancelarPropostaCommand
  - `dto` FGTSSaqAnivCancelarPropostaDTO
    - `CodigoOperacao` string, nullable — Código operação
    - `CodigoProposta` string, uuid, nullable, required — Código da proposta
    - `TextoMotivoCancelamento` string, nullable — Motivo do cancelamento

## Response `200`

OK

- CancelarPropostaResponse
  - `Msg` string, nullable
  - `Result` boolean
  - `HasError` boolean
  - `Messages` Message[], nullable
    - `MessageType` 1 | 2 | 3
    - `Code` string, nullable
    - `Context` string, nullable
    - `Description` string, nullable
    - `Field` string, nullable
  - `Boleto` string, uuid, nullable

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/moneyp/apis/bmpdigitalcore-apiexterna-proposta-api.md) · [All operations](https://skmtc.net/moneyp/apis/bmpdigitalcore-apiexterna-proposta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyp/bmpdigitalcore-apiexterna-proposta-api/versions/387386c600ce/schema)
