Download OpenAPI specification:Download
Debt collection debtor 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": [
- {
- "debtorGuid": "string",
- "debtorReference": "string",
- "idNumber": "string",
- "juridicalType": 0,
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "fullName": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "stateCode": "string",
- "countryCode": "string",
- "underAged": true,
- "domicile": "string",
- "municipalCode": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string"
}
]
}| idNumber | string or null Debtor ID number (SSN or company registration number). |
| juridicalType | integer <int32> (JuridicalType) Enum: 0 1 Type of person, juridically. |
| placeOfBirth | string or null Place of birth. |
| dateOfBirth | string or null <date-time> Date of birth. |
| gender | integer <int32> (GenderType) Enum: 0 1 2 Gender of a person. |
| cultureCode | string or null Culture code. |
| fullName | string or null Full name of the customer. Optional if FirstName and LastName is used. |
| firstname | string or null First name of the customer. |
| middlename | string or null Middle name of the customer. |
| lastname | string or null Last name of the customer. |
| nameSuffix | string or null Name suffix. |
| street | string or null Main address - Street |
| houseNo | string or null Main address - House number |
| houseNoExtension | string or null Main address - House number extension |
| city | string or null Main address - City |
| zipCode | string or null Main address - ZipCode |
| stateCode | string or null Main address - State code |
| countryCode | string or null Main address - Country code |
| fullAddress | string or null Main address - Full address with all parts combined |
| domicile | string or null Domicile. |
| municipalCode | string or null Municipal code. |
| vatNumber | string or null VAT number. |
| naceCode | string or null NACE code. |
| homePhone | string or null Home phone number. |
| workPhone | string or null Work phone number. |
| cellularPhone | string or null Cellular phone number. |
| telefax | string or null Telefax number. |
string or null E-mail. | |
| languageCode | string or null Language code e.g. sv, en etc. |
| currencyCode | string or null Currency code, e.g. SEK, NOK, EUR etc. |
| underAged | boolean or null Under aged boolean flag. |
| conversationNotificationChannel | integer <int32> (ConversationNotificationChannel) Enum: 0 1 2 3 Preferred communication channel for conversation notifications. |
| conversationNotificationEmail | string or null Debtor's e-mail for conversation notification. |
| conversationNotificationCellularPhone | string or null Debtor's cellular phone number for conversation notification. |
{- "idNumber": "string",
- "juridicalType": 0,
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "cultureCode": "string",
- "fullName": "string",
- "firstname": "string",
- "middlename": "string",
- "lastname": "string",
- "nameSuffix": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "stateCode": "string",
- "countryCode": "string",
- "fullAddress": "string",
- "domicile": "string",
- "municipalCode": "string",
- "vatNumber": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "telefax": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "underAged": true,
- "conversationNotificationChannel": 0,
- "conversationNotificationEmail": "string",
- "conversationNotificationCellularPhone": "string"
}{- "debtorGuid": "string",
- "debtorReference": "string",
- "idNumber": "string",
- "juridicalType": 0,
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "cultureCode": "string",
- "firstname": "string",
- "middlename": "string",
- "lastname": "string",
- "nameSuffix": "string",
- "domicile": "string",
- "municipalCode": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "telefax": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "preferredChannel": "string",
- "underAged": true,
- "conversationNotificationChannel": 0,
- "conversationNotificationEmail": "string",
- "conversationNotificationCellularPhone": "string",
- "regDate": "2019-08-24T14:15:22Z",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| guid required | string The GUID representing the debtor. |
{- "debtorGuid": "string",
- "debtorReference": "string",
- "idNumber": "string",
- "juridicalType": 0,
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "cultureCode": "string",
- "firstname": "string",
- "middlename": "string",
- "lastname": "string",
- "nameSuffix": "string",
- "domicile": "string",
- "municipalCode": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "telefax": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "preferredChannel": "string",
- "underAged": true,
- "conversationNotificationChannel": 0,
- "conversationNotificationEmail": "string",
- "conversationNotificationCellularPhone": "string",
- "regDate": "2019-08-24T14:15:22Z",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| debtorGuid required | string |
| idNumber | string or null Customer ID number. |
| juridicalType | integer <int32> (JuridicalType) Enum: 0 1 Type of person, juridically. |
| placeOfBirth | string or null Place of birth. |
| dateOfBirth | string or null <date-time> Date of birth. |
| gender | integer <int32> (GenderType) Enum: 0 1 2 Gender of a person. |
| cultureCode | string or null Culture code. |
| fullName | string or null Full name of the customer. Optional if FirstName and LastName is used. |
| firstname | string or null First name of the customer. |
| middlename | string or null Middle name of the customer. |
| lastname | string or null Last name of the customer. |
| nameSuffix | string or null Name suffix. |
| domicile | string or null Domicile. |
| municipalCode | string or null Municipal code. |
| vatNumber | string or null VAT number. |
| naceCode | string or null NACE code. |
| homePhone | string or null Home phone number. |
| workPhone | string or null Work phone number. |
| cellularPhone | string or null Cellular phone number. |
| telefax | string or null Telefax number. |
string or null E-mail. | |
| languageCode | string or null Language code e.g. sv, en etc. |
| currencyCode | string or null Currency code, e.g. SEK, NOK, EUR etc. |
| underAged | boolean or null Under aged boolean flag. |
| conversationNotificationChannel | integer <int32> (ConversationNotificationChannel) Enum: 0 1 2 3 Preferred communication channel for conversation notifications. |
| conversationNotificationEmail | string or null Debtor's e-mail for conversation notification. |
| conversationNotificationCellularPhone | string or null Debtor's cellular phone number for conversation notification. |
{- "idNumber": "string",
- "juridicalType": 0,
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": 0,
- "cultureCode": "string",
- "fullName": "string",
- "firstname": "string",
- "middlename": "string",
- "lastname": "string",
- "nameSuffix": "string",
- "domicile": "string",
- "municipalCode": "string",
- "vatNumber": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "telefax": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "underAged": true,
- "conversationNotificationChannel": 0,
- "conversationNotificationEmail": "string",
- "conversationNotificationCellularPhone": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| guid required | string The GUID representing the debtor. |
{- "fullName": "string",
- "idNumber": "string",
- "debtorGuid": "string",
- "paymentReference": "string",
- "bankAccountNo": "string",
- "remainingPrincipal": 0,
- "remainingInterest": 0,
- "remaininFee": 0,
- "remainingSum": 0,
- "activeCases": 0,
- "closedCases": 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"
}
]
}| guid required | string The GUID representing the debtor. |
| $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"
}
]
}| guid required | string The GUID representing the debtor. |
| caseGuid 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"
}
]
}| debtorGuid required | string Debtor 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": [
- {
- "addressGuid": "string",
- "addressType": "string",
- "fullName": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "stateCode": "string",
- "countryCode": "string",
- "fullAddress": "string",
- "addressNotValidDate": "2019-08-24T14:15:22Z",
- "defaultAddress": true,
- "validFrom": "2019-08-24T14:15:22Z",
- "validTo": "2019-08-24T14:15:22Z",
- "validatedAt": "2019-08-24T14:15:22Z",
- "validOverride": true,
- "lastUpdatedAt": "2019-08-24T14:15:22Z"
}
]
}| debtorGuid required | string Debtor guid |
Address values
| addressType | string or null Type of address. LEGAL or user defined. |
| fullName | string or null Name to use instead on the real name when using this address, e.g. an invoice reading service. Usually null. |
| street | string or null Street |
| houseNo | string or null House number |
| houseNoExtension | string or null House number extension |
| city | string or null City |
| zipCode | string or null Zipcode |
| stateCode | string or null State code |
| countryCode | string or null Country code |
| addressNotValidDate | string or null <date-time> Date when the address was marked as not valid anymore |
| defaultAddress | boolean or null Flag if this address should be treated as the default address |
| validFrom | string or null <date-time> Date when the address is valid from |
| validTo | string or null <date-time> Date when the address is valid to |
{- "addressType": "string",
- "fullName": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "stateCode": "string",
- "countryCode": "string",
- "addressNotValidDate": "2019-08-24T14:15:22Z",
- "defaultAddress": true,
- "validFrom": "2019-08-24T14:15:22Z",
- "validTo": "2019-08-24T14:15:22Z"
}{- "addressGuid": "string",
- "addressType": "string",
- "fullName": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "stateCode": "string",
- "countryCode": "string",
- "fullAddress": "string",
- "addressNotValidDate": "2019-08-24T14:15:22Z",
- "defaultAddress": true,
- "validFrom": "2019-08-24T14:15:22Z",
- "validTo": "2019-08-24T14:15:22Z",
- "validatedAt": "2019-08-24T14:15:22Z",
- "validOverride": true,
- "lastUpdatedAt": "2019-08-24T14:15:22Z"
}| debtorGuid required | string The unique GUID of the debtor |
| addressGuid required | string The unique GUID of the address |
{- "addressGuid": "string",
- "addressType": "string",
- "fullName": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "stateCode": "string",
- "countryCode": "string",
- "fullAddress": "string",
- "addressNotValidDate": "2019-08-24T14:15:22Z",
- "defaultAddress": true,
- "validFrom": "2019-08-24T14:15:22Z",
- "validTo": "2019-08-24T14:15:22Z",
- "validatedAt": "2019-08-24T14:15:22Z",
- "validOverride": true,
- "lastUpdatedAt": "2019-08-24T14:15:22Z"
}| debtorGuid required | string Debtor guid |
| addressGuid required | string The unique GUID of the address |
Address values
| addressType | string or null Type of address. LEGAL or user defined. |
| fullName | string or null Name to use instead on the real name when using this address, e.g. an invoice reading service. Usually null. |
| street | string or null Street |
| houseNo | string or null House number |
| houseNoExtension | string or null House number extension |
| city | string or null City |
| zipCode | string or null Zipcode |
| stateCode | string or null State code |
| countryCode | string or null Country code |
| addressNotValidDate | string or null <date-time> Date when the address was marked as not valid anymore |
| defaultAddress | boolean or null Flag if this address should be treated as the default address |
| validFrom | string or null <date-time> Date when the address is valid from |
| validTo | string or null <date-time> Date when the address is valid to |
{- "addressType": "string",
- "fullName": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "zipCode": "string",
- "stateCode": "string",
- "countryCode": "string",
- "addressNotValidDate": "2019-08-24T14:15:22Z",
- "defaultAddress": true,
- "validFrom": "2019-08-24T14:15:22Z",
- "validTo": "2019-08-24T14:15:22Z"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| debtorGuid required | string Debtor guid |
| addressGuid required | string The unique GUID of the address |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| debtorGuid required | string Debtor 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": [
- {
- "paymentPlanGuid": "string",
- "registrationDate": "2019-08-24T14:15:22Z",
- "startDate": "2019-08-24T14:15:22Z",
- "active": 0,
- "paymentPlanType": 0,
- "numberOfPayments": 0,
- "remainingNumberOfPayments": 0,
- "amount": 0,
- "currencyCode": "string",
- "paymentType": 0,
- "intervalType": 0,
- "interval": 0
}
]
}| debtorGuid required | string Debtor guid |
Payment plan data
| active | integer or null <int32> Type of payment plan 1 = Active 2 = Proposal (default) |
| paymentPlanType | integer <int32> Type of payment plan 1 = Annuity 2 = Annuity, limited 3 = Linear 4 = Linear, limited 5 = Debt relief |
| numberOfPayments | integer or null <int32> Total number of payments |
| amount | number or null <double> Amount to pay per period (typically monthly) |
| currencyCode | string or null Currency code, e.g. SEK, NOK, EUR etc. |
| registrationFee | number or null <double> Registration fee for the plan |
| invoiceFee | number or null <double> Invoice fee for each payment in the plan |
| reminderFee | number or null <double> Reminder fee for late payment |
| feeCurrencyCode | string or null Currency code, e.g. SEK, NOK, EUR, etc. for the fees |
Array of objects or null (DebtorPaymentplanSpecifiedPayment) Deviating payments/instalments in the payment plan | |
| cases | Array of strings or null Cases (Guid) that should be covered by the payment plan. If not given, all active cases without an active payment plan will be selected |
{- "active": 0,
- "paymentPlanType": 0,
- "numberOfPayments": 0,
- "amount": 0,
- "currencyCode": "string",
- "registrationFee": 0,
- "invoiceFee": 0,
- "reminderFee": 0,
- "feeCurrencyCode": "string",
- "payments": [
- {
- "paymentNo": 0,
- "specifiedDueDate": "2019-08-24T14:15:22Z",
- "specifiedAmount": 0
}
], - "cases": [
- "string"
]
}{- "paymentPlanGuid": "string",
- "registrationDate": "2019-08-24T14:15:22Z",
- "active": 0,
- "paymentPlanType": 0,
- "numberOfPayments": 0,
- "remainingNumberOfPayments": 0,
- "currencyCode": "string",
- "registrationFee": 0,
- "invoiceFee": 0,
- "reminderFee": 0,
- "feeCurrencyCode": "string",
- "totalAmount": 0,
- "totalPrincipal": 0,
- "totalInterest": 0,
- "totalFee": 0,
- "annualPercentage": 0,
- "payments": [
- {
- "paymentNo": 0,
- "invoiceDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "instalment": 0,
- "interest": 0,
- "fee": 0,
- "amount": 0,
- "unpaid": 0,
- "paidDate": "2019-08-24T14:15:22Z"
}
], - "cases": [
- {
- "caseGuid": "string",
- "caseNumber": "string",
- "clientReference": "string",
- "clientGuid": "string"
}
], - "periods": [
- {
- "periodNo": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "intervalType": 0,
- "interval": 0,
- "amount": 0,
- "paymentType": 0
}
]
}| debtorGuid required | string The unique GUID of the debtor |
| paymentplanGuid required | string The unique GUID of the paymentplan |
{- "paymentPlanGuid": "string",
- "registrationDate": "2019-08-24T14:15:22Z",
- "active": 0,
- "paymentPlanType": 0,
- "numberOfPayments": 0,
- "remainingNumberOfPayments": 0,
- "currencyCode": "string",
- "registrationFee": 0,
- "invoiceFee": 0,
- "reminderFee": 0,
- "feeCurrencyCode": "string",
- "totalAmount": 0,
- "totalPrincipal": 0,
- "totalInterest": 0,
- "totalFee": 0,
- "annualPercentage": 0,
- "payments": [
- {
- "paymentNo": 0,
- "invoiceDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "instalment": 0,
- "interest": 0,
- "fee": 0,
- "amount": 0,
- "unpaid": 0,
- "paidDate": "2019-08-24T14:15:22Z"
}
], - "cases": [
- {
- "caseGuid": "string",
- "caseNumber": "string",
- "clientReference": "string",
- "clientGuid": "string"
}
], - "periods": [
- {
- "periodNo": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "intervalType": 0,
- "interval": 0,
- "amount": 0,
- "paymentType": 0
}
]
}| debtorGuid required | string Debtor guid |
| paymentplanGuid required | string The unique GUID of the payment plan |
Paymentplan settings
Array of objects or null (DebtorPaymentplanSpecifiedPayment) Deviating payments/instalments in the payment plan |
{- "payments": [
- {
- "paymentNo": 0,
- "specifiedDueDate": "2019-08-24T14:15:22Z",
- "specifiedAmount": 0
}
]
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| debtorGuid required | string Debtor guid |
| paymentplanGuid required | string The unique GUID of the paymentplan |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| debtorGuid required | string Debtor guid |
The payment plan data used for calculation
| active | integer or null <int32> Type of payment plan 1 = Active 2 = Proposal (default) |
| paymentPlanType | integer <int32> Type of payment plan 1 = Annuity 2 = Annuity, limited 3 = Linear 4 = Linear, limited 5 = Debt relief |
| numberOfPayments | integer or null <int32> Total number of payments |
| amount | number or null <double> Amount to pay per period (typically monthly) |
| currencyCode | string or null Currency code, e.g. SEK, NOK, EUR etc. |
| registrationFee | number or null <double> Registration fee for the plan |
| invoiceFee | number or null <double> Invoice fee for each payment in the plan |
| reminderFee | number or null <double> Reminder fee for late payment |
| feeCurrencyCode | string or null Currency code, e.g. SEK, NOK, EUR, etc. for the fees |
Array of objects or null (DebtorPaymentplanSpecifiedPayment) Deviating payments/instalments in the payment plan | |
| cases | Array of strings or null Cases (Guid) that should be covered by the payment plan. If not given, all active cases without an active payment plan will be selected |
{- "active": 0,
- "paymentPlanType": 0,
- "numberOfPayments": 0,
- "amount": 0,
- "currencyCode": "string",
- "registrationFee": 0,
- "invoiceFee": 0,
- "reminderFee": 0,
- "feeCurrencyCode": "string",
- "payments": [
- {
- "paymentNo": 0,
- "specifiedDueDate": "2019-08-24T14:15:22Z",
- "specifiedAmount": 0
}
], - "cases": [
- "string"
]
}{- "paymentPlanGuid": "string",
- "registrationDate": "2019-08-24T14:15:22Z",
- "active": 0,
- "paymentPlanType": 0,
- "numberOfPayments": 0,
- "remainingNumberOfPayments": 0,
- "currencyCode": "string",
- "registrationFee": 0,
- "invoiceFee": 0,
- "reminderFee": 0,
- "feeCurrencyCode": "string",
- "totalAmount": 0,
- "totalPrincipal": 0,
- "totalInterest": 0,
- "totalFee": 0,
- "annualPercentage": 0,
- "payments": [
- {
- "paymentNo": 0,
- "invoiceDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "instalment": 0,
- "interest": 0,
- "fee": 0,
- "amount": 0,
- "unpaid": 0,
- "paidDate": "2019-08-24T14:15:22Z"
}
], - "cases": [
- {
- "caseGuid": "string",
- "caseNumber": "string",
- "clientReference": "string",
- "clientGuid": "string"
}
], - "periods": [
- {
- "periodNo": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "intervalType": 0,
- "interval": 0,
- "amount": 0,
- "paymentType": 0
}
]
}| debtorGuid required | string Debtor guid |
| paymentplanGuid required | string The unique GUID of the paymentplan |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| debtorGuid required | string Debtor 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"
]
}
]
}| debtorGuid required | string Debtor 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"
]
}| debtorGuid required | string The unique GUID of the Debtor |
| name required | string The unique GUID of the Debtor |
{- "name": "string",
- "value": [
- "string"
]
}| debtorGuid required | string Debtor 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
}| debtorGuid required | string Debtor guid |
| name required | string Extrafield name |
{- "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.
| debtorGuid required | string Debtor 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"
]
}
}{ }