Download OpenAPI specification:Download
Loan origination 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": [
- {
- "originationGuid": "string",
- "customerAccountTypeCode": "string",
- "applicationDate": "2019-08-24T14:15:22Z",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "originalAppliedCreditAmount": 0,
- "appliedCreditAmount": 0,
- "offeredAmount": 0,
- "acceptedAmount": 0,
- "assetValue": 0,
- "residualValue": 0,
- "originalDurationInMonths": 0,
- "durationInMonths": 0,
- "monthlyAmount": 0,
- "totalCreditAmount": 0,
- "status": "NewApplication"
}
]
}Credit application detailed information.
| clientReference | string or null client reference string. |
| customerAccountTypeCode | string or null CustomerAccount type code. |
| loanType | string or null Customer account subtype code. |
| brokerPartyReference | string or null Broker Party Reference. |
object (CreditApplication) Origination (credit application) description. | |
object (CreditApplicantRequest) Credit applicant request | |
Array of objects or null (CreditApplicantRequest) List of credit co-applicants. | |
Array of objects or null (Object) List of objects connected to loan. | |
Array of objects or null (LoanToSettle) List of loans to settle. | |
Array of objects or null (PutInsurance) List of insurances. |
{- "clientReference": "string",
- "customerAccountTypeCode": "string",
- "loanType": "string",
- "brokerPartyReference": "string",
- "creditApplication": {
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "appliedCreditAmount": 0,
- "offeredAmount": 0,
- "acceptedAmount": 0,
- "assetValue": 0,
- "residualValue": 0,
- "applicationDate": "2019-08-24T14:15:22Z",
- "startDate": "2019-08-24T14:15:22Z",
- "durationInMonths": 0,
- "maturityDate": "2019-08-24T14:15:22Z",
- "instalmentTerm": "None",
- "reason": "string",
- "interestRate": 0,
- "interestCode": "string",
- "firstPaymentDate": "2019-08-24T14:15:22Z",
- "firstInstalmentDate": "2019-08-24T14:15:22Z",
- "maturity": 0,
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
]
}, - "mainApplicant": {
- "customerGuid": "string",
- "customerReference": "string",
- "customerRoleId": 0,
- "idNumber": "string",
- "juridicalType": 0,
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "countryCode": "string",
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "representatives": [
- {
- "representativeGuid": "string",
- "representativeRole": 0,
- "signingAuthority": 0,
- "idNumber": "string",
- "juridicalType": 0,
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "countryCode": "string",
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "languageCode": "string"
}
], - "languageCode": "string",
- "currencyCode": "string",
- "preferredChannel": "string",
- "invoiceChannel": "string",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
], - "employmentType": 0,
- "employerName": "string",
- "employerPhone": "string",
- "maritalStatus": 0,
- "typeOfResident": 0,
- "residentDescription": "string",
- "monthlyIncome": 0,
- "annualIncome": 0,
- "numberOfDependentChildren": 0,
- "numberOfAdults": 0,
- "otherSecuredLoans": 0,
- "otherUnsecuredLoans": 0,
- "otherTotalCreditsandLoans": 0,
- "monthlyCostForOtherCreditsAndLoans": 0,
- "monthlyRentalCost": 0,
- "shareOfAccommodationCost": 0,
- "bankAccountInfo": {
- "bankAccountNo": "string",
- "bankName": "string",
- "bankCode": "string",
- "bankDescription": "string",
- "countryCode": "string",
- "currencyCode": "string",
- "iban": "string",
- "bic": "string",
- "blz": "string",
- "swift": "string"
}
}, - "coApplicants": [
- {
- "customerGuid": "string",
- "customerReference": "string",
- "customerRoleId": 0,
- "idNumber": "string",
- "juridicalType": 0,
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "countryCode": "string",
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "representatives": [
- {
- "representativeGuid": "string",
- "representativeRole": 0,
- "signingAuthority": 0,
- "idNumber": "string",
- "juridicalType": 0,
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "countryCode": "string",
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "languageCode": "string"
}
], - "languageCode": "string",
- "currencyCode": "string",
- "preferredChannel": "string",
- "invoiceChannel": "string",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
], - "employmentType": 0,
- "employerName": "string",
- "employerPhone": "string",
- "maritalStatus": 0,
- "typeOfResident": 0,
- "residentDescription": "string",
- "monthlyIncome": 0,
- "annualIncome": 0,
- "numberOfDependentChildren": 0,
- "numberOfAdults": 0,
- "otherSecuredLoans": 0,
- "otherUnsecuredLoans": 0,
- "otherTotalCreditsandLoans": 0,
- "monthlyCostForOtherCreditsAndLoans": 0,
- "monthlyRentalCost": 0,
- "shareOfAccommodationCost": 0,
- "bankAccountInfo": {
- "bankAccountNo": "string",
- "bankName": "string",
- "bankCode": "string",
- "bankDescription": "string",
- "countryCode": "string",
- "currencyCode": "string",
- "iban": "string",
- "bic": "string",
- "blz": "string",
- "swift": "string"
}
}
], - "objects": [
- {
- "objectGuid": "string",
- "objectCode": "string",
- "objectReference": "string",
- "active": true,
- "isAsset": true,
- "description": "string",
- "registrationNumber": "string",
- "yearOfManufacture": 0,
- "mileage": 0,
- "currencyCode": "string",
- "originalValue": 0,
- "currentValue": 0,
- "residualValue": 0,
- "buyoutAmount": 0,
- "validUntil": "2019-08-24T14:15:22Z",
- "owner": "string",
- "vendor": "string",
- "location": "string"
}
], - "loansToSettle": [
- {
- "loanReferenceNumber": "string",
- "settlementAmount": 0,
- "currencyCode": "string",
- "principalAmount": 0,
- "accruedInterest": 0,
- "fees": 0,
- "netInterestLossCompensation": 0,
- "disbursementDate": "2019-08-24T14:15:22Z",
- "paymentReferenceNumber": "string",
- "loanPaymentPlanCalcType": 0,
- "bankName": "string",
- "bankAccountNo": "string",
- "iban": "string",
- "bic": "string",
- "swift": "string",
- "blz": "string",
- "bankCode": "string",
- "bankDescription": "string",
- "countryCode": "string",
- "bankCurrencyCode": "string"
}
], - "insurances": [
- {
- "type": "string",
- "insuranceCompany": "string",
- "status": 0,
- "reference": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "insuranceCalcType": 1,
- "feePercent": 0,
- "minPeriodicFee": 0,
- "maxPeriodicFee": 0,
- "note": "string"
}
]
}{- "customerAccountTypeCode": "string",
- "loanType": "string",
- "accountNumber": "string",
- "accountGuid": "string",
- "originationGuid": "string",
- "clientReferenceCode": "string",
- "clientFullName": "string",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "originalAppliedCreditAmount": 0,
- "appliedCreditAmount": 0,
- "offeredAmount": 0,
- "acceptedAmount": 0,
- "assetValue": 0,
- "residualValue": 0,
- "applicationDate": "2019-08-24T14:15:22Z",
- "startDate": "2019-08-24T14:15:22Z",
- "maturityDate": "2019-08-24T14:15:22Z",
- "originalDurationInMonths": 0,
- "durationInMonths": 0,
- "reason": "string",
- "interestRate": 0,
- "interestCode": "string",
- "status": "NewApplication",
- "lastDisbursementDate": "2019-08-24T14:15:22Z",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
], - "applicants": [
- {
- "customerGuid": "string",
- "customerReference": "string",
- "customerRoleId": 0,
- "idNumber": "string",
- "juridicalType": 0,
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "countryCode": "string",
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "representatives": [
- {
- "representativeGuid": "string",
- "representativeRole": 0,
- "signingAuthority": 0,
- "idNumber": "string",
- "juridicalType": 0,
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "countryCode": "string",
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "languageCode": "string"
}
], - "languageCode": "string",
- "currencyCode": "string",
- "preferredChannel": "string",
- "invoiceChannel": "string",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
], - "employmentType": 0,
- "employerName": "string",
- "employerPhone": "string",
- "maritalStatus": 0,
- "typeOfResident": 0,
- "residentDescription": "string",
- "monthlyIncome": 0,
- "annualIncome": 0,
- "numberOfDependentChildren": 0,
- "numberOfAdults": 0,
- "otherSecuredLoans": 0,
- "otherUnsecuredLoans": 0,
- "otherTotalCreditsandLoans": 0,
- "monthlyCostForOtherCreditsAndLoans": 0,
- "monthlyRentalCost": 0,
- "shareOfAccommodationCost": 0
}
], - "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| guid required | string The GUID representing the origination. |
{- "customerAccountTypeCode": "string",
- "loanType": "string",
- "accountNumber": "string",
- "accountGuid": "string",
- "originationGuid": "string",
- "clientReferenceCode": "string",
- "clientFullName": "string",
- "currencyCode": "EUR, USD, SEK, NOK, DKK",
- "originalAppliedCreditAmount": 0,
- "appliedCreditAmount": 0,
- "offeredAmount": 0,
- "acceptedAmount": 0,
- "assetValue": 0,
- "residualValue": 0,
- "applicationDate": "2019-08-24T14:15:22Z",
- "startDate": "2019-08-24T14:15:22Z",
- "maturityDate": "2019-08-24T14:15:22Z",
- "originalDurationInMonths": 0,
- "durationInMonths": 0,
- "reason": "string",
- "interestRate": 0,
- "interestCode": "string",
- "status": "NewApplication",
- "lastDisbursementDate": "2019-08-24T14:15:22Z",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
], - "applicants": [
- {
- "customerGuid": "string",
- "customerReference": "string",
- "customerRoleId": 0,
- "idNumber": "string",
- "juridicalType": 0,
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "countryCode": "string",
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "representatives": [
- {
- "representativeGuid": "string",
- "representativeRole": 0,
- "signingAuthority": 0,
- "idNumber": "string",
- "juridicalType": 0,
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "countryCode": "string",
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "languageCode": "string"
}
], - "languageCode": "string",
- "currencyCode": "string",
- "preferredChannel": "string",
- "invoiceChannel": "string",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
], - "employmentType": 0,
- "employerName": "string",
- "employerPhone": "string",
- "maritalStatus": 0,
- "typeOfResident": 0,
- "residentDescription": "string",
- "monthlyIncome": 0,
- "annualIncome": 0,
- "numberOfDependentChildren": 0,
- "numberOfAdults": 0,
- "otherSecuredLoans": 0,
- "otherUnsecuredLoans": 0,
- "otherTotalCreditsandLoans": 0,
- "monthlyCostForOtherCreditsAndLoans": 0,
- "monthlyRentalCost": 0,
- "shareOfAccommodationCost": 0
}
], - "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| guid required | string Credit application GUID identifyer. |
Credit application detailed information.
| originalAppliedCreditAmount | number or null <double> Original applied credit amount. |
| appliedCreditAmount | number <double> Applied credit amount. |
| offeredAmount | number or null <double> Offered amount by the lender. |
| acceptedAmount | number or null <double> Accepted amount by the borrower. |
| assetValue | number or null <double> Asset value of leasing object(s). |
| residualValue | number or null <double> Residual value of leasing object(s). |
| startDate | string or null <date-time> The application start date. |
| originalDurationInMonths | integer or null <int32> The original application duration in months. |
| durationInMonths | integer or null <int32> The application duration in months. |
| reason | string or null The application reason. |
| interestRate | number or null <double> The interest rate of application. |
| interestCode | string or null The interest code of application. |
| status | string (OriginationStatus) Enum: "NewApplication" "Analysis" "AwaitingConfirmation" "AwaitingAdditionalInfo" "AwaitingSignature" "Rejected" "Approved" "Lost" "Terminated" Status of the loan/leasing origination. |
{- "originalAppliedCreditAmount": 0,
- "appliedCreditAmount": 0,
- "offeredAmount": 0,
- "acceptedAmount": 0,
- "assetValue": 0,
- "residualValue": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "originalDurationInMonths": 0,
- "durationInMonths": 0,
- "reason": "string",
- "interestRate": 0,
- "interestCode": "string",
- "status": "NewApplication"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| guid required | string The unique GUID of the origination |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| guid required | string Credit application GUID. |
{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "historyDocuments": [
- {
- "historyGuid": "string",
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "actionType": 0,
- "actionItemCode": "string",
- "paymentRefrence": "string",
- "amountToPay": 0,
- "actionGroup": 0,
- "currencyCode": "string",
- "bankAccountNo": "string",
- "paidDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "printedAt": "2019-08-24T14:15:22Z",
- "hasArchivedDocument": true,
- "invoiceNumber": "string",
- "customerAccountNumber": "string",
- "caseNumber": "string",
- "actionGroupingGuid": "string",
- "description": "string",
- "userCode": "string",
- "fileName": "string",
- "userFullName": "string",
- "userEmail": "string",
- "userType": 0
}
]
}| guid required | string Credit application GUID. |
| docGuid required | string History action document's unique identifier. |
{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "fileName": "string",
- "extension": "string",
- "data": "string"
}| guid required | string The account identifier for a loan. |
| Timeout | integer <int32> Default: 5000 Optionally set timeout to wait for result. |
{- "result": {
- "resultCode": 0,
- "resultText": "string"
}, - "active": true,
- "statuses": [
- 1
]
}| guid required | string The guid representing the origination |
Raise credit detailed information
object (RaiseCreditApplication) | |
Array of objects or null (LoanToSettle) List of loans to settle |
{- "creditApplication": {
- "appliedCreditAmount": 0,
- "offeredAmount": 0,
- "acceptedAmount": 0,
- "applicationDate": "2019-08-24T14:15:22Z",
- "startDate": "2019-08-24T14:15:22Z",
- "durationInMonths": 0,
- "reason": "string",
- "interestRate": 0,
- "interestCode": "string",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
]
}, - "loansToSettle": [
- {
- "loanReferenceNumber": "string",
- "settlementAmount": 0,
- "currencyCode": "string",
- "principalAmount": 0,
- "accruedInterest": 0,
- "fees": 0,
- "netInterestLossCompensation": 0,
- "disbursementDate": "2019-08-24T14:15:22Z",
- "paymentReferenceNumber": "string",
- "loanPaymentPlanCalcType": 0,
- "bankName": "string",
- "bankAccountNo": "string",
- "iban": "string",
- "bic": "string",
- "swift": "string",
- "blz": "string",
- "bankCode": "string",
- "bankDescription": "string",
- "countryCode": "string",
- "bankCurrencyCode": "string"
}
]
}| guid required | string Credit application GUID. |
{- "value": [
- {
- "creditInsuranceGuid": "string",
- "type": "string",
- "insuranceCompany": "string",
- "status": 0,
- "reference": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "insuranceCalcType": 1,
- "feePercent": 0,
- "minPeriodicFee": 0,
- "insuredAmount": 0,
- "periodAmount": 0,
- "maxPeriodicFee": 0,
- "note": "string"
}
]
}| guid required | string |
Insurance data
| type | string or null Insurance type code |
| insuranceCompany | string or null Insurance company reference |
| status | integer <int32> (InsuranceStatus) Enum: 0 1 2 3 4 |
| reference | string or null Insurance reference |
| endDate | string or null <date-time> Insruace end date |
| insuranceCalcType | integer <int32> (InsuranceCalcType) Enum: 1 4 |
| feePercent | number <double> Insurance fee amount |
| minPeriodicFee | number <double> Minumal periodic fee |
| maxPeriodicFee | number or null <double> Maximal periodic fee |
| note | string or null Note |
{- "type": "string",
- "insuranceCompany": "string",
- "status": 0,
- "reference": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "insuranceCalcType": 1,
- "feePercent": 0,
- "minPeriodicFee": 0,
- "maxPeriodicFee": 0,
- "note": "string"
}{- "creditInsuranceGuid": "string",
- "type": "string",
- "insuranceCompany": "string",
- "status": 0,
- "reference": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "insuranceCalcType": 1,
- "feePercent": 0,
- "minPeriodicFee": 0,
- "insuredAmount": 0,
- "periodAmount": 0,
- "maxPeriodicFee": 0,
- "note": "string"
}| $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": [
- {
- "creditInsuranceGuid": "string",
- "type": "string",
- "insuranceCompany": "string",
- "status": 0,
- "reference": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "insuranceCalcType": 1,
- "feePercent": 0,
- "minPeriodicFee": 0,
- "insuredAmount": 0,
- "periodAmount": 0,
- "maxPeriodicFee": 0,
- "note": "string"
}
]
}| guid required | string The GUID representing the insurance. |
{- "creditInsuranceGuid": "string",
- "type": "string",
- "insuranceCompany": "string",
- "status": 0,
- "reference": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "insuranceCalcType": 1,
- "feePercent": 0,
- "minPeriodicFee": 0,
- "insuredAmount": 0,
- "periodAmount": 0,
- "maxPeriodicFee": 0,
- "note": "string",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| guid required | string The unique GUID of the insurnace |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| guid required | string Insurance GUID identifyer. |
Insurance detailed information.
| type | string or null Insurance type code |
| insuranceCompany | string or null Insurance company reference |
| status | integer <int32> (InsuranceStatus) Enum: 0 1 2 3 4 |
| reference | string or null Insurance reference |
| endDate | string or null <date-time> Insruace end date |
| clearEndDate | boolean or null Clear insruace end date |
| insuranceCalcType | integer <int32> (InsuranceCalcType) Enum: 1 4 |
| feePercent | number or null <double> Insurance fee amount |
| minPeriodicFee | number or null <double> Minumal periodic fee |
| maxPeriodicFee | number or null <double> Maximal periodic fee |
| clearMaxPeriodicFee | boolean or null Clear maximal periodic fee |
| insuredAmount | number or null <double> Insured amount |
| periodAmount | number or null <double> Period amount |
| note | string or null Note |
{- "type": "string",
- "insuranceCompany": "string",
- "status": 0,
- "reference": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "clearEndDate": true,
- "insuranceCalcType": 1,
- "feePercent": 0,
- "minPeriodicFee": 0,
- "maxPeriodicFee": 0,
- "clearMaxPeriodicFee": true,
- "insuredAmount": 0,
- "periodAmount": 0,
- "note": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| guid required | string Origination 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": [
- {
- "loanOfferGuid": "string",
- "loanTypeCode": "string",
- "maturity": 0,
- "interestTypeCode": "string",
- "interestMarginCode": "string",
- "interestDiscount": 0,
- "fixedInterestRate": 0,
- "currentInterestRate": 0,
- "interestTerm": 0,
- "firstPaymentDate": "2019-08-24T14:15:22Z",
- "instalmentTerm": 0,
- "firstInstalmentDate": "2019-08-24T14:15:22Z",
- "maturityDate": "2019-08-24T14:15:22Z",
- "loanPaymentPlanType": 0,
- "status": 0,
- "validUntil": "2019-08-24T14:15:22Z",
- "description": "string",
- "lastDisbursementDate": "2019-08-24T14:15:22Z",
- "message": "string",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
]
}| guid required | string Origination guid |
Loan offer information
| loanTypeCode | string or null Code of the loan type to offer |
| maturity | integer <int32> Maturity length in years |
| interestTypeCode | string or null Interest type code |
| interestMarginCode | string or null Interest margin code |
| interestDiscount | number or null <double> Interest discount (in percent) |
| fixedInterestRate | number or null <double> Interest rate for fixed interest (in percent) |
| baseRate | number or null <double> Optional base rate used with the spread to calculate the proposed interest rate (in percent) |
| spread | number or null <double> Optional spread for the proposed interest rate (in percent) |
| interestTerm | integer or null <int32> Interest term 1 = Monthly 2 = Bi-monthly 3 = Quarterly 4 = Tertiary 5 = Semiannual 6 = Annual 7 = Bullet 8 = IMM |
| initialInterestTerm | integer or null <int32> Initial interest term in months |
| firstPaymentDate | string or null <date-time> Date for the first payment occasion |
| maturityDate | string or null <date-time> Maturity date of the loan |
| instalmentTerm | integer or null <int32> Instalment term 1 = Monthly 2 = Bi-monthly 3 = Quarterly 4 = Tertiary 5 = Semiannual 6 = Annual 7 = Bullet 8 = IMM |
| firstInstalmentDate | string or null <date-time> Date for the first instalment occasion |
| loanPaymentPlanType | integer or null <int32> Loan payment plan type 1 = Linear 2 = Annuity 3 = Bullet |
| status | integer <int32> Loan offer status 10 = Preparing 20 = Offered 70 = Rejected 80 = Accepted 90 = Expired |
| validUntil | string or null <date-time> End date if the offer is limited in time |
| description | string or null Optional description and addition terms for the offer |
[- {
- "loanTypeCode": "string",
- "maturity": 0,
- "interestTypeCode": "string",
- "interestMarginCode": "string",
- "interestDiscount": 0,
- "fixedInterestRate": 0,
- "baseRate": 0,
- "spread": 0,
- "interestTerm": 0,
- "initialInterestTerm": 0,
- "firstPaymentDate": "2019-08-24T14:15:22Z",
- "maturityDate": "2019-08-24T14:15:22Z",
- "instalmentTerm": 0,
- "firstInstalmentDate": "2019-08-24T14:15:22Z",
- "loanPaymentPlanType": 0,
- "status": 0,
- "validUntil": "2019-08-24T14:15:22Z",
- "description": "string"
}
][- {
- "loanOfferGuid": "string",
- "loanTypeCode": "string",
- "maturity": 0,
- "interestTypeCode": "string",
- "interestMarginCode": "string",
- "interestDiscount": 0,
- "fixedInterestRate": 0,
- "currentInterestRate": 0,
- "interestTerm": 0,
- "firstPaymentDate": "2019-08-24T14:15:22Z",
- "instalmentTerm": 0,
- "firstInstalmentDate": "2019-08-24T14:15:22Z",
- "maturityDate": "2019-08-24T14:15:22Z",
- "loanPaymentPlanType": 0,
- "status": 0,
- "validUntil": "2019-08-24T14:15:22Z",
- "description": "string",
- "lastDisbursementDate": "2019-08-24T14:15:22Z",
- "message": "string",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
]| guid required | string Origination guid |
| offerGuid required | string Loan offer guid |
{- "loanOfferGuid": "string",
- "loanTypeCode": "string",
- "maturity": 0,
- "interestTypeCode": "string",
- "interestMarginCode": "string",
- "interestDiscount": 0,
- "fixedInterestRate": 0,
- "currentInterestRate": 0,
- "interestTerm": 0,
- "firstPaymentDate": "2019-08-24T14:15:22Z",
- "instalmentTerm": 0,
- "firstInstalmentDate": "2019-08-24T14:15:22Z",
- "maturityDate": "2019-08-24T14:15:22Z",
- "loanPaymentPlanType": 0,
- "status": 0,
- "validUntil": "2019-08-24T14:15:22Z",
- "description": "string",
- "lastDisbursementDate": "2019-08-24T14:15:22Z",
- "message": "string",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| guid required | string Origination guid |
| offerGuid required | string Loan offer guid |
Loan offer information
| firstPaymentDate | string or null <date-time> Date for the first payment occasion |
| firstInstalmentDate | string or null <date-time> Date for the first instalment occasion |
| status | integer <int32> Loan offer status 10 = Preparing 20 = Offered 70 = Rejected 80 = Accepted 90 = Expired |
| validUntil | string or null <date-time> End date if the offer is limited in time |
| description | string or null Optional description and addition terms for the offer |
{- "firstPaymentDate": "2019-08-24T14:15:22Z",
- "firstInstalmentDate": "2019-08-24T14:15:22Z",
- "status": 0,
- "validUntil": "2019-08-24T14:15:22Z",
- "description": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| guid required | string Origination guid |
| offerGuid required | string Loan offer guid |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| guid required | string Origination guid |
| offerGuid required | string Loan offer guid |
{- "planGuid": "string",
- "active": "Inactive",
- "loanType": "string",
- "paymentPlanType": "Flat",
- "registrationDate": "2019-08-24T14:15:22Z",
- "interestTerm": 0,
- "instalmentTerm": 0,
- "maturityDate": "2019-08-24T14:15:22Z",
- "interestTypeCode": "string",
- "interestMarginCode": "string",
- "interestDiscount": 0,
- "fixedInterestRate": 0,
- "currentInterestRate": 0,
- "totalPayments": 0,
- "remainingPayments": 0,
- "totalPrincipal": 0,
- "totalInterest": 0,
- "totalFee": 0,
- "apr": 0,
- "payments": [
- {
- "paymentNo": 0,
- "paymentDate": "2019-08-24T14:15:22Z",
- "billingDate": "2019-08-24T14:15:22Z",
- "invoiceNo": "string",
- "amountToPay": 0,
- "paidAmount": 0,
- "principal": 0,
- "interest": 0,
- "fee": 0,
- "remainingPrincipal": 0,
- "fixedInterestRate": 0,
- "status": "NotBilled",
- "interestSpecifications": [
- {
- "type": "string",
- "rate": 0,
- "days": 0,
- "principalAmount": 0,
- "fromDate": "2019-08-24",
- "toDate": "2019-08-24",
- "interestAmount": 0,
- "interestCode": "string",
- "marginCode": "string",
- "interestDiscount": 0,
- "marginRate": 0
}
]
}
]
}| guid required | string Origination guid |
| offerGuid required | string Loan offer guid |
[- {
- "termGuid": "string",
- "loanType": "string",
- "active": true,
- "changeDate": "2019-08-24T14:15:22Z",
- "realizedAt": "2019-08-24T14:15:22Z",
- "notifyDate": "2019-08-24T14:15:22Z",
- "notifiedAt": "2019-08-24T14:15:22Z",
- "interestType": "string",
- "creditInterestRate": 0,
- "loanPaymentPlanType": 0,
- "loanPaymentPlanIntervalType": "Unknown",
- "firstPaymentDate": "2019-08-24T14:15:22Z",
- "firstInstalmentDate": "2019-08-24T14:15:22Z",
- "instalmentTerm": "None",
- "interestTerm": "None",
- "interestMargin": "string",
- "interestDiscount": 0,
- "confirmed": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "reason": "string"
}
]| guid required | string Origination 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": [
- {
- "scheduledDisbursementGuid": "string",
- "bankAccountGuid": "string",
- "bankAccountNo": "string",
- "disbursementDate": "2019-08-24T14:15:22Z",
- "disbursementAmount": 0,
- "currencyCode": "string",
- "feeAmount": 0,
- "feeChargeType": 0,
- "message": "string",
- "status": 0,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
]
}| guid required | string Origination guid |
Scheduled disbursement information
| bankAccountGuid | string or null Guid of bank account to disburse to |
| disbursementDate | string <date-time> Day for disbursement |
| disbursementAmount | number <double> Amount to disbursement |
| currencyCode | string or null Currency code for disbursement |
| feeAmount | number or null <double> Fee to add for disbursement |
| feeChargeType | integer or null <int32> Type of fee charge 0 = Add to account 1 = Deduct from disbursed amount |
| message | string or null Message text on disbursement |
[- {
- "bankAccountGuid": "string",
- "disbursementDate": "2019-08-24T14:15:22Z",
- "disbursementAmount": 0,
- "currencyCode": "string",
- "feeAmount": 0,
- "feeChargeType": 0,
- "message": "string"
}
][- {
- "scheduledDisbursementGuid": "string",
- "bankAccountGuid": "string",
- "bankAccountNo": "string",
- "disbursementDate": "2019-08-24T14:15:22Z",
- "disbursementAmount": 0,
- "currencyCode": "string",
- "feeAmount": 0,
- "feeChargeType": 0,
- "message": "string",
- "status": 0,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
]| guid required | string Origination guid |
| disbursementGuid required | string Scheduled disbursement guid |
{- "scheduledDisbursementGuid": "string",
- "bankAccountGuid": "string",
- "bankAccountNo": "string",
- "disbursementDate": "2019-08-24T14:15:22Z",
- "disbursementAmount": 0,
- "currencyCode": "string",
- "feeAmount": 0,
- "feeChargeType": 0,
- "message": "string",
- "status": 0,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| guid required | string Origination guid |
| disbursementGuid required | string Scheduled disbursement guid |
Scheduled disbursement information
| bankAccountGuid | string or null Guid of bank account to disburse to |
| disbursementDate | string <date-time> Day for disbursement |
| disbursementAmount | number <double> Amount to disbursement |
| currencyCode | string or null Currency code for disbursement |
| feeAmount | number or null <double> Fee to add for disbursement |
| feeChargeType | integer or null <int32> Type of fee charge 0 = Add to account 1 = Deduct from disbursed amount |
| message | string or null Message text on disbursement |
{- "bankAccountGuid": "string",
- "disbursementDate": "2019-08-24T14:15:22Z",
- "disbursementAmount": 0,
- "currencyCode": "string",
- "feeAmount": 0,
- "feeChargeType": 0,
- "message": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| guid required | string Origination guid |
| disbursementGuid required | string Scheduled disbursement guid |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Execute custom service definition in CLVR with possibility to pass in JSON into definition.
| originationGuid required | string Origination 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"
]
}
}{ }