POST
Cria a proposta de CDC Ágil
Cria a proposta com os dados completos do cliente, identificando a operação pelo code (de Simular, após o Pré-cadastro). Em seguida, envie a biometria e o contrato digital.
Autentique-se antes (Autenticação). gender, maritalStatus, addressType e employmentStatus seguem as listas do schema abaixo.

Body

Input com os dados da proposta

Dados de entrada para criação de proposta de CDC Ágil.

code
string | null

Código da operação (retornado em Simular).

name
string | null
rgNumber
string | null
rgOrgan
string | null
rgState
string | null
rgIssueDate
string<date-time>
motherName
string | null
email
string | null
birthDate
string<date-time>
gender
integer<int32>

0 - Masculino 1 - Feminino

income
number<double>
maritalStatus
integer<int32>

1 => 'Solteiro(a)' 2 => 'Casado(a)' 3 => 'Separado(a)' 4 => 'Divorciado(a)' 5 => 'Viúvo(a)

addressType
string | null

'RUA' 'AVENIDA' 'AEROPORTO' 'ALAMEDA' 'APARTAMENTO' 'BECO' 'BLOCO' 'ESTAÇÃO' 'FORTALEZA' 'GALERIA' 'LADEIRA' 'LARGO' 'PRAÇA' 'PARQUE' 'QUADRA' 'QUINTA' 'SUPER QUADRA' 'TRAVESSA' 'VIADUTO' 'VILA'

addressStreet
string | null
addressNumber
integer<int32>
addressComplement
string | null
addressNeighborhood
string | null
addressPostalCode
string | null
addressCity
string | null
addressState
string | null
cellPhoneNumber
string | null
profession
string | null
employmentStatus
integer<int32>

1 => 'Registrado', 2 => 'Autônomo'

startEmploymentDate
string<date-time>
companyName
string | null
companyPostalCode
string | null
companyCity
string | null
companyState
string | null
companyTelephone
string | null
description
string | null
dueDate
integer<int32>
updateCustomerData
boolean

Response

200

OK