Skip to main content
POST
Renegociar contrato encerrado por rescisão de vínculo empregatício

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Cabeçalhos

X-Idempotency
string
obrigatório

Client-chosen idempotency key. REQUIRED: an absent key is 422, never a generated default.

Exemplo:

"idem-renegociacao-0001"

Parâmetros de caminho

numero_contrato
string
obrigatório

The NEW (renegotiated) contract number, minted by the CLIENT — the rail mints nothing here.

Required string length: 1 - 15
Exemplo:

"Qwerty123456789"

Corpo

application/json
codigoInscricaoEmpregador
string
obrigatório

Employer inscription type: 1 CNPJ, 2 CPF.

Pattern: ^[12]$
Exemplo:

"2"

cpfTrabalhador
string
obrigatório

Worker CPF, 11 digits.

Required string length: 11
Pattern: ^[0-9]{11}$
Exemplo:

"27928255022"

dataFimContrato
string<date-time>
obrigatório

End date of the new consignado contract, RFC 3339 UTC.

Exemplo:

"2026-01-24T00:00:00Z"

dataInicioContrato
string<date-time>
obrigatório

Start date of the new consignado contract, RFC 3339 UTC.

Exemplo:

"2025-01-24T00:00:00Z"

dataPrimeiroDesconto
string<date-time>
obrigatório

Date of the first payroll deduction, RFC 3339 UTC.

Exemplo:

"2025-01-28T00:00:00Z"

matricula
string
obrigatório

Matrícula assigned to the worker by the employer.

Maximum string length: 20
Exemplo:

"teste4243"

nomeTrabalhador
string
obrigatório

Worker's full name.

Maximum string length: 100
Exemplo:

"testeead"

numeroContratoEncerrado
string
obrigatório

The PRIOR contract this renegociação replaces. Must be an averbação of the authenticated tenant that the rail acknowledged, and must differ from the new contract number in the path.

Required string length: 1 - 15
Exemplo:

"Qwerty123456780"

numeroInscricaoEmpregador
string
obrigatório

Employer inscription number, Texto.

Maximum string length: 14
Exemplo:

"42422253000101"

numeroParcelas
integer<int64>
obrigatório

Number of instalments of the new contract, capped at the manual's own published range 1 to 99 (Manual 006 §2.3.2 line 748).

Intervalo obrigatório: 1 <= x <= 99
Exemplo:

8

valorCETAnual
string
obrigatório

valorCETAnual — Custo Efetivo Total, annual percent decimal string.

Maximum string length: 13
Pattern: ^[0-9]+(\.[0-9]{1,2})?$
Exemplo:

"0.20"

valorCETMensal
string
obrigatório

valorCETMensal — Custo Efetivo Total, monthly percent decimal string.

Maximum string length: 13
Pattern: ^[0-9]+(\.[0-9]{1,2})?$
Exemplo:

"0.10"

valorEmprestimo
string
obrigatório

valorEmprestimo — the new contract's principal (decimal string, BRL).

Maximum string length: 13
Pattern: ^[0-9]+(\.[0-9]{1,2})?$
Exemplo:

"3000.00"

valorIOF
string
obrigatório

valorIOF — the IOF charged, in reais (decimal string, BRL). Obrigatório on the manual even though the mirrored Swagger's required list omits it.

Maximum string length: 13
Pattern: ^[0-9]+(\.[0-9]{1,2})?$
Exemplo:

"0.10"

valorLiberado
string
obrigatório

valorLiberado — amount delivered to the worker (decimal string, BRL).

Maximum string length: 13
Pattern: ^[0-9]+(\.[0-9]{1,2})?$
Exemplo:

"2000.00"

valorParcela
string
obrigatório

valorParcela — the new contract's instalment amount (decimal string, BRL). Must not exceed the closed contract's own instalment (regra BL) — a comparison this gateway cannot make locally and leaves to the rail.

Maximum string length: 13
Pattern: ^[0-9]+(\.[0-9]{1,2})?$
Exemplo:

"400.00"

valorTaxaAnual
string
obrigatório

valorTaxaAnual — annual interest rate, percent decimal string.

Maximum string length: 13
Pattern: ^[0-9]+(\.[0-9]{1,2})?$
Exemplo:

"0.30"

valorTaxaMensal
string
obrigatório

valorTaxaMensal — monthly interest rate, percent decimal string.

Maximum string length: 13
Pattern: ^[0-9]+(\.[0-9]{1,2})?$
Exemplo:

"0.10"

competenciaInicioDesconto
string

Payroll competência of the first deduction, yyyyMM. Optional; the rail assumes the current competência when omitted.

Pattern: ^[0-9]{6}$
Exemplo:

"202501"

Resposta

OK

competenciaInicioDesconto
string
obrigatório

Payroll competência of the first deduction, yyyyMM.

Exemplo:

"202501"

hashOperacao
string
obrigatório

The rail's own identity for this operation.

Exemplo:

"9598435"

mensagem
string
obrigatório

The rail's own message.

Exemplo:

"Inclusão efetuada com sucesso"

numeroContrato
string
obrigatório

The new contract's number, as confirmed by the rail.

Exemplo:

"Qwerty123456789"