Cadastrar Proposta
POST
/api/v2/proposal/register
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://demo.corbee.com.br/api/v2/proposal/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"Corretor": "8",
"Cliente": [
{
"CPF": "67132173030",
"Nome": "MARTA RODRIGUES DA SILVA",
"DtNascimento": "1995-06-30",
"RG": "21375642",
"OrgExp": "Detran",
"DtEmissao": "2019-01-10",
"email": "marta_rodrigues@hotmail.com",
"NomeMae": "MARCELA RODRIGUES DA SILVA",
"NomePai": "ROBERTO PAIVA DA SILVA",
"End": "Rua Peixoto Gomide",
"Numero": "221",
"Complemento": "AP 44",
"Bairro": "Jardim Paulista",
"Cidade": "Sao Paulo",
"UF": "SP",
"CEP": "01409001",
"Tel": "(11)99241-4032",
"Matricula": "NUMEROMATRICULA",
"TipoBeneficio": "01",
"EstadoBeneficio": "TO",
"RepresentanteCpf": "41814469803",
"RepresentanteNome": "NOME DO REPRESENTANTE",
"DadosBancarios": [
{
"TipoRecebimento": "OP",
"BancoRecebimento": "241",
"AgenciaRecebimento": "05791",
"ContaRecebimento": "58247",
"ContaDigito": "8",
"AgenciaDigito": "2"
}
]
}
],
"Operacao": [
{
"Banco": 14,
"Convenio": 2,
"Produto": 26,
"QtdeParcelas": 6
}
],
"Proposta": [
{
"CodPropostaBanco": "976",
"DataProposta": "2021-08-30",
"formalizacao": "eletronico",
"statusfisico": "PM",
"ValorBruto": "1000.00",
"ValorLiquido": "500.00",
"ValorParcela": "50.00",
"midia": "Ads",
"Loja": 1,
"SaquesFGTS": [
{
"valor": 1000.00,
"data": "2022-06-30",
"valor_maximo": 2000.00
},
{
"valor": 1200.00,
"data": "2023-06-30",
"valor_maximo": 2000.00
}
]
}
],
"automaticDigitation": false
}'
Response Response Example
{}
Requisição
Parâmetros Bodyapplication/json