Download OpenAPI specification:Download
Debt collection case related API for Aptic solutions
| $filter | string Filter conditions specified in a simplified OData format |
| $skip | integer <int32> List offset when paginating (default 0) |
| $top | integer <int32> Maximum size of result (default 25, max 100) |
| $orderby | string Sorting conditions E.g. "fullname desc" |
{- "count": 0,
- "skip": 0,
- "total": 0,
- "value": [
- {
- "caseGuid": "string",
- "caseNumber": "string",
- "clientReferenceNumber": "string",
- "clientName": "string",
- "registrationDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "originalFee": 0,
- "originalInterest": 0,
- "originalSum": 0,
- "paidPrincipal": 0,
- "paidFee": 0,
- "paidInterest": 0,
- "paidToThirdParty": 0,
- "paidSum": 0,
- "remainingPrincipal": 0,
- "remainingFee": 0,
- "remainingInterest": 0,
- "remainingSum": 0,
- "service": "string",
- "status": "string",
- "subStatus": "string",
- "closureCode": "string",
- "closureDate": "2019-08-24T14:15:22Z",
- "mainDebtorName": "string",
- "juridicalType": 0,
- "placeOfBirth": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "naceCode": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string"
}
]
}| async | boolean Specify if the import should be performed asynchronously, default is true |
Array of one or more cases
| caseNumber | string or null Case number. |
| clientReferenceNumber | string or null Party reference code. |
| clientGuid | string or null Party reference guid. |
| currencyCode | string or null Currency code, e.g. SEK, NOK, EUR etc. |
| receivedFrom | string or null Party or user registering the case. |
| referenceNumber | string or null Additional reference number. |
| deliverySystemCode | string or null Optional delivery system code |
| description | string or null Case description. |
| paymentReferenceNumber | string or null Payment reference for case (OCR) |
| originalClaimantName | string or null Name of original claimant |
| service | string or null Collection account service, e.g. PreCollection, Collection, or Surveillance |
| claimType | string or null Customer specific code for the claim type of the case |
| legalClaimType | string or null Legal claim type for the case, e.g. 0412, 0440, 0520, etc. for Finland |
| protected | boolean or null Treat this case as protected with special access required |
| stopPayments | boolean or null Prevent payments from automatic booking on this case |
| prohibitTrustAccounting | boolean or null Prevent trust accounting on this case |
| reportPaidInterest | boolean or null Report paid interest for this case. Is decided by default parameters if not provided. |
| reportPaidInterestFrom | string or null <date-time> Which date paid interest should be reported from in CLVR |
| feeBasePrincipalAmount | number or null <double> Principal amount to base some fee calculations on, e.g. the WIK fee |
| highCostCredit | boolean or null Specifies if the debt is a high cost credit |
| highCostCreditAmount | number or null <double> Specifies the high cost credit amount |
| highCostCreditUsedAmount | number or null <double> Specifies how much that has beed used of the high cost credit amount |
| creditRegistryStatus | integer or null <int32> Specifies if the status of the debt in national credit registry 0 = Do not register 1 = Register 2 = Already registered 3 = Terminated 4 = Recalled |
| creditRegistrySubmissionDate | string or null <date-time> Date and time when the debt was submitted to the national credit registry |
Array of objects or null (PutCaseDebtor) All debtors in the case | |
Array of objects or null (PutCaseDebt) All debts/invoices/claims in the case | |
Array of objects or null (PutCaseFee) All existing fees for the claim in the case | |
object (PutCaseClaimant) The actual claimant of the debt | |
object (PutCaseEnergyDebt) Additional information for utility debts | |
Array of objects or null (PutCaseRelation) Other parties related to the case, like a field collector | |
Array of objects or null (PutCaseActionDate) Important events already happened in the case | |
Array of objects or null (ExtraFieldValue) Additional extra fields in the case. Needs to already be defined in CLVR. |
[- {
- "caseNumber": "string",
- "clientReferenceNumber": "string",
- "clientGuid": "string",
- "currencyCode": "string",
- "receivedFrom": "string",
- "referenceNumber": "string",
- "deliverySystemCode": "string",
- "description": "string",
- "paymentReferenceNumber": "string",
- "originalClaimantName": "string",
- "service": "string",
- "claimType": "string",
- "legalClaimType": "string",
- "protected": true,
- "stopPayments": true,
- "prohibitTrustAccounting": true,
- "reportPaidInterest": true,
- "reportPaidInterestFrom": "2019-08-24T14:15:22Z",
- "feeBasePrincipalAmount": 0,
- "highCostCredit": true,
- "highCostCreditAmount": 0,
- "highCostCreditUsedAmount": 0,
- "creditRegistryStatus": 0,
- "creditRegistrySubmissionDate": "2019-08-24T14:15:22Z",
- "debtors": [
- {
- "idNumber": "string",
- "juridicalType": 0,
- "debtorRole": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "underAged": true,
- "protected": true,
- "cultureCode": "string",
- "companyname": "string",
- "firstname": "string",
- "middlename": "string",
- "lastname": "string",
- "initials": "string",
- "nameSuffix": "string",
- "careOf": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "stateCode": "string",
- "countryCode": "string",
- "domicile": "string",
- "municipalCode": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "telefax": "string",
- "emails": [
- "string"
], - "languageCode": "string",
- "currencyCode": "string",
- "creditorDebtorRef": "string",
- "companyType": "string",
- "digitalMailbox": true,
- "allowCalls": true,
- "allowSms": true,
- "allowEmail": true,
- "extraFields": [
- {
- "name": "string",
- "value": [
- "string"
]
}
]
}
], - "debts": [
- {
- "description": "string",
- "referenceNumber": "string",
- "ledgerRef": "string",
- "debtGroup": "string",
- "ourReference": "string",
- "yourReference": "string",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "remainingPrincipal": 0,
- "originalInterest": 0,
- "remainingInterest": 0,
- "originalVAT": 0,
- "remainingVAT": 0,
- "exchRate": 0,
- "exchDate": "2019-08-24T14:15:22Z",
- "billDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "paymentCondition": 0,
- "interestCondition": 0,
- "interestRate": 0,
- "interestCode": "string",
- "interestSpecificCalculationType": "string",
- "interestSpecificCalculationCutoffDate": "2019-08-24T14:15:22Z",
- "fixedInterestTermStart": "2019-08-24T14:15:22Z",
- "interestFrom": "2019-08-24T14:15:22Z",
- "interestTo": "2019-08-24T14:15:22Z",
- "accountRefType": "string",
- "oneTimeServiceFees": 0,
- "loanPurpose": "string",
- "loanTypeCode": "string",
- "agreementDate": "2019-08-24T14:15:22Z",
- "agreementDueDate": "2019-08-24T14:15:22Z",
- "agreementEndDate": "2019-08-24T14:15:22Z",
- "enforceableDebtType": "string",
- "goodsRelatedCredit": true,
- "effectiveYear": 0,
- "debtPrincipalType": "string",
- "grantedCreditAmount": 0,
- "usedCreditAmount": 0,
- "originalEir": 0,
- "lenderName": "string",
- "periodOfLimitation": "string",
- "limitationDate": "2019-08-24T14:15:22Z",
- "extraFields": [
- {
- "name": "string",
- "value": [
- "string"
]
}
], - "interestRateCeilingCode": "string",
- "agreedInterestCode": "string",
- "agreedInterestRate": 0
}
], - "fees": [
- {
- "name": "string",
- "description": "string",
- "feeDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "remainingPrincipal": 0,
- "interestRate": 0,
- "interestCode": "string",
- "interestFrom": "2019-08-24T14:15:22Z"
}
], - "claimant": {
- "referenceCode": "string",
- "idNumber": "string",
- "fullName": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "countryCode": "string"
}, - "energyDebt": {
- "installationId": "string",
- "netOwnerReferenceCode": "string",
- "hasMoved": true,
- "facilityStreet": "string",
- "facilityHouseNo": "string",
- "facilityHouseNoExtension": "string",
- "facilityCity": "string",
- "facilityZipCode": "string",
- "servedAt": "2019-08-24T14:15:22Z",
- "disconnect": true,
- "disconnected": true,
- "disconnectAt": true,
- "disconnectionWeek": 0,
- "disconnectionYear": 0
}, - "relations": [
- {
- "partyGuid": "string"
}
], - "actionDates": [
- {
- "actionType": "string",
- "actionGroup": "string",
- "actionDate": "2019-08-24T14:15:22Z"
}
], - "extraFields": [
- {
- "name": "string",
- "value": [
- "string"
]
}
]
}
]{- "caseGuids": [
- "string"
], - "impStockId": 0
}| guid required | string The GUID representing the case. |
{- "caseNumber": "string",
- "clientName": "string",
- "clientReferenceNumber": "string",
- "closureCode": "string",
- "closureDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "description": "string",
- "originalFee": 0,
- "originalInterest": 0,
- "originalPrincipal": 0,
- "originalSum": 0,
- "paidFee": 0,
- "paidInterest": 0,
- "paidPrincipal": 0,
- "paidSum": 0,
- "paidToThirdParty": 0,
- "paymentReferenceNumber": "string",
- "remainingFee": 0,
- "remainingInterest": 0,
- "remainingPrincipal": 0,
- "remainingSum": 0,
- "service": "string",
- "status": "string",
- "subStatus": "string",
- "registrationDate": "2019-08-24T14:15:22Z",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| caseGuid required | string |
| description | string or null Case description. |
| paymentReferenceNumber | string or null OCR-number for case. |
| protected | boolean or null Treat this case as protected with special access required |
| prohibitTrustAccounting | boolean or null Prevent trust accounting on this case |
| stopPayments | boolean or null Prevent payments from automatic booking on this case |
| service | string or null Collection account service. |
| status | string or null Collection account status. |
| subStatus | string or null Collection account substatus. |
{- "description": "string",
- "paymentReferenceNumber": "string",
- "protected": true,
- "prohibitTrustAccounting": true,
- "stopPayments": true,
- "service": "string",
- "status": "string",
- "subStatus": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| caseGuid required | string Case guid |
| $filter | string Filter conditions specified in a simplified OData format |
| $skip | integer <int32> List offset when paginating (default 0) |
| $top | integer <int32> Maximum size of result (default 25, max 100) |
| $orderby | string Sorting conditions E.g. "fullname desc" |
{- "count": 0,
- "skip": 0,
- "total": 0,
- "value": [
- {
- "debtGuid": "string",
- "description": "string",
- "referenceNumber": "string",
- "billDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "debtPrincipalType": "string",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "originalVAT": 0,
- "originalInterest": 0,
- "originalSum": 0,
- "paidPrincipal": 0,
- "paidVAT": 0,
- "paidInterest": 0,
- "paidSum": 0,
- "remainingPrincipal": 0,
- "remainingVAT": 0,
- "remainingInterest": 0,
- "remainingSum": 0,
- "ledgerPrincipal": 0,
- "ledgerVAT": 0,
- "ledgerInterest": 0,
- "ledgerSum": 0,
- "interestRateCeilingCode": "string",
- "agreedInterestCode": "string",
- "agreedInterestRate": 0,
- "interestSpecificCalculationType": "string"
}
]
}| caseGuid required | string Case guid |
Debt object
| description | string or null Description of the invoice/claim |
| referenceNumber | string or null Reference number of the claim, e.g. the invoice number |
| ledgerRef | string or null Reference number of the claim in the client ledger |
| debtGroup | string or null The code for the specific group of debts, as defined in CLVR |
| ourReference | string or null Our reference on the invoice |
| yourReference | string or null Your reference on the invoice |
| currencyCode | string or null Currency code of the claim, e.g. SEK, NOK, EUR etc. |
| originalPrincipal | number or null <double> Original invoice principal amount |
| remainingPrincipal | number <double> Remaining principal amount of the claim |
| originalInterest | number or null <double> Total accrued interest of the claim |
| remainingInterest | number or null <double> Remaining accrued interest of the claim until specified date |
| originalVAT | number or null <double> Original invoice VAT amount |
| remainingVAT | number or null <double> Remaining VAT amount of the claim |
| exchRate | number or null <double> Exchange rate used for the invoice |
| exchDate | string or null <date-time> Exchange date used for the invoice |
| billDate | string <date-time> Invoice or claim date |
| dueDate | string or null <date-time> Due date for the invoice/claim |
| paymentCondition | integer or null <int32> Payment condition as number of days between bill date and due date |
| interestCondition | integer or null <int32> Number of days after bill date when interest calculation starts |
| interestRate | number or null <double> Interest rate |
| interestCode | string or null Interest code as defined in CLVR, e.g. FIXED, ÖGR, F_365_BASE |
| interestSpecificCalculationType | string or null Activates specific interest calculation in CLVR, e.g. FI-B2C and FI-B2B |
| interestSpecificCalculationCutoffDate | string or null <date-time> Cut-off date for specific interest calculation in CLVR |
| fixedInterestTermStart | string or null <date-time> Fixing date for current fixed interest term |
| interestFrom | string or null <date-time> Date when current interest started to be calculated |
| interestTo | string or null <date-time> Date up until interest has been calculated |
| accountRefType | string or null Account reference type |
| oneTimeServiceFees | number or null <double> Onetime service fees |
| loanPurpose | string or null The purpose of the loan, valid codes: HomeLoan, HomeLoanForFirstHome, HomeLoanForLeisureHouse, HomeLoanForInvestmentPurposes, StudentLoan, LoanForPurchaseOfVehicleOrCraft, OtherConsumerCredit, OtherLoan, LoanForBusinessActivities, GuaranteeReceivable |
| loanTypeCode | string or null The type of loan, valid codes: LumpSumLoan, RunningAccountLoan, Leasing, GuaranteeReceivable |
| agreementDate | string or null <date-time> Date for the agreement on which the claim is based on |
| agreementDueDate | string or null <date-time> Due date for the agreement on which the claim is based on |
| agreementEndDate | string or null <date-time> End date for the agreement on which the claim is based on |
| enforceableDebtType | string or null Enforcable debt type, as defined in CLVR |
| goodsRelatedCredit | boolean or null Is the claim a credit rated to goods |
| effectiveYear | integer or null <int32> Effective year of the claim |
| debtPrincipalType | string or null Optional debt principal type, valid codes: INVOICE, CREDIT_INVOICE, INTEREST_INVOICE, FINAL_INVOICE_CREDITDEBT, OFFER_INVOICE, BILLING, CAPITALIZED_INTEREST, INTEREST_COMPENSATION, TERMINATED_ACCOUNT, PREREDEMPTION, LOAN_INTEREST, SUPPLIER_INVOICE, CREDIT_EXPENSE |
| grantedCreditAmount | number or null <double> Granted credit amount |
| usedCreditAmount | number or null <double> Used credit amount or the original granted amount |
| originalEir | number or null <double> Original EIR |
| lenderName | string or null Original lender name of the loan |
| periodOfLimitation | string or null Period of limitation |
| limitationDate | string or null <date-time> Claim's limitation date |
Array of objects or null (ExtraFieldValue) Additional extra fields for the debt. Needs to already be defined in CLVR. | |
| interestRateCeilingCode | string or null Interest ceiling code |
| agreedInterestCode | string or null Agreed interest code |
| agreedInterestRate | number or null <double> Agreed interest rate |
{- "description": "string",
- "referenceNumber": "string",
- "ledgerRef": "string",
- "debtGroup": "string",
- "ourReference": "string",
- "yourReference": "string",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "remainingPrincipal": 0,
- "originalInterest": 0,
- "remainingInterest": 0,
- "originalVAT": 0,
- "remainingVAT": 0,
- "exchRate": 0,
- "exchDate": "2019-08-24T14:15:22Z",
- "billDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "paymentCondition": 0,
- "interestCondition": 0,
- "interestRate": 0,
- "interestCode": "string",
- "interestSpecificCalculationType": "string",
- "interestSpecificCalculationCutoffDate": "2019-08-24T14:15:22Z",
- "fixedInterestTermStart": "2019-08-24T14:15:22Z",
- "interestFrom": "2019-08-24T14:15:22Z",
- "interestTo": "2019-08-24T14:15:22Z",
- "accountRefType": "string",
- "oneTimeServiceFees": 0,
- "loanPurpose": "string",
- "loanTypeCode": "string",
- "agreementDate": "2019-08-24T14:15:22Z",
- "agreementDueDate": "2019-08-24T14:15:22Z",
- "agreementEndDate": "2019-08-24T14:15:22Z",
- "enforceableDebtType": "string",
- "goodsRelatedCredit": true,
- "effectiveYear": 0,
- "debtPrincipalType": "string",
- "grantedCreditAmount": 0,
- "usedCreditAmount": 0,
- "originalEir": 0,
- "lenderName": "string",
- "periodOfLimitation": "string",
- "limitationDate": "2019-08-24T14:15:22Z",
- "extraFields": [
- {
- "name": "string",
- "value": [
- "string"
]
}
], - "interestRateCeilingCode": "string",
- "agreedInterestCode": "string",
- "agreedInterestRate": 0
}{- "description": "string",
- "referenceNumber": "string",
- "ledgerRef": "string",
- "debtGroup": "string",
- "ourReference": "string",
- "yourReference": "string",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "remainingPrincipal": 0,
- "originalInterest": 0,
- "remainingInterest": 0,
- "originalVAT": 0,
- "remainingVAT": 0,
- "exchRate": 0,
- "exchDate": "2019-08-24T14:15:22Z",
- "billDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "paymentCondition": 0,
- "interestCondition": 0,
- "interestRate": 0,
- "interestCode": "string",
- "interestSpecificCalculationType": "string",
- "interestSpecificCalculationCutoffDate": "2019-08-24T14:15:22Z",
- "fixedInterestTermStart": "2019-08-24T14:15:22Z",
- "interestFrom": "2019-08-24T14:15:22Z",
- "interestTo": "2019-08-24T14:15:22Z",
- "accountRefType": "string",
- "oneTimeServiceFees": 0,
- "loanPurpose": "string",
- "loanTypeCode": "string",
- "agreementDate": "2019-08-24T14:15:22Z",
- "agreementDueDate": "2019-08-24T14:15:22Z",
- "agreementEndDate": "2019-08-24T14:15:22Z",
- "enforceableDebtType": "string",
- "goodsRelatedCredit": true,
- "effectiveYear": 0,
- "debtPrincipalType": "string",
- "grantedCreditAmount": 0,
- "usedCreditAmount": 0,
- "originalEir": 0,
- "lenderName": "string",
- "periodOfLimitation": "string",
- "limitationDate": "2019-08-24T14:15:22Z",
- "extraFields": [
- {
- "name": "string",
- "value": [
- "string"
]
}
], - "interestRateCeilingCode": "string",
- "agreedInterestCode": "string",
- "agreedInterestRate": 0
}| caseGuid required | string The unique GUID of the case |
| debtGuid required | string The unique GUID of the debt |
{- "debtGuid": "string",
- "registrationDate": "2019-08-24T14:15:22Z",
- "debtGroup": "string",
- "debtPrincipalType": "string",
- "description": "string",
- "accountRef": "string",
- "oldAccountRef": "string",
- "ledgerRef": "string",
- "objectRef": "string",
- "originalPaymentReference": "string",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "remainingPrincipal": 0,
- "originalInterest": 0,
- "remainingInterest": 0,
- "originalVAT": 0,
- "remainingVAT": 0,
- "exchRate": 0,
- "exchDate": "2019-08-24T14:15:22Z",
- "vatRate": 0,
- "vatCode": "string",
- "interestRate": 0,
- "interestCode": "string",
- "calcRate": 0,
- "interestFrom": "2019-08-24T14:15:22Z",
- "interestTo": "2019-08-24T14:15:22Z",
- "fixedInterestTermStart": "2019-08-24T14:15:22Z",
- "interestStop": "2019-08-24T14:15:22Z",
- "interestSpecificCalculationType": "string",
- "interestSpecificCalculationCutoffDate": "2019-08-24T14:15:22Z",
- "accountRefType": "string",
- "agreementDate": "2019-08-24T14:15:22Z",
- "agreementDueDate": "2019-08-24T14:15:22Z",
- "agreementEndDate": "2019-08-24T14:15:22Z",
- "originalEir": 0,
- "interestRateCeilingCode": "string",
- "head": {
- "referenceNumber": "string",
- "orderDate": "2019-08-24T14:15:22Z",
- "billDate": "2019-08-24T14:15:22Z",
- "documentDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "accountingDate": "2019-08-24T14:15:22Z",
- "paymentCondition": 0,
- "disputed": true,
- "disputeDate": "2019-08-24T14:15:22Z",
- "disputeReason": "string",
- "disputeRebutted": true,
- "ourOrder": "string",
- "yourOrder": "string",
- "ourReference": "string",
- "yourReference": "string",
- "handlingCode": "string",
- "originalDebtRef": "string",
- "invoiceType": "string",
- "goodsMark": "string",
- "deliveryMethod": "string",
- "deliveryCondition": "string",
- "deliveryDate": "2019-08-24T14:15:22Z",
- "deliveryNote": "string",
- "creditCardTransactionId": "string",
- "seller": "string",
- "receiptNumber": "string",
- "cashRegisterNumber": "string",
- "originalDueDate": "2019-08-24T14:15:22Z",
- "accountRefType": "string",
- "oneTimeServiceFees": 0,
- "loanPurpose": "string",
- "loanTypeCode": "string",
- "enforceableDebtType": "string",
- "goodsRelatedCredit": true,
- "effectiveYear": 0,
- "grantedCreditAmount": 0,
- "usedCreditAmount": 0,
- "lenderName": "string",
- "receiver": {
- "fullName": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "stateCode": "string",
- "countryCode": "string",
- "fullAddress": "string"
}, - "delivery": {
- "fullName": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "stateCode": "string",
- "countryCode": "string",
- "fullAddress": "string"
}, - "agreedInterestCode": "string",
- "agreedInterestRate": 0
}, - "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| caseGuid required | string Case guid |
| debtGuid required | string Debt guid |
Updated debt fields
| description | string or null Description of the invoice/claim |
| referenceNumber | string or null Reference number of the claim, e.g. the invoice number |
| debtGroup | string or null The code for the specific group of debts, as defined in CLVR |
| ourReference | string or null Our reference on the invoice |
| yourReference | string or null Your reference on the invoice |
| dueDate | string or null <date-time> Due date for the invoice/claim |
| paymentCondition | integer or null <int32> Payment condition as number of days between bill date and due date |
| accountRefType | string or null Account reference type |
| accountRef | string or null Account reference |
| oneTimeServiceFees | number or null <double> Onetime service fees |
| loanPurpose | string or null The purpose of the loan, valid codes: HomeLoan, HomeLoanForFirstHome, HomeLoanForLeisureHouse, HomeLoanForInvestmentPurposes, StudentLoan, LoanForPurchaseOfVehicleOrCraft, OtherConsumerCredit, OtherLoan, LoanForBusinessActivities, GuaranteeReceivable |
| loanTypeCode | string or null The type of loan, valid codes: LumpSumLoan, RunningAccountLoan, Leasing, GuaranteeReceivable |
| agreementDate | string or null <date-time> Date for the agreement on which the claim is based on |
| agreementDueDate | string or null <date-time> Due date for the agreement on which the claim is based on |
| agreementEndDate | string or null <date-time> End date for the agreement on which the claim is based on |
| enforceableDebtType | string or null Enforcable debt type, as defined in CLVR |
| goodsRelatedCredit | boolean or null Is the claim a credit rated to goods |
| effectiveYear | integer or null <int32> Effective year of the claim |
| debtPrincipalType | string or null Optional debt principal type, valid codes: INVOICE, CREDIT_INVOICE, INTEREST_INVOICE, FINAL_INVOICE_CREDITDEBT, OFFER_INVOICE, BILLING, CAPITALIZED_INTEREST, INTEREST_COMPENSATION, TERMINATED_ACCOUNT, PREREDEMPTION, LOAN_INTEREST, SUPPLIER_INVOICE, CREDIT_EXPENSE |
| grantedCreditAmount | number or null <double> Granted credit amount |
| usedCreditAmount | number or null <double> Used credit amount or the original granted amount |
| originalEir | number or null <double> Original EIR |
| lenderName | string or null Original lender name of the loan |
| interestRateCeilingCode | string or null Interest ceiling code |
| agreedInterestCode | string or null Agreed interest code |
| agreedInterestRate | number or null <double> Agreed interest rate |
| interestSpecificCalculationType | string or null Interest Specific Calculation Type |
{- "description": "string",
- "referenceNumber": "string",
- "debtGroup": "string",
- "ourReference": "string",
- "yourReference": "string",
- "dueDate": "2019-08-24T14:15:22Z",
- "paymentCondition": 0,
- "accountRefType": "string",
- "accountRef": "string",
- "oneTimeServiceFees": 0,
- "loanPurpose": "string",
- "loanTypeCode": "string",
- "agreementDate": "2019-08-24T14:15:22Z",
- "agreementDueDate": "2019-08-24T14:15:22Z",
- "agreementEndDate": "2019-08-24T14:15:22Z",
- "enforceableDebtType": "string",
- "goodsRelatedCredit": true,
- "effectiveYear": 0,
- "debtPrincipalType": "string",
- "grantedCreditAmount": 0,
- "usedCreditAmount": 0,
- "originalEir": 0,
- "lenderName": "string",
- "interestRateCeilingCode": "string",
- "agreedInterestCode": "string",
- "agreedInterestRate": 0,
- "interestSpecificCalculationType": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| caseGuid required | string Case guid |
| debtGuid required | string Debt guid |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| caseGuid required | string Case guid |
| debtGuid required | string Debt guid |
Amount adjustment
| principalAdjustment | number or null <double> Amount to adjust the principal with |
| interestAdjustment | number or null <double> Amount to adjust the interest with |
| transSpecTypeCode | string or null Specifies the type of transaction, available codes can be fetched using /v1/Metadata/Transspectype |
| note | string or null Optional note for the adjustment |
{- "principalAdjustment": 0,
- "interestAdjustment": 0,
- "transSpecTypeCode": "string",
- "note": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| caseGuid required | string Case guid |
| $filter | string Filter conditions specified in a simplified OData format |
| $skip | integer <int32> List offset when paginating (default 0) |
| $top | integer <int32> Maximum size of result (default 25, max 100) |
| $orderby | string Sorting conditions E.g. "fullname desc" |
{- "count": 0,
- "skip": 0,
- "total": 0,
- "value": [
- {
- "feeGuid": "string",
- "name": "string",
- "feeType": "string",
- "description": "string",
- "feeDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "originalVAT": 0,
- "originalInterest": 0,
- "originalSum": 0,
- "paidPrincipal": 0,
- "paidVAT": 0,
- "paidInterest": 0,
- "paidSum": 0,
- "remainingPrincipal": 0,
- "remainingVAT": 0,
- "remainingInterest": 0,
- "remainingSum": 0,
- "ledgerPrincipal": 0,
- "ledgerVAT": 0,
- "ledgerInterest": 0,
- "ledgerSum": 0
}
]
}| caseGuid required | string Case guid |
Fee object
| name | string or null Name of the fee as defined in CLVR, e.g. REMIND, INKVARSEL, KK |
| description | string or null Description of the invoice/claim |
| feeDate | string or null <date-time> Date when the fee was added to the claim |
| currencyCode | string or null Currency code of the fee, e.g. SEK, NOK, EUR etc. |
| originalPrincipal | number or null <double> Original invoice principal amount |
| remainingPrincipal | number or null <double> Remaining principal amount of the claim |
| interestRate | number or null <double> Interest rate |
| interestCode | string or null Interest code as defined in CLVR, e.g. FIXED, ÖGR, F_365_BASE |
| interestFrom | string or null <date-time> Date when current interest started to be calculated |
{- "name": "string",
- "description": "string",
- "feeDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "remainingPrincipal": 0,
- "interestRate": 0,
- "interestCode": "string",
- "interestFrom": "2019-08-24T14:15:22Z"
}{- "name": "string",
- "description": "string",
- "feeDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "remainingPrincipal": 0,
- "interestRate": 0,
- "interestCode": "string",
- "interestFrom": "2019-08-24T14:15:22Z"
}| caseGuid required | string The unique GUID of the case |
| feeGuid required | string The unique GUID of the fee |
{- "name": "string",
- "description": "string",
- "feeDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "originalPrincipal": 0,
- "remainingPrincipal": 0,
- "originalInterest": 0,
- "remainingInterest": 0,
- "originalVAT": 0,
- "remainingVAT": 0,
- "interestRate": 0,
- "interestCode": "string",
- "interestFrom": "2019-08-24T14:15:22Z",
- "interestTo": "2019-08-24T14:15:22Z"
}| caseGuid required | string Case guid |
| feeGuid required | string Fee guid |
Updated fee fields
| description | string or null Description of the invoice/claim |
{- "description": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| caseGuid required | string Case guid |
| feeGuid required | string Fee guid |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| caseGuid required | string Case guid |
| feeGuid required | string Fee guid |
Amount adjustment
| principalAdjustment | number or null <double> Amount to adjust the principal with |
| interestAdjustment | number or null <double> Amount to adjust the interest with |
| transSpecTypeCode | string or null Specifies the type of transaction, available codes can be fetched using /v1/Metadata/Transspectype |
| note | string or null Optional note for the adjustment |
{- "principalAdjustment": 0,
- "interestAdjustment": 0,
- "transSpecTypeCode": "string",
- "note": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| caseGuid required | string Case guid |
| $filter | string Filter conditions specified in a simplified OData format |
| $skip | integer <int32> List offset when paginating (default 0) |
| $top | integer <int32> Maximum size of result (default 25, max 100) |
| $orderby | string Sorting conditions E.g. "fullname desc" |
{- "count": 0,
- "skip": 0,
- "total": 0,
- "value": [
- {
- "paymentGuid": "string",
- "paymentDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "paidAmount": 0,
- "source": "string",
- "paymentReference": "string",
- "directPayment": true,
- "paidBy": 0
}
]
}| caseGuid required | string Case guid |
Payment information
| paymentReference | string or null Payment reference string |
| paymentDate | string <date-time> Payment date |
| accountingDate | string or null <date-time> Accounting date for G/L |
| paymentAmount | number <double> Total paid amount |
| currencyCode | string or null The currency the paid payment |
| receivedAmount | number or null <double> Received amount in G/L currency |
| exchangeDate | string or null <date-time> Date for currency exchange |
| source | string or null Information of the origin of the payment |
Array of objects or null (PaymentSpecOnCase) Specification of invoices to pay |
{- "paymentReference": "string",
- "paymentDate": "2019-08-24T14:15:22Z",
- "accountingDate": "2019-08-24T14:15:22Z",
- "paymentAmount": 0,
- "currencyCode": "string",
- "receivedAmount": 0,
- "exchangeDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "specification": [
- {
- "invoiceReference": "string",
- "principalAmount": 0,
- "interestAmount": 0
}
]
}{- "paymentGuid": "string",
- "paymentReference": "string",
- "paymentDate": "2019-08-24T14:15:22Z",
- "accountingDate": "2019-08-24T14:15:22Z",
- "paymentAmount": 0,
- "currencyCode": "string",
- "receivedAmount": 0,
- "exchangeDate": "2019-08-24T14:15:22Z",
- "source": "string"
}| caseGuid required | string The unique GUID of the case |
| paymentGuid required | string The unique GUID of the payment |
{- "paymentGuid": "string",
- "paymentDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "paidAmount": 0,
- "source": "string",
- "paymentReference": "string",
- "directPayment": true,
- "paidBy": 0,
- "amountNotDeducted": 0,
- "totalAmountDeducted": 0,
- "withdrawnCommission": 0,
- "withdrawnVAT": 0,
- "remittenceAmount": 0,
- "commissionNettedOnCreditorAccount": 0,
- "vatNettedOnCreditorAccount": 0,
- "commissionToInvoice": 0,
- "vatToInvoice": 0,
- "specifications": [
- {
- "caseNumber": "string",
- "invoiceNumber": "string",
- "description": "string",
- "amountType": 0,
- "currencyCode": "string",
- "usedAmount": 0,
- "commission": 0,
- "commissionVAT": 0,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
], - "pledges": [
- {
- "pledgeType": "string",
- "identityNumber": "string",
- "description": "string",
- "amount": 0,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
], - "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| caseGuid required | string Case guid |
Payment information
| closureCode | string or null Specified closure code, e.g. RETRIEVED |
| note | string or null Optional note regarding the closure |
{- "closureCode": "string",
- "note": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| caseGuid required | string Case guid |
| $filter | string Filter conditions specified in a simplified OData format |
| $skip | integer <int32> List offset when paginating (default 0) |
| $top | integer <int32> Maximum size of result (default 25, max 100) |
| $orderby | string Sorting conditions E.g. "fullname desc" |
{- "count": 0,
- "skip": 0,
- "total": 0,
- "value": [
- {
- "name": "string",
- "value": [
- "string"
]
}
]
}| caseGuid required | string Case guid |
Extra field value
| name | string or null Name of Extra field data |
| value | Array of strings or null The value of the extra field |
{- "name": "string",
- "value": [
- "string"
]
}{- "name": "string",
- "value": [
- "string"
]
}| caseGuid required | string The unique GUID of the case |
| name required | string The name of the extra field |
{- "name": "string",
- "value": [
- "string"
]
}| caseGuid required | string Case guid |
| name required | string Extrafield name |
Extrafield value
| name | string or null Name of Extra field data |
| value | Array of strings or null The value of the extra field |
{- "name": "string",
- "value": [
- "string"
]
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| caseGuid required | string Case guid |
| name required | string Extrafield name |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| caseGuid required | string Case guid |
| $filter | string Filter conditions specified in a simplified OData format |
| $skip | integer <int32> List offset when paginating (default 0) |
| $top | integer <int32> Maximum size of result (default 25, max 100) |
| $orderby | string Sorting conditions E.g. "fullname desc" |
{- "count": 0,
- "skip": 0,
- "total": 0,
- "value": [
- {
- "note": "string",
- "documentType": "string",
- "loggedAt": "2019-08-24T14:15:22Z",
- "originalFileName": "string",
- "important": true,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
]
}| caseGuid required | string Case guid |
Document information
| note required | string non-empty Free extra information related to the document. |
| documentType | string or null Document code (one of predefined types idoc / invoice / gjeldsbrev / verdict / domforlik). |
| loggedAt | string or null <date-time> Document creation date. |
| originalFileName required | string non-empty The file name to be generated instead of an auto-generated one. |
| searchValue | string or null Document specific search value or reference number. |
| externalLink | string or null Link to the document, if it exists on external archive. |
| important | boolean or null Document importancy flag. |
| fileDataBase64 | string or null Base64-encoded file body. |
{- "note": "string",
- "documentType": "string",
- "loggedAt": "2019-08-24T14:15:22Z",
- "originalFileName": "string",
- "searchValue": "string",
- "externalLink": "string",
- "important": true,
- "fileDataBase64": "string"
}{- "note": "string",
- "documentType": "string",
- "loggedAt": "2019-08-24T14:15:22Z",
- "originalFileName": "string",
- "important": true,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| caseGuid required | string The unique GUID of the case |
| documentGuid required | string The unique GUID of the document |
{- "note": "string",
- "documentType": "string",
- "loggedAt": "2019-08-24T14:15:22Z",
- "originalFileName": "string",
- "important": true,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| guid required | string The GUID representing the case. |
[- {
- "debtorRole": "string",
- "fullName": "string",
- "idNumber": "string",
- "debtorGuid": "string",
- "paymentReference": "string",
- "bankAccountNo": "string",
- "remainingPrincipal": 0,
- "remainingInterest": 0,
- "remainingFee": 0,
- "remainingSum": 0,
- "activeCases": 0,
- "cases": [
- {
- "caseGuid": "string",
- "caseNumber": "string",
- "clientReferenceNumber": "string",
- "clientName": "string",
- "clientGuid": "string",
- "debtorRole": "string",
- "regDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "remainingSum": 0,
- "service": "string",
- "status": "string",
- "subStatus": "string"
}
]
}
]Execute custom service definition in CLVR with possibility to pass in JSON into definition.
| caseGuid required | string Case unique id |
| serviceDefinition required | string The invoke service definition request. |
| async | boolean Specify if custom action should be performed asynchronously |
JSON body
{- "name1": "string",
- "name2": false,
- "name3": {
- "name4": [
- "string",
- "string"
]
}
}{ }Execute custom service definition in CLVR with possibility to pass in JSON into definition.
| serviceDefinition required | string The invoke service definition request. |
| async | boolean Specify if custom action should be performed asynchronously |
JSON body
{- "name1": "string",
- "name2": false,
- "name3": {
- "name4": [
- "string",
- "string"
]
}
}{ }