Skip to main content
POST
Reactivar un contrato suspendido

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

X-Idempotency
string
requerido

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

Ejemplo:

"idem-lifecycle-2026-07-30-0001"

Parámetros de ruta

numero_contrato
string
requerido

Rail contract number of an averbação belonging to the authenticated tenant.

Required string length: 1 - 15
Ejemplo:

"99999999999AN1"

Cuerpo

application/json
codigoInscricaoEmpregador
enum<string>
requerido

Employer inscription type: 1 = CNPJ, 2 = CPF.

Opciones disponibles:
1,
2
Ejemplo:

"1"

cpf
string
requerido

Worker CPF, exactly 11 digits. In the BODY, never a path or query parameter.

Pattern: ^[0-9]{11}$
Ejemplo:

"99999999999"

matricula
string
requerido
Minimum string length: 1
Ejemplo:

"99999999999-A"

numeroInscricaoEmpregador
string
requerido
Minimum string length: 1
Ejemplo:

"42422253000101"

Respuesta

OK

hashOperacao
string

The rail's own operation identity, surfaced as its exact decimal digits (the rail types it Numérico). Manual 003 publishes no response table for these operations, so it MAY be absent on a 2xx — a 2xx is itself the success signal, do not branch on this field being present.

Ejemplo:

"33908101"