Authorization: Bearer ********************
{
"amountOfMonthsDesired": 24,
"document": "string",
"specificMonths": [
"string"
]
}
curl --location --request PUT 'https://api.klever.tec.br/api/external_resource/scr/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"amountOfMonthsDesired": 24,
"document": "string",
"specificMonths": [
"string"
]
}'
{
"scrInformation": {
"created": "2019-08-24T14:15:22Z",
"document": "string",
"id": "string",
"lastConsultDate": "2019-08-24T14:15:22Z",
"scr": [
{
"assumedObligation": 0,
"consultDate": "string",
"countInstitution": 0,
"countOperation": 0,
"countOperationDisagreement": 0,
"countOperationSubJudice": 0,
"created": "2019-08-24T14:15:22Z",
"find": true,
"operations": [
{
"earnings": [
{
"code": "string",
"value": 0
}
],
"exchangeVariation": "string",
"modality": "string"
}
],
"percentDocumentProcessed": 0,
"percentVolumeProcessed": 0,
"responsibilityTotalDisagreement": 0,
"responsibilityTotalSubJudice": 0,
"startRelationshipDate": "2019-08-24",
"vendorIndirectRisk": 0
}
]
},
"scrMethodK": [
{
"amountInstitutions": 0,
"amountOperations": 0,
"consultDate": "string",
"expiredVolume": 0,
"sumaries": [
{
"productCode": "string",
"productName": "string",
"total": 0,
"totalBetween181and360d": 0,
"totalBetween361and720d": 0,
"totalBetween91and180d": 0,
"totalExpiredBetween181and360d": 0,
"totalExpiredBetween31and90d": 0,
"totalExpiredBetween361and720d": 0,
"totalExpiredBetween91and180d": 0,
"totalExpiredGreaterThan720d": 0,
"totalExpiredLessThan30d": 0,
"totalGreaterThan720d": 0,
"totalLessThan90d": 0
}
]
}
]
}