Listar Tabelas
info
Descrição
Este serviço possibilita, a consulta das tabelas disponiveis para port/refin e os seus respectivos valores.
Endpoint
GET /inss/v1/rebates_parceiro?op_type=””&legal_rep=””
Headers
{
"Authorization": "Bearer {TOKEN_DO_LOGIN}",
}
Exemplo de Requisição com cURL
GET /inss/v1/rebates_parceiro?op_type=PORT-REFIN&legal_rep=false
curl -X GET "https://nossa-fintech-api.spixiiservices.com.br/inss/v1/rebates_parceiro?op_type=PORT-REFIN&legal_rep=false" \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Parâmetros da URL
"op_type": "PORT-REFIN", (String)
"legal_rep": false (Boolean)
Observações:
- É necessário definir dentro de "op_type": "PORT-REFIN" para portabilidade com refinanciamento.
- O parâmetro "legal_rep": deve ser definido como true se existir um representante legal, ou false caso contrário.
- Exemplo de Sucesso (200 OK)
[
{
"id": 20,
"cod_produto": 205,
"cod_tabela": "205001",
"name": "INSS PORT-REFIN 1,85%",
"eligibility": null,
"vig_inicial": "2025-06-13T16:55:00",
"vig_final": null,
"start": 0.0,
"end": 50000.0,
"number_of_installments": [
"84",
"96"
],
"identificador": "0-50000",
"amount": 32.0,
"amount_type": "percentage",
"operation_type": "PORT-REFIN",
"legal_representative": false
},
{
"id": 21,
"cod_produto": 206,
"cod_tabela": "206001",
"name": "INSS PORT-REFIN 1,84%",
"eligibility": null,
"vig_inicial": "2025-06-23T16:51:00",
"vig_final": null,
"start": 0.0,
"end": 50000.0,
"number_of_installments": [
"84",
"96"
],
"identificador": "0-50000",
"amount": 32.0,
"amount_type": "percentage",
"operation_type": "PORT-REFIN",
"legal_representative": false
},
{
"id": 22,
"cod_produto": 207,
"cod_tabela": "207001",
"name": "INSS PORT-REFIN 1,83%",
"eligibility": null,
"vig_inicial": "2025-06-23T16:51:00",
"vig_final": null,
"start": 0.0,
"end": 50000.0,
"number_of_installments": [
"84",
"96"
],
"identificador": "0-50000",
"amount": 32.0,
"amount_type": "percentage",
"operation_type": "PORT-REFIN",
"legal_representative": false
},
{
"id": 23,
"cod_produto": 208,
"cod_tabela": "208001",
"name": "INSS PORT-REFIN 1,82%",
"eligibility": null,
"vig_inicial": "2025-06-23T16:51:00",
"vig_final": null,
"start": 0.0,
"end": 50000.0,
"number_of_installments": [
"84",
"96"
],
"identificador": "0-50000",
"amount": 32.0,
"amount_type": "percentage",
"operation_type": "PORT-REFIN",
"legal_representative": false
},
{
"id": 24,
"cod_produto": 209,
"cod_tabela": "209001",
"name": "INSS PORT-REFIN 1,81%",
"eligibility": null,
"vig_inicial": "2025-06-23T16:51:00",
"vig_final": null,
"start": 0.0,
"end": 50000.0,
"number_of_installments": [
"84",
"96"
],
"identificador": "0-50000",
"amount": 32.0,
"amount_type": "percentage",
"operation_type": "PORT-REFIN",
"legal_representative": false
},
{
"id": 25,
"cod_produto": 210,
"cod_tabela": "210001",
"name": "INSS PORT-REFIN 1,80%",
"eligibility": null,
"vig_inicial": "2025-06-23T16:51:00",
"vig_final": null,
"start": 0.0,
"end": 50000.0,
"number_of_installments": [
"84",
"96"
],
"identificador": "0-50000",
"amount": 32.0,
"amount_type": "percentage",
"operation_type": "PORT-REFIN",
"legal_representative": false
},
{
"id": 26,
"cod_produto": 211,
"cod_tabela": "211001",
"name": "INSS PORT-REFIN 1,79%",
"eligibility": null,
"vig_inicial": "2025-06-23T16:51:00",
"vig_final": null,
"start": 0.0,
"end": 50000.0,
"number_of_installments": [
"84",
"96"
],
"identificador": "0-50000",
"amount": 32.0,
"amount_type": "percentage",
"operation_type": "PORT-REFIN",
"legal_representative": false
}
]
Comentários