curl --location 'https://develop.api.bankerize.com.br/v1/proposals/fgts/import' \
--header 'Authorization: ' \
--header 'X-User-Cpf;' \
--header 'Content-Type: application/json' \
--data-raw '{
"bank_company": "bmp",
"loan_table": {
"uuid": "cc26f079-f1a8-4b82-9da5-ca1d62f8f9e0"
},
"proposal": {
"qty_installments": 12,
"gross_value": 10000.00,
"net_value": 9500.00,
"monthly_cet": 2.5,
"annual_cet": 30.0,
"monthly_fee": 1.99,
"iof_value": 100.00,
"annual_interest": 23.88,
"interest_value": 10,
"first_due_date": "2026-09-01",
"installment_value": 500.00,
"installments": [
{
"released_value": 500.00,
"available_value": 50.00,
"date": "2026-09-01"
},
{
"deadline": 2,
"value": 500.00,
"interest_value": 40.00,
"amortization_value": 460.00,
"due_date": "2026-10-01"
}
]
},
"customer": {
"contacts": {
"email": "econsignado.teste@example.com",
"celphone": "11987654321"
},
"address": {
"zipcode": "01310100",
"street": "Avenida Paulista",
"district": "Bela Vista",
"uf": "SP",
"number": 1000,
"complement": "Sala 1",
"city": "Sao Paulo"
},
"account": {
"bank_id": 149,
"type": "CCT",
"agency": "0001",
"agency_digit": "0",
"account_number": "1234567",
"account_digit": "1"
},
"pf": {
"name": "Cliente EConsignado Teste",
"cpf": "52998224725",
"birth_date": "1990-05-10",
"gender": "M",
"civil_status_id": 1,
"scholarity_id": 1,
"rg_number": "123456789",
"rg_organ": "SSP",
"rg_uf": "SP",
"rg_issue_date": "2010-01-01",
"mother_name": "Maria Teste"
}
}
}'