Authorization: Bearer ********************
curl --location --request GET 'https://api.klever.tec.br/api/v2/ondemand/analysis-documents//irpf'
{
"id": "string",
"cnpj": "string",
"organizationId": "string",
"partners": [
{
"documentId": "string",
"cpf": "string",
"name": "string",
"data": {
"2020": {
"assets": [
"string"
],
"debts": {
"items": [
"string"
],
"total": 0
},
"goods": {
"items": [
"string"
],
"total": 0
},
"earning": {
"taxableIncome": {
"items": [
"string"
],
"total": 0
},
"nonTaxableIncome": {
"items": [
{
"value": 0,
"description": "string"
}
],
"total": 0
},
"ruralIncome": null,
"exclusiveTaxIncome": {
"items": [
"string"
],
"total": 0
},
"futureMarketIncome": null
},
"revenuesAndExpenses": [
"string"
],
"herdMovements": [
"string"
],
"liquidProfit": 0,
"summary": {
"goodsAndRights": {
"part": 0,
"goods": 0,
"investment": 0,
"others": 0,
"total": 0
},
"physicalPersonDebts": {
"explorationArea": 0,
"ruralActivityDebts": 0,
"ruralActivityIncome": 0,
"herd": 0,
"ruralDebt": 0,
"total": 0
}
}
}
}
}
]
}