Download OpenAPI specification:Download
Customers 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": [
- {
- "customerGuid": "string",
- "customerReference": "string",
- "idNumber": "string",
- "juridicalType": 0,
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "fullName": "string",
- "vatNumber": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string"
}
]
}| clientReference | string or null Client reference. |
| customerReference | string or null Customer reference. |
| parentCustomer | string or null Parent customer's guid. |
| 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. |
| 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. |
| companyType | string or null Company type code. |
| glnNumber | string or null GLN 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. |
| preferredChannel | string or null Preffered communication channel, e.g. LETTER, E-INVOICE, EMAIL, SMS etc. Should be used one of predefined values using correct letter case. |
| underAged | boolean or null Under aged boolean flag. |
| invoiceChannel | string or null Preferred invoice channel, e.g. LETTER, E-INVOICE, EMAIL, SMS etc. Should be used one of predefined values using correct letter case. |
| customerGuid | string or null Optional customer guid, if you don't want CLVR to assign a GUID |
{- "clientReference": "string",
- "customerReference": "string",
- "parentCustomer": "string",
- "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",
- "companyType": "string",
- "glnNumber": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "telefax": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "preferredChannel": "string",
- "underAged": true,
- "invoiceChannel": "string",
- "customerGuid": "string"
}{- "customerGuid": "string",
- "customerReference": "string",
- "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",
- "contactPerson": "string",
- "domicile": "string",
- "municipalCode": "string",
- "vatNumber": "string",
- "companyType": "string",
- "glnNumber": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "telefax": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "preferredChannel": "string",
- "underAged": true,
- "invoiceChannel": "string",
- "regDate": "2019-08-24T14:15:22Z",
- "addresses": [
- {
- "typeCode": "string",
- "fullName": "string",
- "careOf": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "fullAddress": "string",
- "countryCode": "string",
- "defaultAddress": true,
- "updateExisting": true,
- "validFrom": "2019-08-24T14:15:22Z",
- "validTo": "2019-08-24T14:15:22Z",
- "addressNotValid": "2019-08-24T14:15:22Z",
- "addressNotValidOverride": true
}
], - "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| guid required | string The GUID representing the customer. |
{- "customerGuid": "string",
- "customerReference": "string",
- "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",
- "contactPerson": "string",
- "domicile": "string",
- "municipalCode": "string",
- "vatNumber": "string",
- "companyType": "string",
- "glnNumber": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "telefax": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "preferredChannel": "string",
- "underAged": true,
- "invoiceChannel": "string",
- "regDate": "2019-08-24T14:15:22Z",
- "addresses": [
- {
- "typeCode": "string",
- "fullName": "string",
- "careOf": "string",
- "street": "string",
- "houseNo": "string",
- "houseNoExtension": "string",
- "city": "string",
- "stateCode": "string",
- "zipCode": "string",
- "fullAddress": "string",
- "countryCode": "string",
- "defaultAddress": true,
- "updateExisting": true,
- "validFrom": "2019-08-24T14:15:22Z",
- "validTo": "2019-08-24T14:15:22Z",
- "addressNotValid": "2019-08-24T14:15:22Z",
- "addressNotValidOverride": true
}
], - "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| customerGuid required | string |
| customerReference | string or null Customer reference. |
| parentCustomer | string or null Parent customer's guid. |
| 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. |
| 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. |
| companyType | string or null Company type code. |
| glnNumber | string or null GLN 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. |
| preferredChannel | string or null Preffered communication channel, e.g. LETTER, E-INVOICE, EMAIL, SMS etc. Should be used one of predefined values using correct letter case. |
| underAged | boolean or null Under aged boolean flag. |
| invoiceChannel | string or null Preffered invoice channel, e.g. LETTER, E-INVOICE, EMAIL, SMS etc. Should be used one of predefined values using correct letter case. |
{- "customerReference": "string",
- "parentCustomer": "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",
- "vatNumber": "string",
- "companyType": "string",
- "glnNumber": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "telefax": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "preferredChannel": "string",
- "underAged": true,
- "invoiceChannel": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| guid required | string The GUID representing the customer. |
{- "totalBalance": 0,
- "accountBalance": 0,
- "currencyCode": "string",
- "unsettledPaymentBalance": 0,
- "purchases": [
- {
- "reservationId": 0,
- "claimantReference": "string",
- "claimantName": "string",
- "invoiceNo": "string",
- "creditorReference": "string",
- "description": "string",
- "currencyCode": "string",
- "purchaseAmount": 0,
- "activatedAmount": 0,
- "remainingAmount": 0,
- "campaignCode": "string",
- "campaignDescription": "string",
- "customerAccountNumber": "string",
- "originalCampaignAmount": 0,
- "remainingCampaignAmount": 0,
- "campaignFee": 0,
- "totalNumberOfPayments": 0,
- "remainingNumberOfPayments": 0,
- "nextPeriodDate": "2019-08-24T14:15:22Z",
- "nextPeriodAmount": 0,
- "lastPaymentDate": "2019-08-24T14:15:22Z",
- "extraFields": [
- {
- "name": "string",
- "data": "string"
}
]
}
], - "invoices": [
- {
- "invoiceDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "invoiceNumber": "string",
- "invoiceGroupingReference": "string",
- "paymentReferenceNumber": "string",
- "paymentBankAccountNumber": "string",
- "currencyCode": "string",
- "invoiceAmount": 0,
- "minimumToPay": 0,
- "minimumToPayIncludingCampaign": 0,
- "customerAccountInvoice": true,
- "invoiceStatus": 0,
- "reservationId": 0
}
], - "accounts": [
- {
- "accountNumber": "string",
- "uniqueId": "string",
- "description": "string",
- "currencyCode": "string",
- "balance": 0
}
], - "guarantees": [
- {
- "guaranteeGuid": "string",
- "pledgeType": 0,
- "referenceNumber": "string",
- "guaranteeDate": "2019-08-24T14:15:22Z",
- "originalGuaranteeAmount": 0,
- "guaranteeAmount": 0,
- "description": "string",
- "note": "string",
- "validUntil": "2019-08-24T14:15:22Z",
- "guaranteeType": 0
}
], - "collaterals": [
- {
- "collateralGuid": "string",
- "pledgeType": 0,
- "referenceNumber": "string",
- "pledgeDate": "2019-08-24T14:15:22Z",
- "pledgeAmount": 0,
- "description": "string",
- "note": "string",
- "insurer": "string",
- "insuranceNumber": "string",
- "insuredAmount": 0,
- "insuranceExpiryDate": "2019-08-24T14:15:22Z",
- "realized": true
}
], - "myGuarantors": [
- {
- "guarantorGuid": "string",
- "customerReference": "string",
- "idNumber": "string",
- "juridicalType": 0,
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "fullName": "string",
- "vatNumber": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
], - "guaranteeFor": [
- {
- "customerGuid": "string",
- "customerReference": "string",
- "idNumber": "string",
- "juridicalType": 0,
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "fullName": "string",
- "vatNumber": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
], - "allRelatedCustomers": [
- {
- "customerGuid": "string",
- "customerRoleCode": "string",
- "customerReference": "string",
- "idNumber": "string",
- "juridicalType": 0,
- "companyType": "string",
- "placeOfBirth": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "fullName": "string",
- "vatNumber": "string",
- "naceCode": "string",
- "homePhone": "string",
- "workPhone": "string",
- "cellularPhone": "string",
- "email": "string",
- "languageCode": "string",
- "currencyCode": "string",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
]
}| customerGuid required | string Customer 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",
- "type": "string",
- "value": "string",
- "href": "string"
}
]
}| customerGuid required | string Customer guid |
Parameter details
| name | string or null Name of party parameter |
| type | string or null Type of party parameter |
| value | string or null The value of the party parameter |
| href | string or null Link to party parameter |
[- {
- "name": "string",
- "type": "string",
- "value": "string",
- "href": "string"
}
]{- "name": "string",
- "type": "string",
- "value": "string",
- "href": "string"
}| customerGuid required | string The unique GUID of the customer |
| name required | string Name of the parameter |
{- "name": "string",
- "type": "string",
- "value": "string",
- "href": "string"
}| customerGuid required | string Customer guid |
| name required | string Parameter name |
Parameter details
| name | string or null Name of party parameter |
| type | string or null Type of party parameter |
| value | string or null The value of the party parameter |
| href | string or null Link to party parameter |
[- {
- "name": "string",
- "type": "string",
- "value": "string",
- "href": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| customerGuid required | string Customer guid |
| name required | string Parameter name |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| customerGuid required | string Customer 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"
}
]
}| customerGuid required | string Customer guid |
New customer address
| 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"
}| customerGuid required | string The unique GUID of the customer |
| 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"
}| customerGuid required | string Customer guid |
| addressGuid required | string Address guid |
Address details
| 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
}| customerGuid required | string Customer guid |
| addressGuid required | string Address guid |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| customerGuid required | string Customer 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"
]
}
]
}| customerGuid required | string Customer 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"
]
}| customerGuid required | string The unique GUID of the customer |
| name required | string The unique GUID of the customer |
{- "name": "string",
- "value": [
- "string"
]
}| customerGuid required | string Customer guid |
| name required | string Extrafield name |
Extrafield value
| value | Array of strings or null The value of the extra field |
{- "value": [
- "string"
]
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| customerGuid required | string Customer guid |
| name required | string Extrafield name |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| customerGuid required | string Customer 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": [
- {
- "mandateGuid": "string",
- "directDebitMandateType": 0,
- "referenceNo": "string",
- "bankAccountNo": "string",
- "requestedAt": "2019-08-24T14:15:22Z",
- "approvedAt": "2019-08-24T14:15:22Z",
- "signedDate": "2019-08-24T14:15:22Z",
- "validfrom": "2019-08-24T14:15:22Z",
- "validuntil": "2019-08-24T14:15:22Z",
- "closedAt": "2019-08-24T14:15:22Z",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
]
}| customerGuid required | string Customer guid |
Direct debit mandate
| directDebitMandateType required | integer <int32> Direct debit type. 1 = SwedishAutogiro, Autogiro (Sweden). 2 = DutchIncasso, Incasso (the Netherlands). 3 = SEPAConsumerRecurring, SEPA consumer recurring 4 = SEPAConsumerOneoOff, SEPA consumer one-off 5 = SEPABusinessRecurring, SEPA business recurring 7 = SEPABusinessOneOff, SEPA business one-off |
| receivingBankAccountNo required | string non-empty Bank account number of the receiving part. |
| sendingBankAccountClass | integer or null <int32> Sending (payer) bankaccount class 1 = Plusgiro(Sweden) 2 = Bankgiro(Sweden) 3 = Bank account, IBAN (Netherlands) 4 = Foreign bank account, IBAN 5 = Bankgiro(Denmark) 7 = Bankgiro(Norway) 8 = Bankaccount(Norway) 9 = Bankaccount(Sweden) 10 = Bank account(Finland) |
| sendingBankAccountNo | string or null Direct debit bank account number of the sending (payer) part. |
| referenceNo | string or null Direct debit mandate reference number. |
| requestedAt | string or null <date-time> Direct debit date of request. |
| approvedAt | string or null <date-time> Direct debit date of approval. |
| signedDate | string or null <date-time> Direct debit date of signature. |
| validfrom | string or null <date-time> Direct debit "valid from" date. |
| validuntil | string or null <date-time> Direct debit "valid to" date. |
{- "directDebitMandateType": 0,
- "receivingBankAccountNo": "string",
- "sendingBankAccountClass": 0,
- "sendingBankAccountNo": "string",
- "referenceNo": "string",
- "requestedAt": "2019-08-24T14:15:22Z",
- "approvedAt": "2019-08-24T14:15:22Z",
- "signedDate": "2019-08-24T14:15:22Z",
- "validfrom": "2019-08-24T14:15:22Z",
- "validuntil": "2019-08-24T14:15:22Z"
}{- "mandateGuid": "string",
- "directDebitMandateType": 0,
- "referenceNo": "string",
- "bankAccountNo": "string",
- "requestedAt": "2019-08-24T14:15:22Z",
- "approvedAt": "2019-08-24T14:15:22Z",
- "signedDate": "2019-08-24T14:15:22Z",
- "validfrom": "2019-08-24T14:15:22Z",
- "validuntil": "2019-08-24T14:15:22Z",
- "closedAt": "2019-08-24T14:15:22Z",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| customerGuid required | string The unique GUID of the customer |
| directDebitGuid required | string The unique GUID of the direct debit mandate |
{- "mandateGuid": "string",
- "directDebitMandateType": 0,
- "referenceNo": "string",
- "bankAccountNo": "string",
- "requestedAt": "2019-08-24T14:15:22Z",
- "approvedAt": "2019-08-24T14:15:22Z",
- "signedDate": "2019-08-24T14:15:22Z",
- "validfrom": "2019-08-24T14:15:22Z",
- "validuntil": "2019-08-24T14:15:22Z",
- "closedAt": "2019-08-24T14:15:22Z",
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| customerGuid required | string Customer 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": [
- {
- "insuranceGuid": "string",
- "insuranceDate": "2019-08-24T14:15:22Z",
- "insuranceCompanyName": "string",
- "insuranceCompanyNumber": "string",
- "insuranceCompanyCustomerNumber": "string",
- "note": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "amount": 0,
- "extraLimitAmount": 0,
- "extraLimitEndDate": "2019-08-24T14:15:22Z",
- "paymentTerm": 0,
- "graceDays": 0,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
]
}| customerGuid required | string Customer guid |
Credit insurance information
| insuranceCompanyReferenceCode | string or null Reference code of the credit insurance company, eg. ATRADIUS, EULERHERMES. |
| insuranceCompanyNumber | string or null Reference number at the credit insurance company. |
| insuranceCompanyCustomerNumber | string or null Customer number at the credit insurance company. |
| note | string or null Free text note |
| endDate | string or null <date-time> End date for the credit insurance |
| currencyCode | string or null Currency code of the insured amount |
| amount | number or null <double> The insured amount |
| extraLimitAmount | number or null <double> The extra limit amount caused by the credit insurance |
| extraLimitEndDate | string or null <date-time> End date for the extra limit |
| paymentTerm | integer or null <int32> The payment term |
| graceDays | integer or null <int32> Grace days |
{- "insuranceCompanyReferenceCode": "string",
- "insuranceCompanyNumber": "string",
- "insuranceCompanyCustomerNumber": "string",
- "note": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "amount": 0,
- "extraLimitAmount": 0,
- "extraLimitEndDate": "2019-08-24T14:15:22Z",
- "paymentTerm": 0,
- "graceDays": 0
}{- "insuranceGuid": "string",
- "insuranceDate": "2019-08-24T14:15:22Z",
- "insuranceCompanyName": "string",
- "insuranceCompanyNumber": "string",
- "insuranceCompanyCustomerNumber": "string",
- "note": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "amount": 0,
- "extraLimitAmount": 0,
- "extraLimitEndDate": "2019-08-24T14:15:22Z",
- "paymentTerm": 0,
- "graceDays": 0,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| customerGuid required | string The unique GUID of the customer |
| insuranceGuid required | string The unique GUID of the credit insurance |
{- "insuranceGuid": "string",
- "insuranceDate": "2019-08-24T14:15:22Z",
- "insuranceCompanyName": "string",
- "insuranceCompanyNumber": "string",
- "insuranceCompanyCustomerNumber": "string",
- "note": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "amount": 0,
- "extraLimitAmount": 0,
- "extraLimitEndDate": "2019-08-24T14:15:22Z",
- "paymentTerm": 0,
- "graceDays": 0,
- "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| customerGuid required | string Customer guid |
| insuranceGuid required | string Credit insurance GUID |
New credit insurance information
| insuranceCompanyNumber | string or null Reference number at the credit insurance company. |
| insuranceCompanyCustomerNumber | string or null Customer number at the credit insurance company. |
| note | string or null Free text note |
| endDate | string or null <date-time> End date for the credit insurance |
| currencyCode | string or null Currency code of the insured amount |
| amount | number or null <double> The insured amount |
| extraLimitAmount | number or null <double> The extra limit amount caused by the credit insurance |
| extraLimitEndDate | string or null <date-time> End date for the extra limit |
| paymentTerm | integer or null <int32> The payment term |
| graceDays | integer or null <int32> Grace days |
{- "insuranceCompanyNumber": "string",
- "insuranceCompanyCustomerNumber": "string",
- "note": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "currencyCode": "string",
- "amount": 0,
- "extraLimitAmount": 0,
- "extraLimitEndDate": "2019-08-24T14:15:22Z",
- "paymentTerm": 0,
- "graceDays": 0
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| customerGuid required | string Customer guid |
| insuranceGuid required | string Credit insurance GUID |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| customerGuid required | string Customer 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": [
- {
- "actionGuid": "string",
- "loggedAt": "2019-08-24T14:15:22Z",
- "processAt": "2019-08-24T14:15:22Z",
- "actionItemCode": "string",
- "message": "string",
- "allowPostpone": true,
- "actionCategoryCode": "string",
- "actionCategoryDescription": "string",
- "responses": [
- "string"
], - "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}
]
}| customerGuid required | string The unique GUID of the customer |
| actionGuid required | string The unique GUID of the question/action |
{- "actionGuid": "string",
- "loggedAt": "2019-08-24T14:15:22Z",
- "processAt": "2019-08-24T14:15:22Z",
- "actionItemCode": "string",
- "message": "string",
- "allowPostpone": true,
- "actionCategoryCode": "string",
- "actionCategoryDescription": "string",
- "responses": [
- "string"
], - "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| customerGuid required | string Customer guid |
| actionGuid required | string Action Guid |
The response to the customer question
| response | string or null Response code |
| note | string or null Note or message from the customer |
| postponeTo | string or null <date-time> Postpone to |
{- "response": "string",
- "note": "string",
- "postponeTo": "2019-08-24T14:15:22Z"
}{- "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.
| customerGuid required | string Customer 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"
]
}
}{ }| guid required | string The GUID representing the customer. |
| $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" |
[- {
- "loanGuid": "string",
- "loanNumber": "string",
- "periods": [
- {
- "loanType": "string",
- "interestCode": "string",
- "interestMarginCode": "string",
- "interestRate": 0,
- "interestFrom": "2019-08-24T14:15:22Z",
- "interestTo": "2019-08-24T14:15:22Z",
- "days": 0,
- "principalAmount": 0,
- "accruedInterest": 0
}
]
}
]