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

# POST /FGTS/GerarUnicaCobranca

`POST /FGTS/GerarUnicaCobranca`

## Headers

- `IdempotencyKey` string, required

## Request body

- AgendaRecebivelGerarUnicaCobrancaCommand
  - `Dto` InclusaoCobrancaPixDTO
    - `DescricaoLiquidacao` string, nullable — Descrição para Liquidacao na Agenda.
    - `CodigoProposta` string, uuid, required — Código identificador da proposta FGTS na BMP.
    - `QtdeParcelas` integer, required — Número das parcelas a serem Liquidadas.
    - `DtVencimento` string, date, required — DtVencimento das parcelas a serem Liquidadas.

## Response `200`

OK

- AgendaRecebivelInclusaoCobrancaResponse
  - `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
  - `Cobrancas` CobrancaGeradaDTO[], nullable
    - `CodigoLiquidacao` string, uuid
    - `Parcelas` integer[], 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/revisions/387386c600ce/schema)
