{
"foreclosure": true,
"debtRestructuring": true,
"recordOfPaymentApplications": {
"numberOfCases": 123,
"totalAmountInSEK": 123,
"lastCaseDate": 123,
"orderToPayCases": [
{
"notificationType": "<string>",
"applicationVerdict": "<string>",
"casePrefix": "<string>",
"caseNumber": "<string>",
"dateOfApplicationOrVerdict": "2023-11-07T05:31:56Z",
"amount": 123,
"applicationWithdrawn": true,
"fileCreationDate": "2023-11-07T05:31:56Z"
}
]
},
"recordOfNonPayment": {
"numberOfCases": 123,
"totalAmountInSEK": 123,
"lastCaseDate": 123
},
"debtBalance": {
"lastUpdated": 123,
"totalAmountInSEK": 123,
"public": [
{
"description": "<string>",
"totalAmountInSEK": 123,
"numberOfCases": 123
}
],
"private": {
"numberOfCases": 123,
"totalAmountInSEK": 123
}
},
"executions": [
{
"registrationDate": "2023-11-07T05:31:56Z",
"caseNumber": "<string>",
"caseNumberOldFormat": "<string>",
"debtType": 123,
"debtTypeDescription": "<string>",
"executionYear": "<string>",
"executionTitleMonth": "<string>",
"executionDate": "2023-11-07T05:31:56Z",
"originalDebt": 123,
"recalledAmount": 123,
"executionEventType": "<string>",
"executionEventTypeDescription": "<string>",
"executionCaseType": "<string>",
"executionCaseTypeDescription": "<string>",
"terminatedWithCause": "<string>",
"terminatedWithCauseDescription": "<string>",
"executionEvents": [
{
"executionDate": "2023-11-07T05:31:56Z",
"executionEventType": "<string>",
"executionEventTypeDescription": "<string>",
"terminatedWithCause": "<string>",
"terminatedWithCauseDescription": "<string>"
}
]
}
]
}