{"openapi":"3.0.1","info":{"title":"Core API - DB-Raven - TEST - DK","description":"* Important! All parameters listed as query parameters on Swagger can be also posted as keys in JSON object.","version":"2.0"},"servers":[{"url":"http://localhost:3030/core","description":"Local server (FYI: port forward integration proxy)"},{"url":"http://integration-proxy-api/core","description":"Kubernetes proxy server (base url)"}],"paths":{"/contacts":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Contacts"],"summary":"Get list of contacts","description":"Returns information about a contact and it's related contacts.","operationId":"GetContacts","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessRelationCode","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"contactNo","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"contacts":{"type":"object","properties":{"contactCount":{"type":"integer","format":"int32"},"contacts":{"type":"array","items":{"type":"object","properties":{"no":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"socialSecurityNo":{"type":"string"},"vatRegistrationNo":{"type":"string"},"contactType":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"phoneNo":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"countryCode":{"type":"string"},"eMail":{"type":"string"},"country":{"type":"string"},"mobilePhoneNo1":{"type":"string"},"mobilePhoneNo2":{"type":"string"},"optOutOfEccomunication":{"type":"boolean"},"businessRelations":{"type":"array","items":{"type":"object","properties":{"businessRelationCode":{"type":"string"}}}},"jobResponsibilities":{"type":"array","items":{"type":"object","properties":{"jobResponsibilityCode":{"type":"string"},"jobResponsibilityDescription":{"type":"string"}}}},"relatedContacts":{"type":"array","items":{"type":"object","properties":{"no":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"socialSecurityNo":{"type":"string"},"vatRegistrationNo":{"type":"string"},"contactType":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"phoneNo":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"countryCode":{"type":"string"},"eMail":{"type":"string"},"country":{"type":"string"},"mobilePhoneNo1":{"type":"string"},"mobilePhoneNo2":{"type":"string"},"optOutOfEccomunication":{"type":"boolean"},"businessRelations":{"type":"array","items":{"type":"object","properties":{"businessRelationCode":{"type":"string"}}}},"jobResponsibilities":{"type":"array","items":{"type":"object","properties":{"jobResponsibilityCode":{"type":"string"},"jobResponsibilityDescription":{"type":"string"}}}}}}}}}}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"contacts\": {\r\n    \"contactCount\": 123,\r\n    \"contacts\": [\r\n      {\r\n        \"no\": \"string\",\r\n        \"name\": \"string\",\r\n        \"type\": \"string\",\r\n        \"socialSecurityNo\": \"string\",\r\n        \"vatRegistrationNo\": \"string\",\r\n        \"contactType\": \"string\",\r\n        \"address\": \"string\",\r\n        \"address2\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"eMail\": \"string\",\r\n        \"country\": \"string\",\r\n        \"mobilePhoneNo1\": \"string\",\r\n        \"mobilePhoneNo2\": \"string\",\r\n        \"optOutOfEccomunication\": true,\r\n        \"businessRelations\": [\r\n          {\r\n            \"businessRelationCode\": \"string\"\r\n          }\r\n        ],\r\n        \"jobResponsibilities\": [\r\n          {\r\n            \"jobResponsibilityCode\": \"string\",\r\n            \"jobResponsibilityDescription\": \"string\"\r\n          }\r\n        ],\r\n        \"relatedContacts\": [\r\n          {\r\n            \"no\": \"string\",\r\n            \"name\": \"string\",\r\n            \"type\": \"string\",\r\n            \"socialSecurityNo\": \"string\",\r\n            \"vatRegistrationNo\": \"string\",\r\n            \"contactType\": \"string\",\r\n            \"address\": \"string\",\r\n            \"address2\": \"string\",\r\n            \"phoneNo\": \"string\",\r\n            \"postCode\": \"string\",\r\n            \"city\": \"string\",\r\n            \"countryCode\": \"string\",\r\n            \"eMail\": \"string\",\r\n            \"country\": \"string\",\r\n            \"mobilePhoneNo1\": \"string\",\r\n            \"mobilePhoneNo2\": \"string\",\r\n            \"optOutOfEccomunication\": true,\r\n            \"businessRelations\": [\r\n              {\r\n                \"businessRelationCode\": \"string\"\r\n              }\r\n            ],\r\n            \"jobResponsibilities\": [\r\n              {\r\n                \"jobResponsibilityCode\": \"string\",\r\n                \"jobResponsibilityDescription\": \"string\"\r\n              }\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"contacts":{"type":"object","properties":{"contactCount":{"type":"integer","format":"int32"},"contacts":{"type":"array","items":{"type":"object","properties":{"no":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"socialSecurityNo":{"type":"string"},"vatRegistrationNo":{"type":"string"},"contactType":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"phoneNo":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"countryCode":{"type":"string"},"eMail":{"type":"string"},"country":{"type":"string"},"mobilePhoneNo1":{"type":"string"},"mobilePhoneNo2":{"type":"string"},"optOutOfEccomunication":{"type":"boolean"},"businessRelations":{"type":"array","items":{"type":"object","properties":{"businessRelationCode":{"type":"string"}}}},"jobResponsibilities":{"type":"array","items":{"type":"object","properties":{"jobResponsibilityCode":{"type":"string"},"jobResponsibilityDescription":{"type":"string"}}}},"relatedContacts":{"type":"array","items":{"type":"object","properties":{"no":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"socialSecurityNo":{"type":"string"},"vatRegistrationNo":{"type":"string"},"contactType":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"phoneNo":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"countryCode":{"type":"string"},"eMail":{"type":"string"},"country":{"type":"string"},"mobilePhoneNo1":{"type":"string"},"mobilePhoneNo2":{"type":"string"},"optOutOfEccomunication":{"type":"boolean"},"businessRelations":{"type":"array","items":{"type":"object","properties":{"businessRelationCode":{"type":"string"}}}},"jobResponsibilities":{"type":"array","items":{"type":"object","properties":{"jobResponsibilityCode":{"type":"string"},"jobResponsibilityDescription":{"type":"string"}}}}}}}}}}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"contacts\": {\r\n    \"contactCount\": 123,\r\n    \"contacts\": [\r\n      {\r\n        \"no\": \"string\",\r\n        \"name\": \"string\",\r\n        \"type\": \"string\",\r\n        \"socialSecurityNo\": \"string\",\r\n        \"vatRegistrationNo\": \"string\",\r\n        \"contactType\": \"string\",\r\n        \"address\": \"string\",\r\n        \"address2\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"eMail\": \"string\",\r\n        \"country\": \"string\",\r\n        \"mobilePhoneNo1\": \"string\",\r\n        \"mobilePhoneNo2\": \"string\",\r\n        \"optOutOfEccomunication\": true,\r\n        \"businessRelations\": [\r\n          {\r\n            \"businessRelationCode\": \"string\"\r\n          }\r\n        ],\r\n        \"jobResponsibilities\": [\r\n          {\r\n            \"jobResponsibilityCode\": \"string\",\r\n            \"jobResponsibilityDescription\": \"string\"\r\n          }\r\n        ],\r\n        \"relatedContacts\": [\r\n          {\r\n            \"no\": \"string\",\r\n            \"name\": \"string\",\r\n            \"type\": \"string\",\r\n            \"socialSecurityNo\": \"string\",\r\n            \"vatRegistrationNo\": \"string\",\r\n            \"contactType\": \"string\",\r\n            \"address\": \"string\",\r\n            \"address2\": \"string\",\r\n            \"phoneNo\": \"string\",\r\n            \"postCode\": \"string\",\r\n            \"city\": \"string\",\r\n            \"countryCode\": \"string\",\r\n            \"eMail\": \"string\",\r\n            \"country\": \"string\",\r\n            \"mobilePhoneNo1\": \"string\",\r\n            \"mobilePhoneNo2\": \"string\",\r\n            \"optOutOfEccomunication\": true,\r\n            \"businessRelations\": [\r\n              {\r\n                \"businessRelationCode\": \"string\"\r\n              }\r\n            ],\r\n            \"jobResponsibilities\": [\r\n              {\r\n                \"jobResponsibilityCode\": \"string\",\r\n                \"jobResponsibilityDescription\": \"string\"\r\n              }\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}},"post":{"tags":["Contacts"],"summary":"Create or Update contacts","description":"Imported contact(s) need to have relevant identification values: Source System Code, Source Contact Id and Legal Id (required in some cases).  Currently only 1 contact per request is allowed. PaymentPreferences can be imported only for vendors.","operationId":"CreateOrUpdateContacts","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"requireExistingContact","in":"query","description":"If TRUE, then related would fail if contact does not exists already","required":false,"style":"form","explode":false,"schema":{"type":"boolean"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"importedContact":{"type":"object","properties":{"getOrUpdateContact":{"type":"object","properties":{"sourceInformation":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceContactId":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactNameAddress":{"type":"object","properties":{"firstName":{"type":"string"},"middleName":{"type":"string"},"surname":{"type":"string"},"salutationCode":{"type":"string"},"name":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"streetType":{"type":"string"},"careOf":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"region":{"type":"string"},"countryCode":{"type":"string"},"nationalityCode":{"type":"string"},"socialSecurityNo":{"type":"string"},"organizationNo":{"type":"string"},"vatOrganizationNo":{"type":"string"},"altAddress":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"isPrimary":{"type":"boolean"},"companyName":{"type":"string"},"companyName2":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"postCode":{"type":"string"},"county":{"type":"string"},"city":{"type":"string"},"countryRegionCode":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"eMail":{"type":"string"},"searchEMail":{"type":"string"},"sourceID":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"status":{"type":"object","properties":{"customerStatus":{"type":"string"},"customerIsFrozen":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactStatistics":{"type":"object","properties":{"internalRatingCode":{"type":"string"},"lastRatingDate":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactCompliance":{"type":"object","properties":{"nationalityCode":{"type":"string"},"citizenship":{"type":"object","properties":{"citizenshipEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"legalEntityTypeCode":{"type":"string"},"sectorCode":{"type":"string"},"economicActivityCode":{"type":"string"},"amlCustomerID":{"type":"string"},"pep":{"type":"string"},"highRiskContact":{"type":"boolean"},"riskLevelAML":{"type":"string"},"lastConfirmContactDetailsDT":{"type":"string","format":"date-time"},"dateOfLastKYC":{"type":"string"},"isKYCUpdateRequired":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactInfo":{"type":"object","properties":{"eMail":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactPreferences":{"type":"object","properties":{"optOutOfEcommunication":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"paymentPreferences":{"type":"object","properties":{"bankAccountNo":{"type":"string"},"bankAccounts":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"},"bankAccountNo":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"invoicePreferences":{"type":"object","properties":{"consolidatedInvoiceAgreements":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"taxIdentification":{"type":"object","properties":{"taxIdEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"},"taxIdNumber":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"kyc":{"type":"object","properties":{"kycEntry":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"questionID":{"type":"string"},"answer":{"type":"string"},"timestamp":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"tags":{"type":"object","properties":{"tagEntry":{"type":"array","items":{"type":"object","properties":{"tag":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"text":{"type":"array","items":{"type":"string"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}}}},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"Default - Raw":{"description":"","value":"{\r\n  \"importedContact\": {\r\n    \"getOrUpdateContact\": {\r\n      \"sourceInformation\": {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceContactId\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactNameAddress\": {\r\n        \"firstName\": \"string\",\r\n        \"middleName\": \"string\",\r\n        \"surname\": \"string\",\r\n        \"salutationCode\": \"string\",\r\n        \"name\": \"string\",\r\n        \"address\": \"string\",\r\n        \"address2\": \"string\",\r\n        \"streetType\": \"string\",\r\n        \"careOf\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"region\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"nationalityCode\": \"string\",\r\n        \"socialSecurityNo\": \"string\",\r\n        \"organizationNo\": \"string\",\r\n        \"vatOrganizationNo\": \"string\",\r\n        \"altAddress\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"isPrimary\": true,\r\n            \"companyName\": \"string\",\r\n            \"companyName2\": \"string\",\r\n            \"address\": \"string\",\r\n            \"address2\": \"string\",\r\n            \"postCode\": \"string\",\r\n            \"county\": \"string\",\r\n            \"city\": \"string\",\r\n            \"countryRegionCode\": \"string\",\r\n            \"mobilePhoneNo\": \"string\",\r\n            \"phoneNo\": \"string\",\r\n            \"eMail\": \"string\",\r\n            \"searchEMail\": \"string\",\r\n            \"sourceID\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"status\": {\r\n        \"customerStatus\": \"string\",\r\n        \"customerIsFrozen\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactStatistics\": {\r\n        \"internalRatingCode\": \"string\",\r\n        \"lastRatingDate\": \"2026-06-01T00:00:00\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactCompliance\": {\r\n        \"nationalityCode\": \"string\",\r\n        \"citizenship\": {\r\n          \"citizenshipEntry\": [\r\n            {\r\n              \"countryCode\": \"string\"\r\n            }\r\n          ],\r\n          \"text\": [\r\n            \"string\"\r\n          ]\r\n        },\r\n        \"legalEntityTypeCode\": \"string\",\r\n        \"sectorCode\": \"string\",\r\n        \"economicActivityCode\": \"string\",\r\n        \"amlCustomerID\": \"string\",\r\n        \"pep\": \"string\",\r\n        \"highRiskContact\": true,\r\n        \"riskLevelAML\": \"string\",\r\n        \"lastConfirmContactDetailsDT\": \"2026-06-01T00:00:00\",\r\n        \"dateOfLastKYC\": \"2026-06-01T00:00:00\",\r\n        \"isKYCUpdateRequired\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactInfo\": {\r\n        \"eMail\": \"string\",\r\n        \"mobilePhoneNo\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactPreferences\": {\r\n        \"optOutOfEcommunication\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"paymentPreferences\": {\r\n        \"bankAccountNo\": \"string\",\r\n        \"bankAccounts\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"name\": \"string\",\r\n            \"bankAccountNo\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"invoicePreferences\": {\r\n        \"consolidatedInvoiceAgreements\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"description\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"taxIdentification\": {\r\n        \"taxIdEntry\": [\r\n          {\r\n            \"countryCode\": \"string\",\r\n            \"taxIdNumber\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"kyc\": {\r\n        \"kycEntry\": [\r\n          {\r\n            \"accountNo\": \"string\",\r\n            \"questionID\": \"string\",\r\n            \"answer\": \"string\",\r\n            \"timestamp\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"tags\": {\r\n        \"tagEntry\": [\r\n          {\r\n            \"tag\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"attributes\": [\r\n        {\r\n          \"code\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ]\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"},"Simple Example":{"description":"Example Contact Import/Update","value":"{\r\n  \"importedContact\": {\r\n    \"getOrUpdateContact\": {\r\n      \"sourceInformation\": {\r\n        \"sourceSystemCode\": \"FLOWFRONT\",\r\n        \"sourceContactId\": \"MAREKTEST20210623001\"\r\n      },\r\n      \"contactNameAddress\": {\r\n        \"firstName\": \"Ben\",\r\n        \"middleName\": \"\",\r\n        \"surname\": \"Testen\",\r\n        \"name\": \"\",\r\n        \"address\": \"Testveien 733\",\r\n        \"address2\": \"\",\r\n        \"postCode\": \"5141\",\r\n        \"city\": \"string\",\r\n        \"countryCode\": \"NO\",\r\n        \"nationalityCode\": \"NO\",\r\n        \"socialSecurityNo\": \"16048435010\",\r\n        \"vatOrganizationNo\": \"\"\r\n      },\r\n      \"contactCompliance\": {\r\n        \"citizenship\": {\r\n          \"citizenshipEntry\": [\r\n            {\r\n              \"countryCode\": \"SE\"\r\n            },\r\n            {\r\n              \"countryCode\": \"CN\"\r\n            }\r\n          ]\r\n        },\r\n        \"legalEntityTypeCode\": \"\",\r\n        \"sectorCode\": \"\",\r\n        \"economicActivityCode\": \"\",\r\n        \"pep\": \"1\",\r\n        \"highRiskContact\": false,\r\n        \"riskLevelAML\": \"5\",\r\n        \"lastConfirmContactDetailsDT\": \"0001-01-01T00:00:00\",\r\n        \"dateOfLastKYC\": \"0001-01-01T00:00:00\",\r\n        \"isKYCUpdateRequired\": false\r\n      },\r\n      \"contactInfo\": {\r\n        \"eMail\": \"test@stacc.com\",\r\n        \"mobilePhoneNo\": \"92428666\",\r\n        \"phoneNo\": \"\"\r\n      },\r\n      \"contactPreferences\": {\r\n        \"optOutOfEcommunication\": false\r\n      },\r\n      \"taxIdentification\": {\r\n        \"taxIdEntry\": [\r\n          {\r\n            \"countryCode\": \"PL\",\r\n            \"taxIdNumber\": \"1132371685\"\r\n          },\r\n          {\r\n            \"countryCode\": \"CN\",\r\n            \"taxIdNumber\": \"999999999\"\r\n          }\r\n        ]\r\n      },\r\n      \"kyc\": {\r\n        \"kycEntry\": [\r\n          {\r\n            \"accountNo\": \"\",\r\n            \"questionID\": \"Q-GENERAL-QUESTION-1\",\r\n            \"answer\": \"General answer 1...\",\r\n            \"timestamp\": \"2021-06-23T12:00:00Z\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultContactNo":{"type":"string"},"resultCustomerNo":{"type":"string"},"result":{"type":"boolean"},"correlationId":{"type":"string"},"resultVendorNo":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultContactNo\": \"string\",\r\n  \"resultCustomerNo\": \"string\",\r\n  \"result\": true,\r\n  \"correlationId\": \"string\",\r\n  \"resultVendorNo\": \"string\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultContactNo":{"type":"string"},"resultCustomerNo":{"type":"string"},"result":{"type":"boolean"},"correlationId":{"type":"string"},"resultVendorNo":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultContactNo\": \"string\",\r\n  \"resultCustomerNo\": \"string\",\r\n  \"result\": true,\r\n  \"correlationId\": \"string\",\r\n  \"resultVendorNo\": \"string\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}},"patch":{"tags":["Contacts"],"summary":"Update existing contacts","description":"Imported contact(s) need to have relevant identification values: Source System Code, Source Contact Id and Legal Id (required in some cases). Currently only 1 contact per request is allowed. PaymentPreferences can be imported only for vendors.","operationId":"UpdateContacts","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"updatedContact":{"type":"object","properties":{"getOrUpdateContact":{"type":"object","properties":{"sourceInformation":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceContactId":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactNameAddress":{"type":"object","properties":{"firstName":{"type":"string"},"middleName":{"type":"string"},"surname":{"type":"string"},"salutationCode":{"type":"string"},"name":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"streetType":{"type":"string"},"careOf":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"region":{"type":"string"},"countryCode":{"type":"string"},"nationalityCode":{"type":"string"},"socialSecurityNo":{"type":"string"},"organizationNo":{"type":"string"},"vatOrganizationNo":{"type":"string"},"altAddress":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"isPrimary":{"type":"boolean"},"companyName":{"type":"string"},"companyName2":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"postCode":{"type":"string"},"county":{"type":"string"},"city":{"type":"string"},"countryRegionCode":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"eMail":{"type":"string"},"searchEMail":{"type":"string"},"sourceID":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"status":{"type":"object","properties":{"customerStatus":{"type":"string"},"customerIsFrozen":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactStatistics":{"type":"object","properties":{"internalRatingCode":{"type":"string"},"lastRatingDate":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactCompliance":{"type":"object","properties":{"nationalityCode":{"type":"string"},"citizenship":{"type":"object","properties":{"citizenshipEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"legalEntityTypeCode":{"type":"string"},"sectorCode":{"type":"string"},"economicActivityCode":{"type":"string"},"amlCustomerID":{"type":"string"},"pep":{"type":"string"},"highRiskContact":{"type":"boolean"},"riskLevelAML":{"type":"string"},"lastConfirmContactDetailsDT":{"type":"string","format":"date-time"},"dateOfLastKYC":{"type":"string"},"isKYCUpdateRequired":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactInfo":{"type":"object","properties":{"eMail":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactPreferences":{"type":"object","properties":{"optOutOfEcommunication":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"paymentPreferences":{"type":"object","properties":{"bankAccountNo":{"type":"string"},"bankAccounts":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"},"bankAccountNo":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"invoicePreferences":{"type":"object","properties":{"consolidatedInvoiceAgreements":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"taxIdentification":{"type":"object","properties":{"taxIdEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"},"taxIdNumber":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"kyc":{"type":"object","properties":{"kycEntry":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"questionID":{"type":"string"},"answer":{"type":"string"},"timestamp":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"tags":{"type":"object","properties":{"tagEntry":{"type":"array","items":{"type":"object","properties":{"tag":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"text":{"type":"array","items":{"type":"string"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}}}},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"Default - Raw":{"description":"","value":"{\r\n  \"updatedContact\": {\r\n    \"getOrUpdateContact\": {\r\n      \"sourceInformation\": {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceContactId\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactNameAddress\": {\r\n        \"firstName\": \"string\",\r\n        \"middleName\": \"string\",\r\n        \"surname\": \"string\",\r\n        \"salutationCode\": \"string\",\r\n        \"name\": \"string\",\r\n        \"address\": \"string\",\r\n        \"address2\": \"string\",\r\n        \"streetType\": \"string\",\r\n        \"careOf\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"region\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"nationalityCode\": \"string\",\r\n        \"socialSecurityNo\": \"string\",\r\n        \"organizationNo\": \"string\",\r\n        \"vatOrganizationNo\": \"string\",\r\n        \"altAddress\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"isPrimary\": true,\r\n            \"companyName\": \"string\",\r\n            \"companyName2\": \"string\",\r\n            \"address\": \"string\",\r\n            \"address2\": \"string\",\r\n            \"postCode\": \"string\",\r\n            \"county\": \"string\",\r\n            \"city\": \"string\",\r\n            \"countryRegionCode\": \"string\",\r\n            \"mobilePhoneNo\": \"string\",\r\n            \"phoneNo\": \"string\",\r\n            \"eMail\": \"string\",\r\n            \"searchEMail\": \"string\",\r\n            \"sourceID\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"status\": {\r\n        \"customerStatus\": \"string\",\r\n        \"customerIsFrozen\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactStatistics\": {\r\n        \"internalRatingCode\": \"string\",\r\n        \"lastRatingDate\": \"2026-06-01T00:00:00\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactCompliance\": {\r\n        \"nationalityCode\": \"string\",\r\n        \"citizenship\": {\r\n          \"citizenshipEntry\": [\r\n            {\r\n              \"countryCode\": \"string\"\r\n            }\r\n          ],\r\n          \"text\": [\r\n            \"string\"\r\n          ]\r\n        },\r\n        \"legalEntityTypeCode\": \"string\",\r\n        \"sectorCode\": \"string\",\r\n        \"economicActivityCode\": \"string\",\r\n        \"amlCustomerID\": \"string\",\r\n        \"pep\": \"string\",\r\n        \"highRiskContact\": true,\r\n        \"riskLevelAML\": \"string\",\r\n        \"lastConfirmContactDetailsDT\": \"2026-06-01T00:00:00\",\r\n        \"dateOfLastKYC\": \"2026-06-01T00:00:00\",\r\n        \"isKYCUpdateRequired\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactInfo\": {\r\n        \"eMail\": \"string\",\r\n        \"mobilePhoneNo\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactPreferences\": {\r\n        \"optOutOfEcommunication\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"paymentPreferences\": {\r\n        \"bankAccountNo\": \"string\",\r\n        \"bankAccounts\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"name\": \"string\",\r\n            \"bankAccountNo\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"invoicePreferences\": {\r\n        \"consolidatedInvoiceAgreements\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"description\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"taxIdentification\": {\r\n        \"taxIdEntry\": [\r\n          {\r\n            \"countryCode\": \"string\",\r\n            \"taxIdNumber\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"kyc\": {\r\n        \"kycEntry\": [\r\n          {\r\n            \"accountNo\": \"string\",\r\n            \"questionID\": \"string\",\r\n            \"answer\": \"string\",\r\n            \"timestamp\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"tags\": {\r\n        \"tagEntry\": [\r\n          {\r\n            \"tag\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"attributes\": [\r\n        {\r\n          \"code\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ]\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"},"Simple Example":{"description":"Example Contact Import/Update","value":"{\r\n  \"updatedContact\": {\r\n    \"getOrUpdateContact\": {\r\n      \"sourceInformation\": {\r\n        \"sourceSystemCode\": \"FLOWFRONT\",\r\n        \"sourceContactId\": \"MAREKTEST20210623001\"\r\n      },\r\n      \"contactNameAddress\": {\r\n        \"firstName\": \"Ben\",\r\n        \"middleName\": \"\",\r\n        \"surname\": \"Testen\",\r\n        \"name\": \"\",\r\n        \"address\": \"Testveien 733\",\r\n        \"address2\": \"\",\r\n        \"postCode\": \"5141\",\r\n        \"city\": \"string\",\r\n        \"countryCode\": \"NO\",\r\n        \"nationalityCode\": \"NO\",\r\n        \"socialSecurityNo\": \"16048435010\",\r\n        \"vatOrganizationNo\": \"\"\r\n      },\r\n      \"contactCompliance\": {\r\n        \"citizenship\": {\r\n          \"citizenshipEntry\": [\r\n            {\r\n              \"countryCode\": \"SE\"\r\n            },\r\n            {\r\n              \"countryCode\": \"CN\"\r\n            }\r\n          ]\r\n        },\r\n        \"legalEntityTypeCode\": \"\",\r\n        \"sectorCode\": \"\",\r\n        \"economicActivityCode\": \"\",\r\n        \"pep\": \"1\",\r\n        \"highRiskContact\": false,\r\n        \"riskLevelAML\": \"5\",\r\n        \"lastConfirmContactDetailsDT\": \"0001-01-01T00:00:00\",\r\n        \"dateOfLastKYC\": \"0001-01-01T00:00:00\",\r\n        \"isKYCUpdateRequired\": false\r\n      },\r\n      \"contactInfo\": {\r\n        \"eMail\": \"test@stacc.com\",\r\n        \"mobilePhoneNo\": \"92428666\",\r\n        \"phoneNo\": \"\"\r\n      },\r\n      \"contactPreferences\": {\r\n        \"optOutOfEcommunication\": false\r\n      },\r\n      \"paymentPreferences\": {\r\n        \"bankAccountNo\": \"16048435010\"\r\n      },\r\n      \"taxIdentification\": {\r\n        \"taxIdEntry\": [\r\n          {\r\n            \"countryCode\": \"PL\",\r\n            \"taxIdNumber\": \"1132371685\"\r\n          },\r\n          {\r\n            \"countryCode\": \"CN\",\r\n            \"taxIdNumber\": \"999999999\"\r\n          }\r\n        ]\r\n      },\r\n      \"kyc\": {\r\n        \"kycEntry\": [\r\n          {\r\n            \"accountNo\": \"\",\r\n            \"questionID\": \"Q-GENERAL-QUESTION-1\",\r\n            \"answer\": \"General answer 1...\",\r\n            \"timestamp\": \"2021-06-23T12:00:00Z\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultContactNo":{"type":"string"},"resultCustomerNo":{"type":"string"},"result":{"type":"boolean"},"correlationId":{"type":"string"},"resultVendorNo":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultContactNo\": \"string\",\r\n  \"resultCustomerNo\": \"string\",\r\n  \"result\": true,\r\n  \"correlationId\": \"string\",\r\n  \"resultVendorNo\": \"string\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultContactNo":{"type":"string"},"resultCustomerNo":{"type":"string"},"result":{"type":"boolean"},"correlationId":{"type":"string"},"resultVendorNo":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultContactNo\": \"string\",\r\n  \"resultCustomerNo\": \"string\",\r\n  \"result\": true,\r\n  \"correlationId\": \"string\",\r\n  \"resultVendorNo\": \"string\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/contacts/source-system/{sourceSystemCode}/source-id/{sourceId}":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Contacts"],"summary":"Get Contact Details by SourceID","description":"TODO: Description","operationId":"GetContactBySourceId","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"sourceSystemCode","in":"path","description":"Source system code","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"sourceId","in":"path","description":"Contact identifier in the source system","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultContactNo":{"type":"string"},"resultCustomerNo":{"type":"string"},"result":{"type":"boolean"},"resultContacts":{"type":"object","properties":{"getOrUpdateContact":{"type":"object","properties":{"sourceInformation":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceContactId":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactNameAddress":{"type":"object","properties":{"firstName":{"type":"string"},"middleName":{"type":"string"},"surname":{"type":"string"},"salutationCode":{"type":"string"},"name":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"streetType":{"type":"string"},"careOf":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"region":{"type":"string"},"countryCode":{"type":"string"},"nationalityCode":{"type":"string"},"socialSecurityNo":{"type":"string"},"organizationNo":{"type":"string"},"vatOrganizationNo":{"type":"string"},"altAddress":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"isPrimary":{"type":"boolean"},"companyName":{"type":"string"},"companyName2":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"postCode":{"type":"string"},"county":{"type":"string"},"city":{"type":"string"},"countryRegionCode":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"eMail":{"type":"string"},"searchEMail":{"type":"string"},"sourceID":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"status":{"type":"object","properties":{"customerStatus":{"type":"string"},"customerIsFrozen":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactStatistics":{"type":"object","properties":{"internalRatingCode":{"type":"string"},"lastRatingDate":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactCompliance":{"type":"object","properties":{"nationalityCode":{"type":"string"},"citizenship":{"type":"object","properties":{"citizenshipEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"legalEntityTypeCode":{"type":"string"},"sectorCode":{"type":"string"},"economicActivityCode":{"type":"string"},"amlCustomerID":{"type":"string"},"pep":{"type":"string"},"highRiskContact":{"type":"boolean"},"riskLevelAML":{"type":"string"},"lastConfirmContactDetailsDT":{"type":"string","format":"date-time"},"dateOfLastKYC":{"type":"string"},"isKYCUpdateRequired":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactInfo":{"type":"object","properties":{"eMail":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactPreferences":{"type":"object","properties":{"optOutOfEcommunication":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"paymentPreferences":{"type":"object","properties":{"bankAccountNo":{"type":"string"},"bankAccounts":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"},"bankAccountNo":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"invoicePreferences":{"type":"object","properties":{"consolidatedInvoiceAgreements":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"taxIdentification":{"type":"object","properties":{"taxIdEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"},"taxIdNumber":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"kyc":{"type":"object","properties":{"kycEntry":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"questionID":{"type":"string"},"answer":{"type":"string"},"timestamp":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"tags":{"type":"object","properties":{"tagEntry":{"type":"array","items":{"type":"object","properties":{"tag":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"text":{"type":"array","items":{"type":"string"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}}}},"text":{"type":"array","items":{"type":"string"}}}},"correlationId":{"type":"string"},"resultVendorNo":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultContactNo\": \"string\",\r\n  \"resultCustomerNo\": \"string\",\r\n  \"result\": true,\r\n  \"resultContacts\": {\r\n    \"getOrUpdateContact\": {\r\n      \"sourceInformation\": {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceContactId\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactNameAddress\": {\r\n        \"firstName\": \"string\",\r\n        \"middleName\": \"string\",\r\n        \"surname\": \"string\",\r\n        \"salutationCode\": \"string\",\r\n        \"name\": \"string\",\r\n        \"address\": \"string\",\r\n        \"address2\": \"string\",\r\n        \"streetType\": \"string\",\r\n        \"careOf\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"region\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"nationalityCode\": \"string\",\r\n        \"socialSecurityNo\": \"string\",\r\n        \"organizationNo\": \"string\",\r\n        \"vatOrganizationNo\": \"string\",\r\n        \"altAddress\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"isPrimary\": true,\r\n            \"companyName\": \"string\",\r\n            \"companyName2\": \"string\",\r\n            \"address\": \"string\",\r\n            \"address2\": \"string\",\r\n            \"postCode\": \"string\",\r\n            \"county\": \"string\",\r\n            \"city\": \"string\",\r\n            \"countryRegionCode\": \"string\",\r\n            \"mobilePhoneNo\": \"string\",\r\n            \"phoneNo\": \"string\",\r\n            \"eMail\": \"string\",\r\n            \"searchEMail\": \"string\",\r\n            \"sourceID\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"status\": {\r\n        \"customerStatus\": \"string\",\r\n        \"customerIsFrozen\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactStatistics\": {\r\n        \"internalRatingCode\": \"string\",\r\n        \"lastRatingDate\": \"2026-06-01T00:00:00\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactCompliance\": {\r\n        \"nationalityCode\": \"string\",\r\n        \"citizenship\": {\r\n          \"citizenshipEntry\": [\r\n            {\r\n              \"countryCode\": \"string\"\r\n            }\r\n          ],\r\n          \"text\": [\r\n            \"string\"\r\n          ]\r\n        },\r\n        \"legalEntityTypeCode\": \"string\",\r\n        \"sectorCode\": \"string\",\r\n        \"economicActivityCode\": \"string\",\r\n        \"amlCustomerID\": \"string\",\r\n        \"pep\": \"string\",\r\n        \"highRiskContact\": true,\r\n        \"riskLevelAML\": \"string\",\r\n        \"lastConfirmContactDetailsDT\": \"2026-06-01T00:00:00\",\r\n        \"dateOfLastKYC\": \"2026-06-01T00:00:00\",\r\n        \"isKYCUpdateRequired\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactInfo\": {\r\n        \"eMail\": \"string\",\r\n        \"mobilePhoneNo\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactPreferences\": {\r\n        \"optOutOfEcommunication\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"paymentPreferences\": {\r\n        \"bankAccountNo\": \"string\",\r\n        \"bankAccounts\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"name\": \"string\",\r\n            \"bankAccountNo\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"invoicePreferences\": {\r\n        \"consolidatedInvoiceAgreements\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"description\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"taxIdentification\": {\r\n        \"taxIdEntry\": [\r\n          {\r\n            \"countryCode\": \"string\",\r\n            \"taxIdNumber\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"kyc\": {\r\n        \"kycEntry\": [\r\n          {\r\n            \"accountNo\": \"string\",\r\n            \"questionID\": \"string\",\r\n            \"answer\": \"string\",\r\n            \"timestamp\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"tags\": {\r\n        \"tagEntry\": [\r\n          {\r\n            \"tag\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"attributes\": [\r\n        {\r\n          \"code\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ]\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  },\r\n  \"correlationId\": \"string\",\r\n  \"resultVendorNo\": \"string\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultContactNo":{"type":"string"},"resultCustomerNo":{"type":"string"},"result":{"type":"boolean"},"resultContacts":{"type":"object","properties":{"getOrUpdateContact":{"type":"object","properties":{"sourceInformation":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceContactId":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactNameAddress":{"type":"object","properties":{"firstName":{"type":"string"},"middleName":{"type":"string"},"surname":{"type":"string"},"salutationCode":{"type":"string"},"name":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"streetType":{"type":"string"},"careOf":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"region":{"type":"string"},"countryCode":{"type":"string"},"nationalityCode":{"type":"string"},"socialSecurityNo":{"type":"string"},"organizationNo":{"type":"string"},"vatOrganizationNo":{"type":"string"},"altAddress":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"isPrimary":{"type":"boolean"},"companyName":{"type":"string"},"companyName2":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"postCode":{"type":"string"},"county":{"type":"string"},"city":{"type":"string"},"countryRegionCode":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"eMail":{"type":"string"},"searchEMail":{"type":"string"},"sourceID":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"status":{"type":"object","properties":{"customerStatus":{"type":"string"},"customerIsFrozen":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactStatistics":{"type":"object","properties":{"internalRatingCode":{"type":"string"},"lastRatingDate":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactCompliance":{"type":"object","properties":{"nationalityCode":{"type":"string"},"citizenship":{"type":"object","properties":{"citizenshipEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"legalEntityTypeCode":{"type":"string"},"sectorCode":{"type":"string"},"economicActivityCode":{"type":"string"},"amlCustomerID":{"type":"string"},"pep":{"type":"string"},"highRiskContact":{"type":"boolean"},"riskLevelAML":{"type":"string"},"lastConfirmContactDetailsDT":{"type":"string","format":"date-time"},"dateOfLastKYC":{"type":"string"},"isKYCUpdateRequired":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactInfo":{"type":"object","properties":{"eMail":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactPreferences":{"type":"object","properties":{"optOutOfEcommunication":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"paymentPreferences":{"type":"object","properties":{"bankAccountNo":{"type":"string"},"bankAccounts":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"},"bankAccountNo":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"invoicePreferences":{"type":"object","properties":{"consolidatedInvoiceAgreements":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"taxIdentification":{"type":"object","properties":{"taxIdEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"},"taxIdNumber":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"kyc":{"type":"object","properties":{"kycEntry":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"questionID":{"type":"string"},"answer":{"type":"string"},"timestamp":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"tags":{"type":"object","properties":{"tagEntry":{"type":"array","items":{"type":"object","properties":{"tag":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"text":{"type":"array","items":{"type":"string"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}}}},"text":{"type":"array","items":{"type":"string"}}}},"correlationId":{"type":"string"},"resultVendorNo":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultContactNo\": \"string\",\r\n  \"resultCustomerNo\": \"string\",\r\n  \"result\": true,\r\n  \"resultContacts\": {\r\n    \"getOrUpdateContact\": {\r\n      \"sourceInformation\": {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceContactId\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactNameAddress\": {\r\n        \"firstName\": \"string\",\r\n        \"middleName\": \"string\",\r\n        \"surname\": \"string\",\r\n        \"salutationCode\": \"string\",\r\n        \"name\": \"string\",\r\n        \"address\": \"string\",\r\n        \"address2\": \"string\",\r\n        \"streetType\": \"string\",\r\n        \"careOf\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"region\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"nationalityCode\": \"string\",\r\n        \"socialSecurityNo\": \"string\",\r\n        \"organizationNo\": \"string\",\r\n        \"vatOrganizationNo\": \"string\",\r\n        \"altAddress\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"isPrimary\": true,\r\n            \"companyName\": \"string\",\r\n            \"companyName2\": \"string\",\r\n            \"address\": \"string\",\r\n            \"address2\": \"string\",\r\n            \"postCode\": \"string\",\r\n            \"county\": \"string\",\r\n            \"city\": \"string\",\r\n            \"countryRegionCode\": \"string\",\r\n            \"mobilePhoneNo\": \"string\",\r\n            \"phoneNo\": \"string\",\r\n            \"eMail\": \"string\",\r\n            \"searchEMail\": \"string\",\r\n            \"sourceID\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"status\": {\r\n        \"customerStatus\": \"string\",\r\n        \"customerIsFrozen\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactStatistics\": {\r\n        \"internalRatingCode\": \"string\",\r\n        \"lastRatingDate\": \"2026-06-01T00:00:00\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactCompliance\": {\r\n        \"nationalityCode\": \"string\",\r\n        \"citizenship\": {\r\n          \"citizenshipEntry\": [\r\n            {\r\n              \"countryCode\": \"string\"\r\n            }\r\n          ],\r\n          \"text\": [\r\n            \"string\"\r\n          ]\r\n        },\r\n        \"legalEntityTypeCode\": \"string\",\r\n        \"sectorCode\": \"string\",\r\n        \"economicActivityCode\": \"string\",\r\n        \"amlCustomerID\": \"string\",\r\n        \"pep\": \"string\",\r\n        \"highRiskContact\": true,\r\n        \"riskLevelAML\": \"string\",\r\n        \"lastConfirmContactDetailsDT\": \"2026-06-01T00:00:00\",\r\n        \"dateOfLastKYC\": \"2026-06-01T00:00:00\",\r\n        \"isKYCUpdateRequired\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactInfo\": {\r\n        \"eMail\": \"string\",\r\n        \"mobilePhoneNo\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactPreferences\": {\r\n        \"optOutOfEcommunication\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"paymentPreferences\": {\r\n        \"bankAccountNo\": \"string\",\r\n        \"bankAccounts\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"name\": \"string\",\r\n            \"bankAccountNo\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"invoicePreferences\": {\r\n        \"consolidatedInvoiceAgreements\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"description\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"taxIdentification\": {\r\n        \"taxIdEntry\": [\r\n          {\r\n            \"countryCode\": \"string\",\r\n            \"taxIdNumber\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"kyc\": {\r\n        \"kycEntry\": [\r\n          {\r\n            \"accountNo\": \"string\",\r\n            \"questionID\": \"string\",\r\n            \"answer\": \"string\",\r\n            \"timestamp\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"tags\": {\r\n        \"tagEntry\": [\r\n          {\r\n            \"tag\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"attributes\": [\r\n        {\r\n          \"code\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ]\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  },\r\n  \"correlationId\": \"string\",\r\n  \"resultVendorNo\": \"string\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/contacts/legal-id/{legalId}":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Contacts"],"summary":"Get Contact Details","description":"TODO: Description","operationId":"GetContactDetails","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"path","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultContactNo":{"type":"string"},"resultCustomerNo":{"type":"string"},"result":{"type":"boolean"},"resultContacts":{"type":"object","properties":{"getOrUpdateContact":{"type":"object","properties":{"sourceInformation":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceContactId":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactNameAddress":{"type":"object","properties":{"firstName":{"type":"string"},"middleName":{"type":"string"},"surname":{"type":"string"},"salutationCode":{"type":"string"},"name":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"streetType":{"type":"string"},"careOf":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"region":{"type":"string"},"countryCode":{"type":"string"},"nationalityCode":{"type":"string"},"socialSecurityNo":{"type":"string"},"organizationNo":{"type":"string"},"vatOrganizationNo":{"type":"string"},"altAddress":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"isPrimary":{"type":"boolean"},"companyName":{"type":"string"},"companyName2":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"postCode":{"type":"string"},"county":{"type":"string"},"city":{"type":"string"},"countryRegionCode":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"eMail":{"type":"string"},"searchEMail":{"type":"string"},"sourceID":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"status":{"type":"object","properties":{"customerStatus":{"type":"string"},"customerIsFrozen":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactStatistics":{"type":"object","properties":{"internalRatingCode":{"type":"string"},"lastRatingDate":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactCompliance":{"type":"object","properties":{"nationalityCode":{"type":"string"},"citizenship":{"type":"object","properties":{"citizenshipEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"legalEntityTypeCode":{"type":"string"},"sectorCode":{"type":"string"},"economicActivityCode":{"type":"string"},"amlCustomerID":{"type":"string"},"pep":{"type":"string"},"highRiskContact":{"type":"boolean"},"riskLevelAML":{"type":"string"},"lastConfirmContactDetailsDT":{"type":"string","format":"date-time"},"dateOfLastKYC":{"type":"string"},"isKYCUpdateRequired":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactInfo":{"type":"object","properties":{"eMail":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactPreferences":{"type":"object","properties":{"optOutOfEcommunication":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"paymentPreferences":{"type":"object","properties":{"bankAccountNo":{"type":"string"},"bankAccounts":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"},"bankAccountNo":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"invoicePreferences":{"type":"object","properties":{"consolidatedInvoiceAgreements":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"taxIdentification":{"type":"object","properties":{"taxIdEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"},"taxIdNumber":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"kyc":{"type":"object","properties":{"kycEntry":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"questionID":{"type":"string"},"answer":{"type":"string"},"timestamp":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"tags":{"type":"object","properties":{"tagEntry":{"type":"array","items":{"type":"object","properties":{"tag":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"text":{"type":"array","items":{"type":"string"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}}}},"text":{"type":"array","items":{"type":"string"}}}},"correlationId":{"type":"string"},"resultVendorNo":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultContactNo\": \"string\",\r\n  \"resultCustomerNo\": \"string\",\r\n  \"result\": true,\r\n  \"resultContacts\": {\r\n    \"getOrUpdateContact\": {\r\n      \"sourceInformation\": {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceContactId\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactNameAddress\": {\r\n        \"firstName\": \"string\",\r\n        \"middleName\": \"string\",\r\n        \"surname\": \"string\",\r\n        \"salutationCode\": \"string\",\r\n        \"name\": \"string\",\r\n        \"address\": \"string\",\r\n        \"address2\": \"string\",\r\n        \"streetType\": \"string\",\r\n        \"careOf\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"region\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"nationalityCode\": \"string\",\r\n        \"socialSecurityNo\": \"string\",\r\n        \"organizationNo\": \"string\",\r\n        \"vatOrganizationNo\": \"string\",\r\n        \"altAddress\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"isPrimary\": true,\r\n            \"companyName\": \"string\",\r\n            \"companyName2\": \"string\",\r\n            \"address\": \"string\",\r\n            \"address2\": \"string\",\r\n            \"postCode\": \"string\",\r\n            \"county\": \"string\",\r\n            \"city\": \"string\",\r\n            \"countryRegionCode\": \"string\",\r\n            \"mobilePhoneNo\": \"string\",\r\n            \"phoneNo\": \"string\",\r\n            \"eMail\": \"string\",\r\n            \"searchEMail\": \"string\",\r\n            \"sourceID\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"status\": {\r\n        \"customerStatus\": \"string\",\r\n        \"customerIsFrozen\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactStatistics\": {\r\n        \"internalRatingCode\": \"string\",\r\n        \"lastRatingDate\": \"2026-06-01T00:00:00\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactCompliance\": {\r\n        \"nationalityCode\": \"string\",\r\n        \"citizenship\": {\r\n          \"citizenshipEntry\": [\r\n            {\r\n              \"countryCode\": \"string\"\r\n            }\r\n          ],\r\n          \"text\": [\r\n            \"string\"\r\n          ]\r\n        },\r\n        \"legalEntityTypeCode\": \"string\",\r\n        \"sectorCode\": \"string\",\r\n        \"economicActivityCode\": \"string\",\r\n        \"amlCustomerID\": \"string\",\r\n        \"pep\": \"string\",\r\n        \"highRiskContact\": true,\r\n        \"riskLevelAML\": \"string\",\r\n        \"lastConfirmContactDetailsDT\": \"2026-06-01T00:00:00\",\r\n        \"dateOfLastKYC\": \"2026-06-01T00:00:00\",\r\n        \"isKYCUpdateRequired\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactInfo\": {\r\n        \"eMail\": \"string\",\r\n        \"mobilePhoneNo\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactPreferences\": {\r\n        \"optOutOfEcommunication\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"paymentPreferences\": {\r\n        \"bankAccountNo\": \"string\",\r\n        \"bankAccounts\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"name\": \"string\",\r\n            \"bankAccountNo\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"invoicePreferences\": {\r\n        \"consolidatedInvoiceAgreements\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"description\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"taxIdentification\": {\r\n        \"taxIdEntry\": [\r\n          {\r\n            \"countryCode\": \"string\",\r\n            \"taxIdNumber\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"kyc\": {\r\n        \"kycEntry\": [\r\n          {\r\n            \"accountNo\": \"string\",\r\n            \"questionID\": \"string\",\r\n            \"answer\": \"string\",\r\n            \"timestamp\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"tags\": {\r\n        \"tagEntry\": [\r\n          {\r\n            \"tag\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"attributes\": [\r\n        {\r\n          \"code\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ]\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  },\r\n  \"correlationId\": \"string\",\r\n  \"resultVendorNo\": \"string\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultContactNo":{"type":"string"},"resultCustomerNo":{"type":"string"},"result":{"type":"boolean"},"resultContacts":{"type":"object","properties":{"getOrUpdateContact":{"type":"object","properties":{"sourceInformation":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceContactId":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactNameAddress":{"type":"object","properties":{"firstName":{"type":"string"},"middleName":{"type":"string"},"surname":{"type":"string"},"salutationCode":{"type":"string"},"name":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"streetType":{"type":"string"},"careOf":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"region":{"type":"string"},"countryCode":{"type":"string"},"nationalityCode":{"type":"string"},"socialSecurityNo":{"type":"string"},"organizationNo":{"type":"string"},"vatOrganizationNo":{"type":"string"},"altAddress":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"isPrimary":{"type":"boolean"},"companyName":{"type":"string"},"companyName2":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"postCode":{"type":"string"},"county":{"type":"string"},"city":{"type":"string"},"countryRegionCode":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"eMail":{"type":"string"},"searchEMail":{"type":"string"},"sourceID":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"status":{"type":"object","properties":{"customerStatus":{"type":"string"},"customerIsFrozen":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactStatistics":{"type":"object","properties":{"internalRatingCode":{"type":"string"},"lastRatingDate":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactCompliance":{"type":"object","properties":{"nationalityCode":{"type":"string"},"citizenship":{"type":"object","properties":{"citizenshipEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"legalEntityTypeCode":{"type":"string"},"sectorCode":{"type":"string"},"economicActivityCode":{"type":"string"},"amlCustomerID":{"type":"string"},"pep":{"type":"string"},"highRiskContact":{"type":"boolean"},"riskLevelAML":{"type":"string"},"lastConfirmContactDetailsDT":{"type":"string","format":"date-time"},"dateOfLastKYC":{"type":"string"},"isKYCUpdateRequired":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"contactInfo":{"type":"object","properties":{"eMail":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}},"contactPreferences":{"type":"object","properties":{"optOutOfEcommunication":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}},"paymentPreferences":{"type":"object","properties":{"bankAccountNo":{"type":"string"},"bankAccounts":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"},"bankAccountNo":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"invoicePreferences":{"type":"object","properties":{"consolidatedInvoiceAgreements":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"},"isPreferred":{"type":"boolean"}}}},"text":{"type":"array","items":{"type":"string"}}}},"taxIdentification":{"type":"object","properties":{"taxIdEntry":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"},"taxIdNumber":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"kyc":{"type":"object","properties":{"kycEntry":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"questionID":{"type":"string"},"answer":{"type":"string"},"timestamp":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"tags":{"type":"object","properties":{"tagEntry":{"type":"array","items":{"type":"object","properties":{"tag":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"text":{"type":"array","items":{"type":"string"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}}}},"text":{"type":"array","items":{"type":"string"}}}},"correlationId":{"type":"string"},"resultVendorNo":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultContactNo\": \"string\",\r\n  \"resultCustomerNo\": \"string\",\r\n  \"result\": true,\r\n  \"resultContacts\": {\r\n    \"getOrUpdateContact\": {\r\n      \"sourceInformation\": {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceContactId\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactNameAddress\": {\r\n        \"firstName\": \"string\",\r\n        \"middleName\": \"string\",\r\n        \"surname\": \"string\",\r\n        \"salutationCode\": \"string\",\r\n        \"name\": \"string\",\r\n        \"address\": \"string\",\r\n        \"address2\": \"string\",\r\n        \"streetType\": \"string\",\r\n        \"careOf\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"region\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"nationalityCode\": \"string\",\r\n        \"socialSecurityNo\": \"string\",\r\n        \"organizationNo\": \"string\",\r\n        \"vatOrganizationNo\": \"string\",\r\n        \"altAddress\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"isPrimary\": true,\r\n            \"companyName\": \"string\",\r\n            \"companyName2\": \"string\",\r\n            \"address\": \"string\",\r\n            \"address2\": \"string\",\r\n            \"postCode\": \"string\",\r\n            \"county\": \"string\",\r\n            \"city\": \"string\",\r\n            \"countryRegionCode\": \"string\",\r\n            \"mobilePhoneNo\": \"string\",\r\n            \"phoneNo\": \"string\",\r\n            \"eMail\": \"string\",\r\n            \"searchEMail\": \"string\",\r\n            \"sourceID\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"status\": {\r\n        \"customerStatus\": \"string\",\r\n        \"customerIsFrozen\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactStatistics\": {\r\n        \"internalRatingCode\": \"string\",\r\n        \"lastRatingDate\": \"2026-06-01T00:00:00\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactCompliance\": {\r\n        \"nationalityCode\": \"string\",\r\n        \"citizenship\": {\r\n          \"citizenshipEntry\": [\r\n            {\r\n              \"countryCode\": \"string\"\r\n            }\r\n          ],\r\n          \"text\": [\r\n            \"string\"\r\n          ]\r\n        },\r\n        \"legalEntityTypeCode\": \"string\",\r\n        \"sectorCode\": \"string\",\r\n        \"economicActivityCode\": \"string\",\r\n        \"amlCustomerID\": \"string\",\r\n        \"pep\": \"string\",\r\n        \"highRiskContact\": true,\r\n        \"riskLevelAML\": \"string\",\r\n        \"lastConfirmContactDetailsDT\": \"2026-06-01T00:00:00\",\r\n        \"dateOfLastKYC\": \"2026-06-01T00:00:00\",\r\n        \"isKYCUpdateRequired\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactInfo\": {\r\n        \"eMail\": \"string\",\r\n        \"mobilePhoneNo\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"contactPreferences\": {\r\n        \"optOutOfEcommunication\": true,\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"paymentPreferences\": {\r\n        \"bankAccountNo\": \"string\",\r\n        \"bankAccounts\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"name\": \"string\",\r\n            \"bankAccountNo\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"invoicePreferences\": {\r\n        \"consolidatedInvoiceAgreements\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"description\": \"string\",\r\n            \"isPreferred\": true\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"taxIdentification\": {\r\n        \"taxIdEntry\": [\r\n          {\r\n            \"countryCode\": \"string\",\r\n            \"taxIdNumber\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"kyc\": {\r\n        \"kycEntry\": [\r\n          {\r\n            \"accountNo\": \"string\",\r\n            \"questionID\": \"string\",\r\n            \"answer\": \"string\",\r\n            \"timestamp\": \"string\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"tags\": {\r\n        \"tagEntry\": [\r\n          {\r\n            \"tag\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"text\": [\r\n          \"string\"\r\n        ]\r\n      },\r\n      \"attributes\": [\r\n        {\r\n          \"code\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ]\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  },\r\n  \"correlationId\": \"string\",\r\n  \"resultVendorNo\": \"string\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/contacts/legal-id/{legalId}/notifications":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Contacts"],"summary":"Get Contact Notifications","description":"TODO: Description","operationId":"GetContactNotifications","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"path","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"query","description":"Core Account No.","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultNotifications":{"type":"object","properties":{"notifications":{"type":"array","items":{"type":"object","properties":{"entryNo":{"type":"integer","format":"int32"},"apiReference":{"type":"string"},"accountNo":{"type":"string"},"contactNo":{"type":"string"},"type":{"type":"string"},"documentContentFileType":{"type":"string"},"description":{"type":"string"},"processMessage":{"type":"string"},"read":{"type":"boolean"},"readTimeStamp":{"type":"string","format":"date-time"},"createdDate":{"type":"string","format":"date-time"},"createdBy":{"type":"string"},"url":{"type":"string"},"notificationType":{"type":"string"}}}},"notificationsCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultNotifications\": {\r\n    \"notifications\": [\r\n      {\r\n        \"entryNo\": 123,\r\n        \"apiReference\": \"string\",\r\n        \"accountNo\": \"string\",\r\n        \"contactNo\": \"string\",\r\n        \"type\": \"string\",\r\n        \"documentContentFileType\": \"string\",\r\n        \"description\": \"string\",\r\n        \"processMessage\": \"string\",\r\n        \"read\": true,\r\n        \"readTimeStamp\": \"2026-06-01T00:00:00\",\r\n        \"createdDate\": \"2026-06-01T00:00:00\",\r\n        \"createdBy\": \"string\",\r\n        \"url\": \"string\",\r\n        \"notificationType\": \"string\"\r\n      }\r\n    ],\r\n    \"notificationsCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultNotifications":{"type":"object","properties":{"notifications":{"type":"array","items":{"type":"object","properties":{"entryNo":{"type":"integer","format":"int32"},"apiReference":{"type":"string"},"accountNo":{"type":"string"},"contactNo":{"type":"string"},"type":{"type":"string"},"documentContentFileType":{"type":"string"},"description":{"type":"string"},"processMessage":{"type":"string"},"read":{"type":"boolean"},"readTimeStamp":{"type":"string","format":"date-time"},"createdDate":{"type":"string","format":"date-time"},"createdBy":{"type":"string"},"url":{"type":"string"},"notificationType":{"type":"string"}}}},"notificationsCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultNotifications\": {\r\n    \"notifications\": [\r\n      {\r\n        \"entryNo\": 123,\r\n        \"apiReference\": \"string\",\r\n        \"accountNo\": \"string\",\r\n        \"contactNo\": \"string\",\r\n        \"type\": \"string\",\r\n        \"documentContentFileType\": \"string\",\r\n        \"description\": \"string\",\r\n        \"processMessage\": \"string\",\r\n        \"read\": true,\r\n        \"readTimeStamp\": \"2026-06-01T00:00:00\",\r\n        \"createdDate\": \"2026-06-01T00:00:00\",\r\n        \"createdBy\": \"string\",\r\n        \"url\": \"string\",\r\n        \"notificationType\": \"string\"\r\n      }\r\n    ],\r\n    \"notificationsCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/contacts/legal-id/{legalId}/notifications/{apiReference}/read":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Contacts"],"summary":"Set Contact Notification As Read","description":"TODO: Description","operationId":"SetContactNotificationAsRead","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"apiReference","in":"path","description":"Notification GUID","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"readTimeStamp","in":"query","description":"Read Time Stamp; if not provided, then using the current date-time","required":false,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"legalId","in":"path","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":false,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/contacts/legal-id/{legalId}/payment-information":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Contacts"],"summary":"Get Contact/Customer Payment Information - UNDER CONSTRUCTION","description":"TODO: Description","operationId":"GetCustomerPaymentInformation","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"path","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"query","description":"Core Account No.","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultPayInReferencesAreDummy":{"type":"boolean"},"resultPayInBankAccountNo":{"type":"string"},"resultCustomerNo":{"type":"string"},"result":{"type":"boolean"},"resultPayInPaymentReference":{"type":"string"},"resultPayInEReference":{"type":"string"},"correlationId":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultPayInReferencesAreDummy\": true,\r\n  \"resultPayInBankAccountNo\": \"string\",\r\n  \"resultCustomerNo\": \"string\",\r\n  \"result\": true,\r\n  \"resultPayInPaymentReference\": \"string\",\r\n  \"resultPayInEReference\": \"string\",\r\n  \"correlationId\": \"string\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultPayInReferencesAreDummy":{"type":"boolean"},"resultPayInBankAccountNo":{"type":"string"},"resultCustomerNo":{"type":"string"},"result":{"type":"boolean"},"resultPayInPaymentReference":{"type":"string"},"resultPayInEReference":{"type":"string"},"correlationId":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultPayInReferencesAreDummy\": true,\r\n  \"resultPayInBankAccountNo\": \"string\",\r\n  \"resultCustomerNo\": \"string\",\r\n  \"result\": true,\r\n  \"resultPayInPaymentReference\": \"string\",\r\n  \"resultPayInEReference\": \"string\",\r\n  \"correlationId\": \"string\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/contacts/legal-id/{legalId}/annual-statement":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Contacts"],"summary":"Contact/Customer Annual Statement","description":"Contact must have/had been a Customer","operationId":"GetContactAnnualStatement","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"path","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"year","in":"query","description":"YYYY","required":true,"style":"form","explode":false,"schema":{"type":"integer","format":"int32"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultStatement":{"type":"object","properties":{"taxStatementList":{"type":"array","items":{"type":"object","properties":{"taxStatement":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"socialSecurityNo":{"type":"string"},"accountType":{"type":"string"},"taxYear":{"type":"integer","format":"int32"},"loanAmount":{"type":"string"},"loanInterest":{"type":"string"},"paidLateInterest":{"type":"string"},"reversedLateInterest":{"type":"string"},"depositAmount":{"type":"string"},"depositInterest":{"type":"string"},"withholdTax":{"type":"string"},"coSignerSocSecNo":{"type":"string"}}}},"type":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultStatement\": {\r\n    \"taxStatementList\": [\r\n      {\r\n        \"taxStatement\": [\r\n          {\r\n            \"accountNo\": \"string\",\r\n            \"socialSecurityNo\": \"string\",\r\n            \"accountType\": \"string\",\r\n            \"taxYear\": 123,\r\n            \"loanAmount\": \"string\",\r\n            \"loanInterest\": \"string\",\r\n            \"paidLateInterest\": \"string\",\r\n            \"reversedLateInterest\": \"string\",\r\n            \"depositAmount\": \"string\",\r\n            \"depositInterest\": \"string\",\r\n            \"withholdTax\": \"string\",\r\n            \"coSignerSocSecNo\": \"string\"\r\n          }\r\n        ],\r\n        \"type\": \"string\"\r\n      }\r\n    ],\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultStatement":{"type":"object","properties":{"taxStatementList":{"type":"array","items":{"type":"object","properties":{"taxStatement":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"socialSecurityNo":{"type":"string"},"accountType":{"type":"string"},"taxYear":{"type":"integer","format":"int32"},"loanAmount":{"type":"string"},"loanInterest":{"type":"string"},"paidLateInterest":{"type":"string"},"reversedLateInterest":{"type":"string"},"depositAmount":{"type":"string"},"depositInterest":{"type":"string"},"withholdTax":{"type":"string"},"coSignerSocSecNo":{"type":"string"}}}},"type":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultStatement\": {\r\n    \"taxStatementList\": [\r\n      {\r\n        \"taxStatement\": [\r\n          {\r\n            \"accountNo\": \"string\",\r\n            \"socialSecurityNo\": \"string\",\r\n            \"accountType\": \"string\",\r\n            \"taxYear\": 123,\r\n            \"loanAmount\": \"string\",\r\n            \"loanInterest\": \"string\",\r\n            \"paidLateInterest\": \"string\",\r\n            \"reversedLateInterest\": \"string\",\r\n            \"depositAmount\": \"string\",\r\n            \"depositInterest\": \"string\",\r\n            \"withholdTax\": \"string\",\r\n            \"coSignerSocSecNo\": \"string\"\r\n          }\r\n        ],\r\n        \"type\": \"string\"\r\n      }\r\n    ],\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/reservation":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Accounts"],"summary":"Reserve AccountNo","description":"TODO: Description","operationId":"ReserveAccountNo","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"sourceSystemCode","in":"query","description":"Source System Code","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"sourceApplicationId","in":"query","description":"Source Application Id","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountTypeCode","in":"query","description":"Account Type Code","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountSubtypeCode","in":"query","description":"Account Subtype Code","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultNewAccountNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultNewAccountNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultNewAccountNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultNewAccountNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Accounts"],"summary":"Get Account List","description":"TODO: Description","operationId":"GetAccountList","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultAccountList":{"type":"object","properties":{"accountInfo":{"type":"array","items":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceApplicationID":{"type":"string"},"accountNo":{"type":"string"},"currencyCode":{"type":"string"},"mainContactNo":{"type":"string"},"mainContactLegalID":{"type":"string"},"mainContactName":{"type":"string"},"coSignerContactNo":{"type":"string"},"coSignerLegalID":{"type":"string"},"coSignerName":{"type":"string"},"sourceMainContactID":{"type":"string"},"sourceCoSignerContactID":{"type":"string"},"clientName":{"type":"string"},"clientAgreementNo":{"type":"string"},"districtName":{"type":"string"},"caseReference":{"type":"string"},"contractReference":{"type":"string"},"accountType":{"type":"string"},"accountSubtype":{"type":"string"},"accountDescription":{"type":"string"},"externalProductID":{"type":"string"},"productDescription":{"type":"string"},"productGroup":{"type":"string"},"accountStatusGroup":{"type":"string"},"accountStatus":{"type":"string"},"loanType":{"type":"string"},"lastInterestCapitalizationDate":{"type":"string","format":"date-time"},"initialNetLoanAmount":{"type":"number","format":"double"},"interestGroupCode":{"type":"string"},"fixedRateExpiryDate":{"type":"string","format":"date-time"},"rateStructure":{"type":"string"},"interestRate":{"type":"number","format":"double"},"customerRateMargin":{"type":"number","format":"double"},"effectiveRate":{"type":"number","format":"double"},"currentEffectiveRate":{"type":"number","format":"double"},"bookedBalance":{"type":"number","format":"double"},"availableBalance":{"type":"number","format":"double"},"principalBalance":{"type":"number","format":"double"},"openPrincipalPaymentBalance":{"type":"number","format":"double"},"accruedInterest":{"type":"number","format":"double"},"ongoingPayout":{"type":"number","format":"double"},"openForRevolving":{"type":"boolean"},"creditLimitAmount":{"type":"number","format":"double"},"usedCreditAmount":{"type":"number","format":"double"},"totalSecurityFaceValue":{"type":"number","format":"double"},"remainingTerms":{"type":"integer","format":"int32"},"originalTermLength":{"type":"integer","format":"int32"},"currentTermLength":{"type":"integer","format":"int32"},"nextDueDate":{"type":"string","format":"date-time"},"nextTermAmount":{"type":"number","format":"double"},"nextTermMinAmount":{"type":"number","format":"double"},"nextTermFee":{"type":"number","format":"double"},"nextTermLengthInMonths":{"type":"integer","format":"int32"},"additionalNextInvoice":{"type":"number","format":"double"},"balanceDue":{"type":"number","format":"double"},"startDate":{"type":"string","format":"date-time"},"nextAddProductAmount":{"type":"number","format":"double"},"custBalanceOnCustomer":{"type":"number","format":"double"},"custBalanceDueOnCustomer":{"type":"number","format":"double"},"custBalanceOnClient":{"type":"number","format":"double"},"custBalanceFinancedOnClient":{"type":"number","format":"double"},"payInBBAN":{"type":"string"},"payInIBAN":{"type":"string"},"payInKID":{"type":"string"},"paymentBankAccountNo":{"type":"string"},"disbursementBankAccountNo":{"type":"string"},"replacedBy":{"type":"string"},"replaces":{"type":"string"},"accountEndDate":{"type":"string","format":"date-time"},"ltvRatio":{"type":"number","format":"double"},"rateSetId":{"type":"integer","format":"int32"},"creditFrameID":{"type":"string"},"myPageFrozen":{"type":"boolean"},"securityInfo":{"type":"array","items":{"type":"object","properties":{"coreSecurityNo":{"type":"string"},"securityFaceValue":{"type":"number","format":"double"},"precedingCollateral":{"type":"boolean"},"externalFaceValue":{"type":"number","format":"double"},"externalOustandingDebt":{"type":"number","format":"double"},"external":{"type":"boolean"},"externalPart":{"type":"string"},"type":{"type":"string"},"coreContactNo":{"type":"string"},"coreContactName":{"type":"string"},"registrationDocumentNo":{"type":"string"},"registrationDocumentYear":{"type":"string"},"registrationOfficeNo":{"type":"string"},"registrationRightNo":{"type":"string"},"objectInfo":{"type":"array","items":{"type":"object","properties":{"coreObjectNo":{"type":"string"},"coreParentObjectNo":{"type":"string"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyOrgNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectSubClassCode":{"type":"string"},"depotLastValuationDate":{"type":"string","format":"date-time"},"depotAdjustmentSource":{"type":"string"},"depotValidUntil":{"type":"string","format":"date-time"},"depotMunicipalityScore":{"type":"integer","format":"int32"},"depotAreaScore":{"type":"integer","format":"int32"},"depotAreaVacationScore":{"type":"integer","format":"int32"},"depotCommonDebt":{"type":"number","format":"double"},"depotCommonDebtDate":{"type":"string","format":"date-time"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"objectNewDate":{"type":"string","format":"date-time"},"objectClassCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"activeDebtStatement":{"type":"boolean"},"ltvRatio":{"type":"number","format":"double"},"objectContacts":{"type":"array","items":{"type":"object","properties":{"contactSSN":{"type":"string"},"coreContactNo":{"type":"string"},"ownerShare":{"type":"number","format":"double"}}}},"insuranceInfo":{"type":"array","items":{"type":"object","properties":{"policyNo":{"type":"string"},"insuranceVATRegNo":{"type":"string"},"description":{"type":"string"},"insuranceCompanyName":{"type":"string"}}}}}}}}}},"additionalProduct":{"type":"array","items":{"type":"object","properties":{"agreementNo":{"type":"integer","format":"int32"},"productCode":{"type":"string"},"description":{"type":"string"},"invoiceDescription":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"stopDate":{"type":"string","format":"date-time"},"price":{"type":"number","format":"double"}}}},"document":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"entryNo":{"type":"integer","format":"int32"},"guid":{"type":"string"},"apiReference":{"type":"string"},"sourceGuid":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"contentTypeCode":{"type":"string"},"uploadedViaCore":{"type":"boolean"},"hasContentInCore":{"type":"boolean"}}}},"tagEntry":{"type":"array","items":{"type":"object","properties":{"tag":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}},"accountDisbursement":{"type":"array","items":{"type":"object","properties":{"recipientType":{"type":"string"},"recipientNo":{"type":"string"},"disbursementDate":{"type":"string","format":"date-time"},"payoutAmount":{"type":"number","format":"double"},"bankAccountNo":{"type":"string"},"kid":{"type":"string"},"messageToRecipient":{"type":"string"},"externalDocNo":{"type":"string"},"alreadyPaid":{"type":"boolean"},"increasePrincipal":{"type":"boolean"},"feeCode":{"type":"string"},"feeAmount":{"type":"number","format":"double"}}}},"accountPerson":{"type":"array","items":{"type":"object","properties":{"coreContactNo":{"type":"string"},"contactRoleCode":{"type":"string"},"roleType":{"type":"string"},"contactName":{"type":"string"},"contactLegalID":{"type":"string"}}}}}}},"accountInfoCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultAccountList\": {\r\n    \"accountInfo\": [\r\n      {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceApplicationID\": \"string\",\r\n        \"accountNo\": \"string\",\r\n        \"currencyCode\": \"string\",\r\n        \"mainContactNo\": \"string\",\r\n        \"mainContactLegalID\": \"string\",\r\n        \"mainContactName\": \"string\",\r\n        \"coSignerContactNo\": \"string\",\r\n        \"coSignerLegalID\": \"string\",\r\n        \"coSignerName\": \"string\",\r\n        \"sourceMainContactID\": \"string\",\r\n        \"sourceCoSignerContactID\": \"string\",\r\n        \"clientName\": \"string\",\r\n        \"clientAgreementNo\": \"string\",\r\n        \"districtName\": \"string\",\r\n        \"caseReference\": \"string\",\r\n        \"contractReference\": \"string\",\r\n        \"accountType\": \"string\",\r\n        \"accountSubtype\": \"string\",\r\n        \"accountDescription\": \"string\",\r\n        \"externalProductID\": \"string\",\r\n        \"productDescription\": \"string\",\r\n        \"productGroup\": \"string\",\r\n        \"accountStatusGroup\": \"string\",\r\n        \"accountStatus\": \"string\",\r\n        \"loanType\": \"string\",\r\n        \"lastInterestCapitalizationDate\": \"2026-06-01T00:00:00\",\r\n        \"initialNetLoanAmount\": 1.23,\r\n        \"interestGroupCode\": \"string\",\r\n        \"fixedRateExpiryDate\": \"2026-06-01T00:00:00\",\r\n        \"rateStructure\": \"string\",\r\n        \"interestRate\": 1.23,\r\n        \"customerRateMargin\": 1.23,\r\n        \"effectiveRate\": 1.23,\r\n        \"currentEffectiveRate\": 1.23,\r\n        \"bookedBalance\": 1.23,\r\n        \"availableBalance\": 1.23,\r\n        \"principalBalance\": 1.23,\r\n        \"openPrincipalPaymentBalance\": 1.23,\r\n        \"accruedInterest\": 1.23,\r\n        \"ongoingPayout\": 1.23,\r\n        \"openForRevolving\": true,\r\n        \"creditLimitAmount\": 1.23,\r\n        \"usedCreditAmount\": 1.23,\r\n        \"totalSecurityFaceValue\": 1.23,\r\n        \"remainingTerms\": 123,\r\n        \"originalTermLength\": 123,\r\n        \"currentTermLength\": 123,\r\n        \"nextDueDate\": \"2026-06-01T00:00:00\",\r\n        \"nextTermAmount\": 1.23,\r\n        \"nextTermMinAmount\": 1.23,\r\n        \"nextTermFee\": 1.23,\r\n        \"nextTermLengthInMonths\": 123,\r\n        \"additionalNextInvoice\": 1.23,\r\n        \"balanceDue\": 1.23,\r\n        \"startDate\": \"2026-06-01T00:00:00\",\r\n        \"nextAddProductAmount\": 1.23,\r\n        \"custBalanceOnCustomer\": 1.23,\r\n        \"custBalanceDueOnCustomer\": 1.23,\r\n        \"custBalanceOnClient\": 1.23,\r\n        \"custBalanceFinancedOnClient\": 1.23,\r\n        \"payInBBAN\": \"string\",\r\n        \"payInIBAN\": \"string\",\r\n        \"payInKID\": \"string\",\r\n        \"paymentBankAccountNo\": \"string\",\r\n        \"disbursementBankAccountNo\": \"string\",\r\n        \"replacedBy\": \"string\",\r\n        \"replaces\": \"string\",\r\n        \"accountEndDate\": \"2026-06-01T00:00:00\",\r\n        \"ltvRatio\": 1.23,\r\n        \"rateSetId\": 123,\r\n        \"creditFrameID\": \"string\",\r\n        \"myPageFrozen\": true,\r\n        \"securityInfo\": [\r\n          {\r\n            \"coreSecurityNo\": \"string\",\r\n            \"securityFaceValue\": 1.23,\r\n            \"precedingCollateral\": true,\r\n            \"externalFaceValue\": 1.23,\r\n            \"externalOustandingDebt\": 1.23,\r\n            \"external\": true,\r\n            \"externalPart\": \"string\",\r\n            \"type\": \"string\",\r\n            \"coreContactNo\": \"string\",\r\n            \"coreContactName\": \"string\",\r\n            \"registrationDocumentNo\": \"string\",\r\n            \"registrationDocumentYear\": \"string\",\r\n            \"registrationOfficeNo\": \"string\",\r\n            \"registrationRightNo\": \"string\",\r\n            \"objectInfo\": [\r\n              {\r\n                \"coreObjectNo\": \"string\",\r\n                \"coreParentObjectNo\": \"string\",\r\n                \"objectPropertyAddress\": \"string\",\r\n                \"objectPropertyZip\": \"string\",\r\n                \"objectPropertyLandNo\": \"string\",\r\n                \"objectPropertyLeaseNo\": \"string\",\r\n                \"objectPropertyMunicipalNo\": \"string\",\r\n                \"objectPropertyOrgNo\": \"string\",\r\n                \"objectPropertySectionNo\": \"string\",\r\n                \"objectPropertyShareNo\": \"string\",\r\n                \"objectPropertyUnitNo\": \"string\",\r\n                \"objectSubClassCode\": \"string\",\r\n                \"depotLastValuationDate\": \"2026-06-01T00:00:00\",\r\n                \"depotAdjustmentSource\": \"string\",\r\n                \"depotValidUntil\": \"2026-06-01T00:00:00\",\r\n                \"depotMunicipalityScore\": 123,\r\n                \"depotAreaScore\": 123,\r\n                \"depotAreaVacationScore\": 123,\r\n                \"depotCommonDebt\": 1.23,\r\n                \"depotCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n                \"depotDepreciationFactor\": 1.23,\r\n                \"depotValue\": 1.23,\r\n                \"depotValueFactor\": 1.23,\r\n                \"objectNewDate\": \"2026-06-01T00:00:00\",\r\n                \"objectClassCode\": \"string\",\r\n                \"objectConditionCode\": 123,\r\n                \"activeDebtStatement\": true,\r\n                \"ltvRatio\": 1.23,\r\n                \"objectContacts\": [\r\n                  {\r\n                    \"contactSSN\": \"string\",\r\n                    \"coreContactNo\": \"string\",\r\n                    \"ownerShare\": 1.23\r\n                  }\r\n                ],\r\n                \"insuranceInfo\": [\r\n                  {\r\n                    \"policyNo\": \"string\",\r\n                    \"insuranceVATRegNo\": \"string\",\r\n                    \"description\": \"string\",\r\n                    \"insuranceCompanyName\": \"string\"\r\n                  }\r\n                ]\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"additionalProduct\": [\r\n          {\r\n            \"agreementNo\": 123,\r\n            \"productCode\": \"string\",\r\n            \"description\": \"string\",\r\n            \"invoiceDescription\": \"string\",\r\n            \"startDate\": \"2026-06-01T00:00:00\",\r\n            \"stopDate\": \"2026-06-01T00:00:00\",\r\n            \"price\": 1.23\r\n          }\r\n        ],\r\n        \"document\": [\r\n          {\r\n            \"type\": \"string\",\r\n            \"entryNo\": 123,\r\n            \"guid\": \"string\",\r\n            \"apiReference\": \"string\",\r\n            \"sourceGuid\": \"string\",\r\n            \"title\": \"string\",\r\n            \"url\": \"string\",\r\n            \"contentTypeCode\": \"string\",\r\n            \"uploadedViaCore\": true,\r\n            \"hasContentInCore\": true\r\n          }\r\n        ],\r\n        \"tagEntry\": [\r\n          {\r\n            \"tag\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"attributes\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ],\r\n        \"accountDisbursement\": [\r\n          {\r\n            \"recipientType\": \"string\",\r\n            \"recipientNo\": \"string\",\r\n            \"disbursementDate\": \"2026-06-01T00:00:00\",\r\n            \"payoutAmount\": 1.23,\r\n            \"bankAccountNo\": \"string\",\r\n            \"kid\": \"string\",\r\n            \"messageToRecipient\": \"string\",\r\n            \"externalDocNo\": \"string\",\r\n            \"alreadyPaid\": true,\r\n            \"increasePrincipal\": true,\r\n            \"feeCode\": \"string\",\r\n            \"feeAmount\": 1.23\r\n          }\r\n        ],\r\n        \"accountPerson\": [\r\n          {\r\n            \"coreContactNo\": \"string\",\r\n            \"contactRoleCode\": \"string\",\r\n            \"roleType\": \"string\",\r\n            \"contactName\": \"string\",\r\n            \"contactLegalID\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"accountInfoCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultAccountList":{"type":"object","properties":{"accountInfo":{"type":"array","items":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceApplicationID":{"type":"string"},"accountNo":{"type":"string"},"currencyCode":{"type":"string"},"mainContactNo":{"type":"string"},"mainContactLegalID":{"type":"string"},"mainContactName":{"type":"string"},"coSignerContactNo":{"type":"string"},"coSignerLegalID":{"type":"string"},"coSignerName":{"type":"string"},"sourceMainContactID":{"type":"string"},"sourceCoSignerContactID":{"type":"string"},"clientName":{"type":"string"},"clientAgreementNo":{"type":"string"},"districtName":{"type":"string"},"caseReference":{"type":"string"},"contractReference":{"type":"string"},"accountType":{"type":"string"},"accountSubtype":{"type":"string"},"accountDescription":{"type":"string"},"externalProductID":{"type":"string"},"productDescription":{"type":"string"},"productGroup":{"type":"string"},"accountStatusGroup":{"type":"string"},"accountStatus":{"type":"string"},"loanType":{"type":"string"},"lastInterestCapitalizationDate":{"type":"string","format":"date-time"},"initialNetLoanAmount":{"type":"number","format":"double"},"interestGroupCode":{"type":"string"},"fixedRateExpiryDate":{"type":"string","format":"date-time"},"rateStructure":{"type":"string"},"interestRate":{"type":"number","format":"double"},"customerRateMargin":{"type":"number","format":"double"},"effectiveRate":{"type":"number","format":"double"},"currentEffectiveRate":{"type":"number","format":"double"},"bookedBalance":{"type":"number","format":"double"},"availableBalance":{"type":"number","format":"double"},"principalBalance":{"type":"number","format":"double"},"openPrincipalPaymentBalance":{"type":"number","format":"double"},"accruedInterest":{"type":"number","format":"double"},"ongoingPayout":{"type":"number","format":"double"},"openForRevolving":{"type":"boolean"},"creditLimitAmount":{"type":"number","format":"double"},"usedCreditAmount":{"type":"number","format":"double"},"totalSecurityFaceValue":{"type":"number","format":"double"},"remainingTerms":{"type":"integer","format":"int32"},"originalTermLength":{"type":"integer","format":"int32"},"currentTermLength":{"type":"integer","format":"int32"},"nextDueDate":{"type":"string","format":"date-time"},"nextTermAmount":{"type":"number","format":"double"},"nextTermMinAmount":{"type":"number","format":"double"},"nextTermFee":{"type":"number","format":"double"},"nextTermLengthInMonths":{"type":"integer","format":"int32"},"additionalNextInvoice":{"type":"number","format":"double"},"balanceDue":{"type":"number","format":"double"},"startDate":{"type":"string","format":"date-time"},"nextAddProductAmount":{"type":"number","format":"double"},"custBalanceOnCustomer":{"type":"number","format":"double"},"custBalanceDueOnCustomer":{"type":"number","format":"double"},"custBalanceOnClient":{"type":"number","format":"double"},"custBalanceFinancedOnClient":{"type":"number","format":"double"},"payInBBAN":{"type":"string"},"payInIBAN":{"type":"string"},"payInKID":{"type":"string"},"paymentBankAccountNo":{"type":"string"},"disbursementBankAccountNo":{"type":"string"},"replacedBy":{"type":"string"},"replaces":{"type":"string"},"accountEndDate":{"type":"string","format":"date-time"},"ltvRatio":{"type":"number","format":"double"},"rateSetId":{"type":"integer","format":"int32"},"creditFrameID":{"type":"string"},"myPageFrozen":{"type":"boolean"},"securityInfo":{"type":"array","items":{"type":"object","properties":{"coreSecurityNo":{"type":"string"},"securityFaceValue":{"type":"number","format":"double"},"precedingCollateral":{"type":"boolean"},"externalFaceValue":{"type":"number","format":"double"},"externalOustandingDebt":{"type":"number","format":"double"},"external":{"type":"boolean"},"externalPart":{"type":"string"},"type":{"type":"string"},"coreContactNo":{"type":"string"},"coreContactName":{"type":"string"},"registrationDocumentNo":{"type":"string"},"registrationDocumentYear":{"type":"string"},"registrationOfficeNo":{"type":"string"},"registrationRightNo":{"type":"string"},"objectInfo":{"type":"array","items":{"type":"object","properties":{"coreObjectNo":{"type":"string"},"coreParentObjectNo":{"type":"string"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyOrgNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectSubClassCode":{"type":"string"},"depotLastValuationDate":{"type":"string","format":"date-time"},"depotAdjustmentSource":{"type":"string"},"depotValidUntil":{"type":"string","format":"date-time"},"depotMunicipalityScore":{"type":"integer","format":"int32"},"depotAreaScore":{"type":"integer","format":"int32"},"depotAreaVacationScore":{"type":"integer","format":"int32"},"depotCommonDebt":{"type":"number","format":"double"},"depotCommonDebtDate":{"type":"string","format":"date-time"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"objectNewDate":{"type":"string","format":"date-time"},"objectClassCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"activeDebtStatement":{"type":"boolean"},"ltvRatio":{"type":"number","format":"double"},"objectContacts":{"type":"array","items":{"type":"object","properties":{"contactSSN":{"type":"string"},"coreContactNo":{"type":"string"},"ownerShare":{"type":"number","format":"double"}}}},"insuranceInfo":{"type":"array","items":{"type":"object","properties":{"policyNo":{"type":"string"},"insuranceVATRegNo":{"type":"string"},"description":{"type":"string"},"insuranceCompanyName":{"type":"string"}}}}}}}}}},"additionalProduct":{"type":"array","items":{"type":"object","properties":{"agreementNo":{"type":"integer","format":"int32"},"productCode":{"type":"string"},"description":{"type":"string"},"invoiceDescription":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"stopDate":{"type":"string","format":"date-time"},"price":{"type":"number","format":"double"}}}},"document":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"entryNo":{"type":"integer","format":"int32"},"guid":{"type":"string"},"apiReference":{"type":"string"},"sourceGuid":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"contentTypeCode":{"type":"string"},"uploadedViaCore":{"type":"boolean"},"hasContentInCore":{"type":"boolean"}}}},"tagEntry":{"type":"array","items":{"type":"object","properties":{"tag":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}},"accountDisbursement":{"type":"array","items":{"type":"object","properties":{"recipientType":{"type":"string"},"recipientNo":{"type":"string"},"disbursementDate":{"type":"string","format":"date-time"},"payoutAmount":{"type":"number","format":"double"},"bankAccountNo":{"type":"string"},"kid":{"type":"string"},"messageToRecipient":{"type":"string"},"externalDocNo":{"type":"string"},"alreadyPaid":{"type":"boolean"},"increasePrincipal":{"type":"boolean"},"feeCode":{"type":"string"},"feeAmount":{"type":"number","format":"double"}}}},"accountPerson":{"type":"array","items":{"type":"object","properties":{"coreContactNo":{"type":"string"},"contactRoleCode":{"type":"string"},"roleType":{"type":"string"},"contactName":{"type":"string"},"contactLegalID":{"type":"string"}}}}}}},"accountInfoCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultAccountList\": {\r\n    \"accountInfo\": [\r\n      {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceApplicationID\": \"string\",\r\n        \"accountNo\": \"string\",\r\n        \"currencyCode\": \"string\",\r\n        \"mainContactNo\": \"string\",\r\n        \"mainContactLegalID\": \"string\",\r\n        \"mainContactName\": \"string\",\r\n        \"coSignerContactNo\": \"string\",\r\n        \"coSignerLegalID\": \"string\",\r\n        \"coSignerName\": \"string\",\r\n        \"sourceMainContactID\": \"string\",\r\n        \"sourceCoSignerContactID\": \"string\",\r\n        \"clientName\": \"string\",\r\n        \"clientAgreementNo\": \"string\",\r\n        \"districtName\": \"string\",\r\n        \"caseReference\": \"string\",\r\n        \"contractReference\": \"string\",\r\n        \"accountType\": \"string\",\r\n        \"accountSubtype\": \"string\",\r\n        \"accountDescription\": \"string\",\r\n        \"externalProductID\": \"string\",\r\n        \"productDescription\": \"string\",\r\n        \"productGroup\": \"string\",\r\n        \"accountStatusGroup\": \"string\",\r\n        \"accountStatus\": \"string\",\r\n        \"loanType\": \"string\",\r\n        \"lastInterestCapitalizationDate\": \"2026-06-01T00:00:00\",\r\n        \"initialNetLoanAmount\": 1.23,\r\n        \"interestGroupCode\": \"string\",\r\n        \"fixedRateExpiryDate\": \"2026-06-01T00:00:00\",\r\n        \"rateStructure\": \"string\",\r\n        \"interestRate\": 1.23,\r\n        \"customerRateMargin\": 1.23,\r\n        \"effectiveRate\": 1.23,\r\n        \"currentEffectiveRate\": 1.23,\r\n        \"bookedBalance\": 1.23,\r\n        \"availableBalance\": 1.23,\r\n        \"principalBalance\": 1.23,\r\n        \"openPrincipalPaymentBalance\": 1.23,\r\n        \"accruedInterest\": 1.23,\r\n        \"ongoingPayout\": 1.23,\r\n        \"openForRevolving\": true,\r\n        \"creditLimitAmount\": 1.23,\r\n        \"usedCreditAmount\": 1.23,\r\n        \"totalSecurityFaceValue\": 1.23,\r\n        \"remainingTerms\": 123,\r\n        \"originalTermLength\": 123,\r\n        \"currentTermLength\": 123,\r\n        \"nextDueDate\": \"2026-06-01T00:00:00\",\r\n        \"nextTermAmount\": 1.23,\r\n        \"nextTermMinAmount\": 1.23,\r\n        \"nextTermFee\": 1.23,\r\n        \"nextTermLengthInMonths\": 123,\r\n        \"additionalNextInvoice\": 1.23,\r\n        \"balanceDue\": 1.23,\r\n        \"startDate\": \"2026-06-01T00:00:00\",\r\n        \"nextAddProductAmount\": 1.23,\r\n        \"custBalanceOnCustomer\": 1.23,\r\n        \"custBalanceDueOnCustomer\": 1.23,\r\n        \"custBalanceOnClient\": 1.23,\r\n        \"custBalanceFinancedOnClient\": 1.23,\r\n        \"payInBBAN\": \"string\",\r\n        \"payInIBAN\": \"string\",\r\n        \"payInKID\": \"string\",\r\n        \"paymentBankAccountNo\": \"string\",\r\n        \"disbursementBankAccountNo\": \"string\",\r\n        \"replacedBy\": \"string\",\r\n        \"replaces\": \"string\",\r\n        \"accountEndDate\": \"2026-06-01T00:00:00\",\r\n        \"ltvRatio\": 1.23,\r\n        \"rateSetId\": 123,\r\n        \"creditFrameID\": \"string\",\r\n        \"myPageFrozen\": true,\r\n        \"securityInfo\": [\r\n          {\r\n            \"coreSecurityNo\": \"string\",\r\n            \"securityFaceValue\": 1.23,\r\n            \"precedingCollateral\": true,\r\n            \"externalFaceValue\": 1.23,\r\n            \"externalOustandingDebt\": 1.23,\r\n            \"external\": true,\r\n            \"externalPart\": \"string\",\r\n            \"type\": \"string\",\r\n            \"coreContactNo\": \"string\",\r\n            \"coreContactName\": \"string\",\r\n            \"registrationDocumentNo\": \"string\",\r\n            \"registrationDocumentYear\": \"string\",\r\n            \"registrationOfficeNo\": \"string\",\r\n            \"registrationRightNo\": \"string\",\r\n            \"objectInfo\": [\r\n              {\r\n                \"coreObjectNo\": \"string\",\r\n                \"coreParentObjectNo\": \"string\",\r\n                \"objectPropertyAddress\": \"string\",\r\n                \"objectPropertyZip\": \"string\",\r\n                \"objectPropertyLandNo\": \"string\",\r\n                \"objectPropertyLeaseNo\": \"string\",\r\n                \"objectPropertyMunicipalNo\": \"string\",\r\n                \"objectPropertyOrgNo\": \"string\",\r\n                \"objectPropertySectionNo\": \"string\",\r\n                \"objectPropertyShareNo\": \"string\",\r\n                \"objectPropertyUnitNo\": \"string\",\r\n                \"objectSubClassCode\": \"string\",\r\n                \"depotLastValuationDate\": \"2026-06-01T00:00:00\",\r\n                \"depotAdjustmentSource\": \"string\",\r\n                \"depotValidUntil\": \"2026-06-01T00:00:00\",\r\n                \"depotMunicipalityScore\": 123,\r\n                \"depotAreaScore\": 123,\r\n                \"depotAreaVacationScore\": 123,\r\n                \"depotCommonDebt\": 1.23,\r\n                \"depotCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n                \"depotDepreciationFactor\": 1.23,\r\n                \"depotValue\": 1.23,\r\n                \"depotValueFactor\": 1.23,\r\n                \"objectNewDate\": \"2026-06-01T00:00:00\",\r\n                \"objectClassCode\": \"string\",\r\n                \"objectConditionCode\": 123,\r\n                \"activeDebtStatement\": true,\r\n                \"ltvRatio\": 1.23,\r\n                \"objectContacts\": [\r\n                  {\r\n                    \"contactSSN\": \"string\",\r\n                    \"coreContactNo\": \"string\",\r\n                    \"ownerShare\": 1.23\r\n                  }\r\n                ],\r\n                \"insuranceInfo\": [\r\n                  {\r\n                    \"policyNo\": \"string\",\r\n                    \"insuranceVATRegNo\": \"string\",\r\n                    \"description\": \"string\",\r\n                    \"insuranceCompanyName\": \"string\"\r\n                  }\r\n                ]\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"additionalProduct\": [\r\n          {\r\n            \"agreementNo\": 123,\r\n            \"productCode\": \"string\",\r\n            \"description\": \"string\",\r\n            \"invoiceDescription\": \"string\",\r\n            \"startDate\": \"2026-06-01T00:00:00\",\r\n            \"stopDate\": \"2026-06-01T00:00:00\",\r\n            \"price\": 1.23\r\n          }\r\n        ],\r\n        \"document\": [\r\n          {\r\n            \"type\": \"string\",\r\n            \"entryNo\": 123,\r\n            \"guid\": \"string\",\r\n            \"apiReference\": \"string\",\r\n            \"sourceGuid\": \"string\",\r\n            \"title\": \"string\",\r\n            \"url\": \"string\",\r\n            \"contentTypeCode\": \"string\",\r\n            \"uploadedViaCore\": true,\r\n            \"hasContentInCore\": true\r\n          }\r\n        ],\r\n        \"tagEntry\": [\r\n          {\r\n            \"tag\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"attributes\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ],\r\n        \"accountDisbursement\": [\r\n          {\r\n            \"recipientType\": \"string\",\r\n            \"recipientNo\": \"string\",\r\n            \"disbursementDate\": \"2026-06-01T00:00:00\",\r\n            \"payoutAmount\": 1.23,\r\n            \"bankAccountNo\": \"string\",\r\n            \"kid\": \"string\",\r\n            \"messageToRecipient\": \"string\",\r\n            \"externalDocNo\": \"string\",\r\n            \"alreadyPaid\": true,\r\n            \"increasePrincipal\": true,\r\n            \"feeCode\": \"string\",\r\n            \"feeAmount\": 1.23\r\n          }\r\n        ],\r\n        \"accountPerson\": [\r\n          {\r\n            \"coreContactNo\": \"string\",\r\n            \"contactRoleCode\": \"string\",\r\n            \"roleType\": \"string\",\r\n            \"contactName\": \"string\",\r\n            \"contactLegalID\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"accountInfoCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}},"post":{"tags":["Accounts"],"summary":"Create Account","description":"TODO: Description","operationId":"CreateAccount","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"newAccountApplication":{"type":"object","properties":{"account":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceApplicationID":{"type":"string"},"sourceProductID":{"type":"string"},"accountTypeCode":{"type":"string"},"accountSubtypeCode":{"type":"string"},"accountDescription":{"type":"string"},"originationDate":{"type":"string","format":"date-time"},"startDate":{"type":"string","format":"date-time"},"contractTypeCode":{"type":"string"},"limitAmount":{"type":"number","format":"double"},"limitExpiryDate":{"type":"string","format":"date-time"},"dueDay":{"type":"integer","format":"int32"},"interestGroupCode":{"type":"string"},"fixedRateExpiryDate":{"type":"string","format":"date-time"},"baseInterestRate":{"type":"number","format":"double"},"nominalInterestRate":{"type":"number","format":"double"},"netLoanAmount":{"type":"number","format":"double"},"objectPrice":{"type":"number","format":"double"},"equityAmount":{"type":"number","format":"double"},"advancePaymentTotalExVAT":{"type":"number","format":"double"},"advancePaymentToOwnExVAT":{"type":"number","format":"double"},"vatRate":{"type":"number","format":"double"},"contractDocTitle":{"type":"string"},"contractDocURL":{"type":"string"},"requireDirectDebit":{"type":"boolean"},"directDebitAccountNo":{"type":"string"},"directDebitAmountLimit":{"type":"number","format":"double"},"initiateDirectDebit":{"type":"boolean"},"iban":{"type":"string"},"directDebitMandateID":{"type":"string"},"reasonCode":{"type":"string"},"clientAdmAgreement":{"type":"string"},"districtName":{"type":"string"},"factoringInvoiceLimit":{"type":"number","format":"double"},"disbursementBankAccountNo":{"type":"string"},"principalFreeTerms":{"type":"integer","format":"int32"},"commitmentFeePercent":{"type":"number","format":"double"},"transparencyCode":{"type":"string"},"caseReference":{"type":"string"},"contractReference":{"type":"string"},"creditFrameID":{"type":"string"},"contactAddressCode":{"type":"string"},"interimCalculation":{"type":"string"},"additionalInterimInterest":{"type":"number","format":"double"},"prepaymentInterimInterest":{"type":"number","format":"double"},"prepaymentFee":{"type":"number","format":"double"},"locAccountNo":{"type":"string"},"signedDate":{"type":"string","format":"date-time"},"leasingContract":{"type":"object","properties":{"automaticBuyout":{"type":"boolean"},"residualValueAmount":{"type":"number","format":"double"},"residualValueContactID":{"type":"string"},"allowedUsage":{"type":"number","format":"double"},"usageType":{"type":"integer","format":"int32"},"excessUsagePrice":{"type":"number","format":"double"},"entrypointVAT":{"type":"number","format":"double"},"registrationTax":{"type":"number","format":"double"},"vatAmount":{"type":"number","format":"double"},"vatReversalMethod":{"type":"string"},"vatReversalContactID":{"type":"string"},"extCommissionReceiverID":{"type":"string"},"extCommissionShare":{"type":"number","format":"double"},"extensionRentShare":{"type":"number","format":"double"}}},"tag":{"type":"array","items":{"type":"object","properties":{"tagCode":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"},"tagExireDate":{"type":"string","format":"date-time"},"tagComment":{"type":"string"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}}}},"accountComment":{"type":"array","items":{"type":"object","properties":{"userID":{"type":"string"},"date":{"type":"string","format":"date-time"},"comment":{"type":"array","items":{"type":"string"}}}}},"accountDimension":{"type":"array","items":{"type":"object","properties":{"dimensionCode":{"type":"string"},"dimensionValue":{"type":"string"},"dimensionDescription":{"type":"string"}}}},"product":{"type":"object","properties":{"sourceProductID":{"type":"string"},"productName":{"type":"string"}}},"paymentSeries":{"type":"array","items":{"type":"object","properties":{"legNo":{"type":"integer","format":"int32"},"termLength":{"type":"integer","format":"int32"},"termCount":{"type":"integer","format":"int32"},"minAmountTermCount":{"type":"integer","format":"int32"},"minAmountTermCountMax":{"type":"integer","format":"int32"},"rateType":{"type":"integer","format":"int32"},"termDue":{"type":"integer","format":"int32"},"amortization":{"type":"integer","format":"int32"},"interestRate":{"type":"number","format":"double"},"startBalance":{"type":"number","format":"double"},"endBalance":{"type":"number","format":"double"},"termFee":{"type":"number","format":"double"},"netTermAmount":{"type":"number","format":"double"},"grossTermAmount":{"type":"number","format":"double"}}}},"contact":{"type":"array","items":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceContactID":{"type":"string"},"contactRoleCode":{"type":"string"},"otherRole":{"type":"string"},"accountShare":{"type":"number","format":"double"},"organizationNo":{"type":"string"},"socialSecurityNo":{"type":"string"},"dateOfBirthOrReg":{"type":"string","format":"date-time"},"sectorCode":{"type":"string"},"economicActivityCode":{"type":"string"},"legalEntityTypeCode":{"type":"string"},"companyName":{"type":"string"},"firstName":{"type":"string"},"middleName":{"type":"string"},"surname":{"type":"string"},"salutationCode":{"type":"string"},"jobTitle":{"type":"string"},"eMail":{"type":"string"},"invoiceEMail":{"type":"string"},"reminderEMail":{"type":"string"},"phoneNo":{"type":"string"},"mobilePhoneNo":{"type":"string"},"nationalityCode":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"streetType":{"type":"string"},"careOf":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"region":{"type":"string"},"countryCode":{"type":"string"},"languageCode":{"type":"string"},"guarantorType":{"type":"string"},"guarantorAmount":{"type":"number","format":"double"},"guarantorExpiryDate":{"type":"string","format":"date-time"},"bankAccountNo":{"type":"string"},"bankAccountOwnershipVerified":{"type":"boolean"},"bankAccountOwnershipVerificationComment":{"type":"string"},"amlCustomerID":{"type":"string"},"pep":{"type":"string"},"riskLevelAML":{"type":"string"},"customerPD":{"type":"number","format":"double"},"riskClass":{"type":"string"},"riskGroup":{"type":"string"},"tag":{"type":"array","items":{"type":"object","properties":{"tagCode":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}},"altAddress":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"isPrimary":{"type":"boolean"},"companyName":{"type":"string"},"companyName2":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"postCode":{"type":"string"},"county":{"type":"string"},"city":{"type":"string"},"countryRegionCode":{"type":"string"},"mobilePhoneNo":{"type":"string"},"phoneNo":{"type":"string"},"eMail":{"type":"string"},"searchEMail":{"type":"string"},"sourceID":{"type":"string"}}}},"citizenshipCode":{"type":"array","items":{"type":"string"}},"taxIdentification":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string"},"taxIdNumber":{"type":"string"}}}},"additionalInformation":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}},"kycAnswer":{"type":"array","items":{"type":"object","properties":{"questionID":{"type":"string"},"answer":{"type":"string"},"timestamp":{"type":"string"}}}},"dateOfLastKYC":{"type":"string"},"contactPreferences":{"type":"object","properties":{"optOutOfEcommunication":{"type":"boolean"},"text":{"type":"array","items":{"type":"string"}}}}}}},"disbursement":{"type":"array","items":{"type":"object","properties":{"sourceDisbursementID":{"type":"string"},"recipientType":{"type":"string"},"recipientNo":{"type":"string"},"coreAccountNo":{"type":"string"},"bankAccountNo":{"type":"string"},"paymentDate":{"type":"string","format":"date-time"},"currency":{"type":"string"},"amount":{"type":"number","format":"double"},"adjustPrepaymentAmount":{"type":"number","format":"double"},"adjustAdvancePaymentAmount":{"type":"number","format":"double"},"vatFreeAmount":{"type":"number","format":"double"},"handlingFee":{"type":"number","format":"double"},"acquisition":{"type":"boolean"},"sourceObjectID":{"type":"string"},"externalDocNo":{"type":"string"},"paymentReference":{"type":"string"},"paymentText":{"type":"string"},"approval":{"type":"array","items":{"type":"object","properties":{"approverSSN":{"type":"string"},"authenticationMethod":{"type":"string"},"authenticationReference__SECRET":{"type":"string"},"authorizationTimestamp":{"type":"integer","format":"int64"},"authorizationClientInfo":{"type":"string"}}}}}}},"commission":{"type":"array","items":{"type":"object","properties":{"sourceCommissionID":{"type":"string"},"commissionTypeCode":{"type":"string"},"commissionCode":{"type":"string"},"commissionRecipient":{"type":"string"},"commissionRecipientID":{"type":"string"},"commissionBaseType":{"type":"string"},"commissionAmount":{"type":"number","format":"double"},"commissionValueType":{"type":"string"},"commissionValue":{"type":"number","format":"double"},"commissionMargin":{"type":"number","format":"double"},"commissionFirstTerm":{"type":"integer","format":"int32"},"commissionTermCount":{"type":"number","format":"double"},"commissionCommissionShare":{"type":"number","format":"double"}}}},"fee":{"type":"array","items":{"type":"object","properties":{"sourceFeeID":{"type":"string"},"feeTypeCode":{"type":"string"},"feeCode":{"type":"string"},"feeAmountType":{"type":"string"},"feeAmount":{"type":"number","format":"double"},"feeValueType":{"type":"string"},"feeValue":{"type":"number","format":"double"},"includeInInterestCalc":{"type":"boolean"},"feeIsFinanced":{"type":"boolean"},"printGroup":{"type":"string"}}}},"brand":{"type":"array","items":{"type":"object","properties":{"brandCode":{"type":"string"},"brandOrgNo":{"type":"string"},"brandCompany":{"type":"string"}}}},"additionalProduct":{"type":"array","items":{"type":"object","properties":{"productCode":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"priceCalcType":{"type":"string"},"priceCalcValue":{"type":"number","format":"double"},"consentDate":{"type":"string","format":"date-time"},"freeTerms":{"type":"integer","format":"int32"},"minimumPrice":{"type":"number","format":"double"},"priceRate":{"type":"number","format":"double"},"costRate":{"type":"number","format":"double"},"printGroup":{"type":"string"}}}},"object":{"type":"array","items":{"type":"object","properties":{"coreObjectNo":{"type":"string"},"coreParentObjectNo":{"type":"string"},"sourceObjectID":{"type":"string"},"sourceParentObjectID":{"type":"string"},"objectIdNumber":{"type":"string"},"objectDescription":{"type":"string"},"objectDescriptionLong":{"type":"string"},"objectMake":{"type":"string"},"vehicleType":{"type":"string"},"objectModel":{"type":"string"},"objectEngine":{"type":"string"},"objectYear":{"type":"integer","format":"int32"},"licensePlate":{"type":"string"},"objectIsFinanced":{"type":"boolean"},"installationInfo":{"type":"string"},"insuranceOrgNo":{"type":"string"},"insuranceCompanyName":{"type":"string"},"usageAddress":{"type":"string"},"greenObject":{"type":"boolean"},"objectGroupCode":{"type":"string"},"objectSubgroupCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyOrganizationNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"partialObligationNo":{"type":"string"},"apartmentNo":{"type":"string"},"objectPrice":{"type":"number","format":"double"},"objectListPrice":{"type":"number","format":"double"},"vatF90":{"type":"boolean"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotDate":{"type":"string","format":"date-time"},"depotPropertyCommonDebt":{"type":"number","format":"double"},"depotPropertyCommonDebtDate":{"type":"string","format":"date-time"},"depotPropertyAreaScore":{"type":"integer","format":"int32"},"depotPropertyMunicipalityScore":{"type":"integer","format":"int32"},"depotPropertyAreaVactionScore":{"type":"integer","format":"int32"},"propertyLevelCode":{"type":"string"},"objectEquityFactor":{"type":"number","format":"double"},"objectValue":{"type":"number","format":"double"},"objectValueFactor":{"type":"number","format":"double"},"objectSpecification":{"type":"string"},"objectContacts":{"type":"array","items":{"type":"object","properties":{"sourceContactID":{"type":"string"},"ownerShare":{"type":"number","format":"double"}}}},"objectAttributes":{"type":"array","items":{"type":"object","properties":{"attribute":{"type":"string"},"value":{"type":"string"}}}},"objectMatrices":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"usageUnit":{"type":"string"},"valueUnit":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"month":{"type":"integer","format":"int32"},"usage":{"type":"integer","format":"int32"},"value":{"type":"number","format":"double"}}}}}}}}}},"insurancePolicy":{"type":"array","items":{"type":"object","properties":{"sourceInsuranceID":{"type":"string"},"effectiveDate":{"type":"string","format":"date-time"},"expirationDate":{"type":"string","format":"date-time"},"policyNo":{"type":"string"},"annualPremium":{"type":"number","format":"double"},"policyCoverage":{"type":"number","format":"double"},"receivedDate":{"type":"string","format":"date-time"},"totalValueInsured":{"type":"number","format":"double"},"coverageType":{"type":"string"},"insuranceVendorNo":{"type":"string"},"insuranceContactNo":{"type":"string"},"description":{"type":"string"},"fixedAssetObject":{"type":"string"},"document":{"type":"string"},"documentType":{"type":"string"},"documentTypeDescription":{"type":"string"},"documentTitle":{"type":"string"},"documentURL":{"type":"string"},"documentFileType":{"type":"string"},"documentShowOnMyPage":{"type":"boolean"},"objectInsurance":{"type":"array","items":{"type":"object","properties":{"sourceObjectID":{"type":"string"},"policyNo":{"type":"string"},"insuranceContactNo":{"type":"string"}}}}}}},"security":{"type":"array","items":{"type":"object","properties":{"coreSecurityID":{"type":"string"},"sourceSecurityID":{"type":"string"},"sourceObjectID":{"type":"string"},"sourceContactID":{"type":"string"},"securityTypeCode":{"type":"string"},"securityFaceValue":{"type":"number","format":"double"},"securityExpirationDate":{"type":"string","format":"date-time"},"securityOrderOfPriority":{"type":"string"},"securityOfficialRegistrationDocNo":{"type":"string"},"securityRegistrationDocID":{"type":"string"},"securityExternal":{"type":"boolean"},"securityExternalFaceValue":{"type":"number","format":"double"},"securityExternalOutstandingDebt":{"type":"number","format":"double"},"securityExternalPart":{"type":"string"},"securityPriorityAmount":{"type":"number","format":"double"},"securityPriorityEqualToAmount":{"type":"number","format":"double"},"securityDescription":{"type":"string"},"securityRegistrationDate":{"type":"string","format":"date-time"},"registrationDocumentNo":{"type":"string"},"registrationDocumentYear":{"type":"string"},"registrationOfficeNo":{"type":"string"},"registrationRightNo":{"type":"string"},"securityTypeText":{"type":"string"},"collectiveSecurity":{"type":"boolean"},"collectiveSecurityComplete":{"type":"boolean"},"documentHolder":{"type":"string"},"securityContacts":{"type":"array","items":{"type":"object","properties":{"sourceContactID":{"type":"string"},"ownerShare":{"type":"number","format":"double"}}}},"tag":{"type":"array","items":{"type":"object","properties":{"tagCode":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"},"sourceSecurityID":{"type":"string"}}}}}}},"securityObject":{"type":"array","items":{"type":"object","properties":{"sourceObjectID":{"type":"string"},"sourceSecurityID":{"type":"string"},"priority":{"type":"integer","format":"int32"},"originalFaceValue":{"type":"number","format":"double"}}}},"accountDocument":{"type":"array","items":{"type":"object","properties":{"sentForReservation":{"type":"boolean"},"sourceDocumentGUID":{"type":"string"},"documentType":{"type":"string"},"documentTitle":{"type":"string"},"documentURL":{"type":"string"},"documentContent":{"type":"string"},"documentContentFileType":{"type":"string"},"showInMyPage":{"type":"boolean"},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}}}}},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"Default - Raw":{"description":"","value":"{\r\n  \"newAccountApplication\": {\r\n    \"account\": {\r\n      \"sourceSystemCode\": \"string\",\r\n      \"sourceApplicationID\": \"string\",\r\n      \"sourceProductID\": \"string\",\r\n      \"accountTypeCode\": \"string\",\r\n      \"accountSubtypeCode\": \"string\",\r\n      \"accountDescription\": \"string\",\r\n      \"originationDate\": \"2026-06-01T00:00:00\",\r\n      \"startDate\": \"2026-06-01T00:00:00\",\r\n      \"contractTypeCode\": \"string\",\r\n      \"limitAmount\": 1.23,\r\n      \"limitExpiryDate\": \"2026-06-01T00:00:00\",\r\n      \"dueDay\": 123,\r\n      \"interestGroupCode\": \"string\",\r\n      \"fixedRateExpiryDate\": \"2026-06-01T00:00:00\",\r\n      \"baseInterestRate\": 1.23,\r\n      \"nominalInterestRate\": 1.23,\r\n      \"netLoanAmount\": 1.23,\r\n      \"objectPrice\": 1.23,\r\n      \"equityAmount\": 1.23,\r\n      \"advancePaymentTotalExVAT\": 1.23,\r\n      \"advancePaymentToOwnExVAT\": 1.23,\r\n      \"vatRate\": 1.23,\r\n      \"contractDocTitle\": \"string\",\r\n      \"contractDocURL\": \"string\",\r\n      \"requireDirectDebit\": true,\r\n      \"directDebitAccountNo\": \"string\",\r\n      \"directDebitAmountLimit\": 1.23,\r\n      \"initiateDirectDebit\": true,\r\n      \"iban\": \"string\",\r\n      \"directDebitMandateID\": \"string\",\r\n      \"reasonCode\": \"string\",\r\n      \"clientAdmAgreement\": \"string\",\r\n      \"districtName\": \"string\",\r\n      \"factoringInvoiceLimit\": 1.23,\r\n      \"disbursementBankAccountNo\": \"string\",\r\n      \"principalFreeTerms\": 123,\r\n      \"commitmentFeePercent\": 1.23,\r\n      \"transparencyCode\": \"string\",\r\n      \"caseReference\": \"string\",\r\n      \"contractReference\": \"string\",\r\n      \"creditFrameID\": \"string\",\r\n      \"contactAddressCode\": \"string\",\r\n      \"interimCalculation\": \"string\",\r\n      \"additionalInterimInterest\": 1.23,\r\n      \"prepaymentInterimInterest\": 1.23,\r\n      \"prepaymentFee\": 1.23,\r\n      \"locAccountNo\": \"string\",\r\n      \"signedDate\": \"2026-06-01T00:00:00\",\r\n      \"leasingContract\": {\r\n        \"automaticBuyout\": true,\r\n        \"residualValueAmount\": 1.23,\r\n        \"residualValueContactID\": \"string\",\r\n        \"allowedUsage\": 1.23,\r\n        \"usageType\": 123,\r\n        \"excessUsagePrice\": 1.23,\r\n        \"entrypointVAT\": 1.23,\r\n        \"registrationTax\": 1.23,\r\n        \"vatAmount\": 1.23,\r\n        \"vatReversalMethod\": \"string\",\r\n        \"vatReversalContactID\": \"string\",\r\n        \"extCommissionReceiverID\": \"string\",\r\n        \"extCommissionShare\": 1.23,\r\n        \"extensionRentShare\": 1.23\r\n      },\r\n      \"tag\": [\r\n        {\r\n          \"tagCode\": \"string\",\r\n          \"description\": \"string\",\r\n          \"expireDate\": \"2026-06-01T00:00:00\",\r\n          \"tagExireDate\": \"2026-06-01T00:00:00\",\r\n          \"tagComment\": \"string\"\r\n        }\r\n      ],\r\n      \"attributes\": [\r\n        {\r\n          \"code\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ]\r\n    },\r\n    \"accountComment\": [\r\n      {\r\n        \"userID\": \"string\",\r\n        \"date\": \"2026-06-01T00:00:00\",\r\n        \"comment\": [\r\n          \"string\"\r\n        ]\r\n      }\r\n    ],\r\n    \"accountDimension\": [\r\n      {\r\n        \"dimensionCode\": \"string\",\r\n        \"dimensionValue\": \"string\",\r\n        \"dimensionDescription\": \"string\"\r\n      }\r\n    ],\r\n    \"product\": {\r\n      \"sourceProductID\": \"string\",\r\n      \"productName\": \"string\"\r\n    },\r\n    \"paymentSeries\": [\r\n      {\r\n        \"legNo\": 123,\r\n        \"termLength\": 123,\r\n        \"termCount\": 123,\r\n        \"minAmountTermCount\": 123,\r\n        \"minAmountTermCountMax\": 123,\r\n        \"rateType\": 123,\r\n        \"termDue\": 123,\r\n        \"amortization\": 123,\r\n        \"interestRate\": 1.23,\r\n        \"startBalance\": 1.23,\r\n        \"endBalance\": 1.23,\r\n        \"termFee\": 1.23,\r\n        \"netTermAmount\": 1.23,\r\n        \"grossTermAmount\": 1.23\r\n      }\r\n    ],\r\n    \"contact\": [\r\n      {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceContactID\": \"string\",\r\n        \"contactRoleCode\": \"string\",\r\n        \"otherRole\": \"string\",\r\n        \"accountShare\": 1.23,\r\n        \"organizationNo\": \"string\",\r\n        \"socialSecurityNo\": \"string\",\r\n        \"dateOfBirthOrReg\": \"2026-06-01T00:00:00\",\r\n        \"sectorCode\": \"string\",\r\n        \"economicActivityCode\": \"string\",\r\n        \"legalEntityTypeCode\": \"string\",\r\n        \"companyName\": \"string\",\r\n        \"firstName\": \"string\",\r\n        \"middleName\": \"string\",\r\n        \"surname\": \"string\",\r\n        \"salutationCode\": \"string\",\r\n        \"jobTitle\": \"string\",\r\n        \"eMail\": \"string\",\r\n        \"invoiceEMail\": \"string\",\r\n        \"reminderEMail\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"mobilePhoneNo\": \"string\",\r\n        \"nationalityCode\": \"string\",\r\n        \"address\": \"string\",\r\n        \"address2\": \"string\",\r\n        \"streetType\": \"string\",\r\n        \"careOf\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"region\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"languageCode\": \"string\",\r\n        \"guarantorType\": \"string\",\r\n        \"guarantorAmount\": 1.23,\r\n        \"guarantorExpiryDate\": \"2026-06-01T00:00:00\",\r\n        \"bankAccountNo\": \"string\",\r\n        \"bankAccountOwnershipVerified\": true,\r\n        \"bankAccountOwnershipVerificationComment\": \"string\",\r\n        \"amlCustomerID\": \"string\",\r\n        \"pep\": \"string\",\r\n        \"riskLevelAML\": \"string\",\r\n        \"customerPD\": 1.23,\r\n        \"riskClass\": \"string\",\r\n        \"riskGroup\": \"string\",\r\n        \"tag\": [\r\n          {\r\n            \"tagCode\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"attributes\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ],\r\n        \"altAddress\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"isPrimary\": true,\r\n            \"companyName\": \"string\",\r\n            \"companyName2\": \"string\",\r\n            \"address\": \"string\",\r\n            \"address2\": \"string\",\r\n            \"postCode\": \"string\",\r\n            \"county\": \"string\",\r\n            \"city\": \"string\",\r\n            \"countryRegionCode\": \"string\",\r\n            \"mobilePhoneNo\": \"string\",\r\n            \"phoneNo\": \"string\",\r\n            \"eMail\": \"string\",\r\n            \"searchEMail\": \"string\",\r\n            \"sourceID\": \"string\"\r\n          }\r\n        ],\r\n        \"citizenshipCode\": [\r\n          \"string\"\r\n        ],\r\n        \"taxIdentification\": [\r\n          {\r\n            \"countryCode\": \"string\",\r\n            \"taxIdNumber\": \"string\"\r\n          }\r\n        ],\r\n        \"additionalInformation\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ],\r\n        \"kycAnswer\": [\r\n          {\r\n            \"questionID\": \"string\",\r\n            \"answer\": \"string\",\r\n            \"timestamp\": \"string\"\r\n          }\r\n        ],\r\n        \"dateOfLastKYC\": \"2026-06-01T00:00:00\",\r\n        \"contactPreferences\": {\r\n          \"optOutOfEcommunication\": true,\r\n          \"text\": [\r\n            \"string\"\r\n          ]\r\n        }\r\n      }\r\n    ],\r\n    \"disbursement\": [\r\n      {\r\n        \"sourceDisbursementID\": \"string\",\r\n        \"recipientType\": \"string\",\r\n        \"recipientNo\": \"string\",\r\n        \"coreAccountNo\": \"string\",\r\n        \"bankAccountNo\": \"string\",\r\n        \"paymentDate\": \"2026-06-01T00:00:00\",\r\n        \"currency\": \"string\",\r\n        \"amount\": 1.23,\r\n        \"adjustPrepaymentAmount\": 1.23,\r\n        \"adjustAdvancePaymentAmount\": 1.23,\r\n        \"vatFreeAmount\": 1.23,\r\n        \"handlingFee\": 1.23,\r\n        \"acquisition\": true,\r\n        \"sourceObjectID\": \"string\",\r\n        \"externalDocNo\": \"string\",\r\n        \"paymentReference\": \"string\",\r\n        \"paymentText\": \"string\",\r\n        \"approval\": [\r\n          {\r\n            \"approverSSN\": \"string\",\r\n            \"authenticationMethod\": \"string\",\r\n            \"authenticationReference__SECRET\": \"string\",\r\n            \"authorizationTimestamp\": 123,\r\n            \"authorizationClientInfo\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"commission\": [\r\n      {\r\n        \"sourceCommissionID\": \"string\",\r\n        \"commissionTypeCode\": \"string\",\r\n        \"commissionCode\": \"string\",\r\n        \"commissionRecipient\": \"string\",\r\n        \"commissionRecipientID\": \"string\",\r\n        \"commissionBaseType\": \"string\",\r\n        \"commissionAmount\": 1.23,\r\n        \"commissionValueType\": \"string\",\r\n        \"commissionValue\": 1.23,\r\n        \"commissionMargin\": 1.23,\r\n        \"commissionFirstTerm\": 123,\r\n        \"commissionTermCount\": 1.23,\r\n        \"commissionCommissionShare\": 1.23\r\n      }\r\n    ],\r\n    \"fee\": [\r\n      {\r\n        \"sourceFeeID\": \"string\",\r\n        \"feeTypeCode\": \"string\",\r\n        \"feeCode\": \"string\",\r\n        \"feeAmountType\": \"string\",\r\n        \"feeAmount\": 1.23,\r\n        \"feeValueType\": \"string\",\r\n        \"feeValue\": 1.23,\r\n        \"includeInInterestCalc\": true,\r\n        \"feeIsFinanced\": true,\r\n        \"printGroup\": \"string\"\r\n      }\r\n    ],\r\n    \"brand\": [\r\n      {\r\n        \"brandCode\": \"string\",\r\n        \"brandOrgNo\": \"string\",\r\n        \"brandCompany\": \"string\"\r\n      }\r\n    ],\r\n    \"additionalProduct\": [\r\n      {\r\n        \"productCode\": \"string\",\r\n        \"startDate\": \"2026-06-01T00:00:00\",\r\n        \"endDate\": \"2026-06-01T00:00:00\",\r\n        \"priceCalcType\": \"string\",\r\n        \"priceCalcValue\": 1.23,\r\n        \"consentDate\": \"2026-06-01T00:00:00\",\r\n        \"freeTerms\": 123,\r\n        \"minimumPrice\": 1.23,\r\n        \"priceRate\": 1.23,\r\n        \"costRate\": 1.23,\r\n        \"printGroup\": \"string\"\r\n      }\r\n    ],\r\n    \"object\": [\r\n      {\r\n        \"coreObjectNo\": \"string\",\r\n        \"coreParentObjectNo\": \"string\",\r\n        \"sourceObjectID\": \"string\",\r\n        \"sourceParentObjectID\": \"string\",\r\n        \"objectIdNumber\": \"string\",\r\n        \"objectDescription\": \"string\",\r\n        \"objectDescriptionLong\": \"string\",\r\n        \"objectMake\": \"string\",\r\n        \"vehicleType\": \"string\",\r\n        \"objectModel\": \"string\",\r\n        \"objectEngine\": \"string\",\r\n        \"objectYear\": 123,\r\n        \"licensePlate\": \"string\",\r\n        \"objectIsFinanced\": true,\r\n        \"installationInfo\": \"string\",\r\n        \"insuranceOrgNo\": \"string\",\r\n        \"insuranceCompanyName\": \"string\",\r\n        \"usageAddress\": \"string\",\r\n        \"greenObject\": true,\r\n        \"objectGroupCode\": \"string\",\r\n        \"objectSubgroupCode\": \"string\",\r\n        \"objectConditionCode\": 123,\r\n        \"objectPropertyAddress\": \"string\",\r\n        \"objectPropertyZip\": \"string\",\r\n        \"objectPropertyLandNo\": \"string\",\r\n        \"objectPropertyUnitNo\": \"string\",\r\n        \"objectPropertyMunicipalNo\": \"string\",\r\n        \"objectPropertyLeaseNo\": \"string\",\r\n        \"objectPropertySectionNo\": \"string\",\r\n        \"objectPropertyOrganizationNo\": \"string\",\r\n        \"objectPropertyShareNo\": \"string\",\r\n        \"partialObligationNo\": \"string\",\r\n        \"apartmentNo\": \"string\",\r\n        \"objectPrice\": 1.23,\r\n        \"objectListPrice\": 1.23,\r\n        \"vatF90\": true,\r\n        \"depotValue\": 1.23,\r\n        \"depotValueFactor\": 1.23,\r\n        \"depotDepreciationFactor\": 1.23,\r\n        \"depotDate\": \"2026-06-01T00:00:00\",\r\n        \"depotPropertyCommonDebt\": 1.23,\r\n        \"depotPropertyCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n        \"depotPropertyAreaScore\": 123,\r\n        \"depotPropertyMunicipalityScore\": 123,\r\n        \"depotPropertyAreaVactionScore\": 123,\r\n        \"propertyLevelCode\": \"string\",\r\n        \"objectEquityFactor\": 1.23,\r\n        \"objectValue\": 1.23,\r\n        \"objectValueFactor\": 1.23,\r\n        \"objectSpecification\": \"string\",\r\n        \"objectContacts\": [\r\n          {\r\n            \"sourceContactID\": \"string\",\r\n            \"ownerShare\": 1.23\r\n          }\r\n        ],\r\n        \"objectAttributes\": [\r\n          {\r\n            \"attribute\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ],\r\n        \"objectMatrices\": [\r\n          {\r\n            \"type\": \"string\",\r\n            \"usageUnit\": \"string\",\r\n            \"valueUnit\": \"string\",\r\n            \"lines\": [\r\n              {\r\n                \"month\": 123,\r\n                \"usage\": 123,\r\n                \"value\": 1.23\r\n              }\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"insurancePolicy\": [\r\n      {\r\n        \"sourceInsuranceID\": \"string\",\r\n        \"effectiveDate\": \"2026-06-01T00:00:00\",\r\n        \"expirationDate\": \"2026-06-01T00:00:00\",\r\n        \"policyNo\": \"string\",\r\n        \"annualPremium\": 1.23,\r\n        \"policyCoverage\": 1.23,\r\n        \"receivedDate\": \"2026-06-01T00:00:00\",\r\n        \"totalValueInsured\": 1.23,\r\n        \"coverageType\": \"string\",\r\n        \"insuranceVendorNo\": \"string\",\r\n        \"insuranceContactNo\": \"string\",\r\n        \"description\": \"string\",\r\n        \"fixedAssetObject\": \"string\",\r\n        \"document\": \"string\",\r\n        \"documentType\": \"string\",\r\n        \"documentTypeDescription\": \"string\",\r\n        \"documentTitle\": \"string\",\r\n        \"documentURL\": \"string\",\r\n        \"documentFileType\": \"string\",\r\n        \"documentShowOnMyPage\": true,\r\n        \"objectInsurance\": [\r\n          {\r\n            \"sourceObjectID\": \"string\",\r\n            \"policyNo\": \"string\",\r\n            \"insuranceContactNo\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"security\": [\r\n      {\r\n        \"coreSecurityID\": \"string\",\r\n        \"sourceSecurityID\": \"string\",\r\n        \"sourceObjectID\": \"string\",\r\n        \"sourceContactID\": \"string\",\r\n        \"securityTypeCode\": \"string\",\r\n        \"securityFaceValue\": 1.23,\r\n        \"securityExpirationDate\": \"2026-06-01T00:00:00\",\r\n        \"securityOrderOfPriority\": \"string\",\r\n        \"securityOfficialRegistrationDocNo\": \"string\",\r\n        \"securityRegistrationDocID\": \"string\",\r\n        \"securityExternal\": true,\r\n        \"securityExternalFaceValue\": 1.23,\r\n        \"securityExternalOutstandingDebt\": 1.23,\r\n        \"securityExternalPart\": \"string\",\r\n        \"securityPriorityAmount\": 1.23,\r\n        \"securityPriorityEqualToAmount\": 1.23,\r\n        \"securityDescription\": \"string\",\r\n        \"securityRegistrationDate\": \"2026-06-01T00:00:00\",\r\n        \"registrationDocumentNo\": \"string\",\r\n        \"registrationDocumentYear\": \"string\",\r\n        \"registrationOfficeNo\": \"string\",\r\n        \"registrationRightNo\": \"string\",\r\n        \"securityTypeText\": \"string\",\r\n        \"collectiveSecurity\": true,\r\n        \"collectiveSecurityComplete\": true,\r\n        \"documentHolder\": \"string\",\r\n        \"securityContacts\": [\r\n          {\r\n            \"sourceContactID\": \"string\",\r\n            \"ownerShare\": 1.23\r\n          }\r\n        ],\r\n        \"tag\": [\r\n          {\r\n            \"tagCode\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\",\r\n            \"sourceSecurityID\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"securityObject\": [\r\n      {\r\n        \"sourceObjectID\": \"string\",\r\n        \"sourceSecurityID\": \"string\",\r\n        \"priority\": 123,\r\n        \"originalFaceValue\": 1.23\r\n      }\r\n    ],\r\n    \"accountDocument\": [\r\n      {\r\n        \"sentForReservation\": true,\r\n        \"sourceDocumentGUID\": \"string\",\r\n        \"documentType\": \"string\",\r\n        \"documentTitle\": \"string\",\r\n        \"documentURL\": \"string\",\r\n        \"documentContent\": \"string\",\r\n        \"documentContentFileType\": \"string\",\r\n        \"showInMyPage\": true,\r\n        \"attributes\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"},"Customer Finance Loan":{"description":"Create an installment loan account","value":"{\r\n  \"newAccountApplication\": {\r\n    \"account\": {\r\n      \"sourceSystemCode\": \"DEMO\",\r\n      \"sourceApplicationID\": \"Test57a354960005\",\r\n      \"accountTypeCode\": \"LOAN\",\r\n      \"accountSubtypeCode\": \"INSTALLMENT LOAN\",\r\n      \"originationDate\": \"2021-06-04T00:00:00\",\r\n      \"startDate\": \"2021-06-04T00:00:00\",\r\n      \"limitAmount\": 0.0,\r\n      \"limitExpiryDate\": \"0001-01-01T00:00:00\",\r\n      \"dueDay\": 28,\r\n      \"interestGroupCode\": \"FLYTENDE\",\r\n      \"fixedRateExpiryDate\": \"0001-01-01T00:00:00\",\r\n      \"baseInterestRate\": 9.99,\r\n      \"nominalInterestRate\": 9.99,\r\n      \"netLoanAmount\": 995000.0,\r\n      \"objectPrice\": 0.0,\r\n      \"equityAmount\": 0.0,\r\n      \"advancePaymentTotalExVAT\": 0.0,\r\n      \"advancePaymentToOwnExVAT\": 0.0,\r\n      \"vatRate\": 0.0,\r\n      \"requireDirectDebit\": false,\r\n      \"directDebitAmountLimit\": 0.0,\r\n      \"initiateDirectDebit\": false,\r\n      \"factoringInvoiceLimit\": 0.0,\r\n      \"principalFreeTerms\": 0,\r\n      \"commitmentFeePercent\": 0.0,\r\n      \"additionalInterimInterest\": 0.0,\r\n      \"prepaymentInterimInterest\": 0.0,\r\n      \"prepaymentFee\": 0.0,\r\n      \"signedDate\": \"0001-01-01T00:00:00\"\r\n    },\r\n    \"product\": {\r\n      \"sourceProductID\": \"FLEXILOAN\"\r\n    },\r\n    \"paymentSeries\": [\r\n      {\r\n        \"legNo\": 0,\r\n        \"termLength\": 1,\r\n        \"termCount\": 60,\r\n        \"minAmountTermCount\": 0,\r\n        \"minAmountTermCountMax\": 0,\r\n        \"rateType\": 0,\r\n        \"termDue\": 28,\r\n        \"amortization\": 0,\r\n        \"interestRate\": 9.99,\r\n        \"startBalance\": 995000.0,\r\n        \"endBalance\": 0.0,\r\n        \"termFee\": 74.99,\r\n        \"netTermAmount\": 0.0,\r\n        \"grossTermAmount\": 0.0\r\n      }\r\n    ],\r\n    \"contact\": [\r\n      {\r\n        \"sourceContactID\": \"Test57a354960005\",\r\n        \"contactRoleCode\": \"SIGNER\",\r\n        \"accountShare\": 0.0,\r\n        \"socialSecurityNo\": \"17059896083\",\r\n        \"dateOfBirthOrReg\": \"1923-11-13T00:00:00\",\r\n        \"economicActivityCode\": \"01460\",\r\n        \"firstName\": \"Ada\",\r\n        \"middleName\": \"Osa\",\r\n        \"surname\": \"Testen\",\r\n        \"eMail\": \"test@stacc.com\",\r\n        \"mobilePhoneNo\": \"98760005\",\r\n        \"nationalityCode\": \"NO\",\r\n        \"address\": \"Testgaten 123\",\r\n        \"address2\": \"\",\r\n        \"postCode\": \"5555\",\r\n        \"city\": \"Testby\",\r\n        \"countryCode\": \"NO\",\r\n        \"languageCode\": \"NOR\",\r\n        \"guarantorAmount\": 0.0,\r\n        \"guarantorExpiryDate\": \"0001-01-01T00:00:00\",\r\n        \"bankAccountNo\": \"17059896083\",\r\n        \"bankAccountOwnershipVerified\": false,\r\n        \"bankAccountOwnershipVerificationComment\": \"\",\r\n        \"pep\": \"2\",\r\n        \"riskLevelAML\": \"3\",\r\n        \"customerPD\": 0.0,\r\n        \"citizenshipCode\": [\r\n          \"NO\",\r\n          \"SE\",\r\n          \"FI\"\r\n        ],\r\n        \"taxIdentification\": [\r\n          {\r\n            \"countryCode\": \"NO\",\r\n            \"taxIdNumber\": \"00000000000\"\r\n          },\r\n          {\r\n            \"countryCode\": \"SE\",\r\n            \"taxIdNumber\": \"123456789\"\r\n          }\r\n        ],\r\n        \"kycAnswer\": [\r\n          {\r\n            \"questionID\": \"Q-HOUSEHOLD-YEARLY-INCOME\",\r\n            \"answer\": \"1500000\",\r\n            \"timestamp\": \"2021-06-02T10:00:13.8020664\"\r\n          },\r\n          {\r\n            \"questionID\": \"Q-TAX-ONLY-IN-NORWAY\",\r\n            \"answer\": \"Yes\",\r\n            \"timestamp\": \"2020-03-26T10:00:13.8020664\"\r\n          },\r\n          {\r\n            \"questionID\": \"Q-TEST-QUESTION\",\r\n            \"answer\": \"Test Answer\",\r\n            \"timestamp\": \"2021-06-02T10:00:13.8020664\"\r\n          }\r\n        ],\r\n        \"dateOfLastKYC\": \"0001-01-01T00:00:00\"\r\n      },\r\n      {\r\n        \"sourceContactID\": \"999888777\",\r\n        \"contactRoleCode\": \"BROKER\",\r\n        \"accountShare\": 0.0,\r\n        \"organizationNo\": \"999888777\",\r\n        \"dateOfBirthOrReg\": \"0001-01-01T00:00:00\",\r\n        \"companyName\": \"Test Broker AS\",\r\n        \"nationalityCode\": \"NO\",\r\n        \"countryCode\": \"NO\",\r\n        \"guarantorAmount\": 0.0,\r\n        \"guarantorExpiryDate\": \"0001-01-01T00:00:00\",\r\n        \"bankAccountOwnershipVerified\": false,\r\n        \"customerPD\": 0.0,\r\n        \"dateOfLastKYC\": \"0001-01-01T00:00:00\"\r\n      }\r\n    ],\r\n    \"disbursement\": [\r\n      {\r\n        \"sourceDisbursementID\": \"57a354960005\",\r\n        \"recipientType\": \"Customer\",\r\n        \"bankAccountNo\": \"18089349636\",\r\n        \"paymentDate\": \"2021-06-04T00:00:00\",\r\n        \"currency\": \"NOK\",\r\n        \"amount\": 995000.0,\r\n        \"adjustPrepaymentAmount\": 0.0,\r\n        \"adjustAdvancePaymentAmount\": 0.0,\r\n        \"vatFreeAmount\": 0.0,\r\n        \"handlingFee\": 0.0,\r\n        \"acquisition\": false\r\n      }\r\n    ],\r\n    \"fee\": [\r\n      {\r\n        \"feeTypeCode\": \"0\",\r\n        \"feeCode\": \"ETABLERING\",\r\n        \"feeAmountType\": \"Adm. gebyr\",\r\n        \"feeAmount\": 2999.0,\r\n        \"feeValue\": 0.0,\r\n        \"includeInInterestCalc\": true,\r\n        \"feeIsFinanced\": true\r\n      }\r\n    ],\r\n    \"accountDocument\": [\r\n      {\r\n        \"sentForReservation\": false,\r\n        \"sourceDocumentGUID\": \"5F8E86D5-2114-45C8-AA7F-AC51AF740005\",\r\n        \"documentType\": \"TESTDOC\",\r\n        \"documentTitle\": \"Test Document 0005\",\r\n        \"documentURL\": \"https://dummyurl.test/test001\",\r\n        \"documentContent\": \"\",\r\n        \"documentContentFileType\": \"\",\r\n        \"showInMyPage\": false\r\n      }\r\n    ]\r\n  }\r\n}"},"Mortgage - Single Signer":{"description":"Create a mortgage with a given property","value":"{\r\n  \"newAccountApplication\": {\r\n    \"account\": {\r\n      \"sourceSystemCode\": \"demo\",\r\n      \"sourceApplicationID\": \"Test2\",\r\n      \"accountTypeCode\": \"LOAN\",\r\n      \"accountSubtypeCode\": \"INSTALLMENTLOAN\",\r\n      \"accountDescription\": \"Gårdsveien55\",\r\n      \"originationDate\": \"2022-11-25T00:00:00\",\r\n      \"startDate\": \"2022-11-25T00:00:00\",\r\n      \"limitAmount\": 0.0,\r\n      \"limitExpiryDate\": \"0001-01-01T00:00:00\",\r\n      \"dueDay\": 28,\r\n      \"interestGroupCode\": \"LARGE\",\r\n      \"fixedRateExpiryDate\": \"0001-01-01T00:00:00\",\r\n      \"baseInterestRate\": 3.5,\r\n      \"nominalInterestRate\": 3.5,\r\n      \"netLoanAmount\": 2504000.0,\r\n      \"objectPrice\": 3400000.0,\r\n      \"equityAmount\": 800000.0,\r\n      \"advancePaymentTotalExVAT\": 0.0,\r\n      \"advancePaymentToOwnExVAT\": 0.0,\r\n      \"vatRate\": 0.0,\r\n      \"requireDirectDebit\": false,\r\n      \"directDebitAmountLimit\": 0.0,\r\n      \"initiateDirectDebit\": false,\r\n      \"factoringInvoiceLimit\": 0.0,\r\n      \"principalFreeTerms\": 0,\r\n      \"commitmentFeePercent\": 0.0,\r\n      \"additionalInterimInterest\": 0.0,\r\n      \"prepaymentInterimInterest\": 0.0,\r\n      \"prepaymentFee\": 0.0,\r\n      \"signedDate\": \"0001-01-01T00:00:00\"\r\n    },\r\n    \"product\": {\r\n      \"sourceProductID\": \"BOLIG\"\r\n    },\r\n    \"paymentSeries\": [\r\n      {\r\n        \"legNo\": 0,\r\n        \"termLength\": 1,\r\n        \"termCount\": 360,\r\n        \"minAmountTermCount\": 0,\r\n        \"minAmountTermCountMax\": 0,\r\n        \"rateType\": 0,\r\n        \"termDue\": 0,\r\n        \"amortization\": 0,\r\n        \"interestRate\": 3.5,\r\n        \"startBalance\": 2504000.0,\r\n        \"endBalance\": 0.0,\r\n        \"termFee\": 74.99,\r\n        \"netTermAmount\": 0.0,\r\n        \"grossTermAmount\": 0.0\r\n      }\r\n    ],\r\n    \"contact\": [\r\n      {\r\n        \"sourceContactID\": \"TEST57A35496020\",\r\n        \"contactRoleCode\": \"SIGNER\",\r\n        \"accountShare\": 0.0,\r\n        \"socialSecurityNo\": \"11065938334\",\r\n        \"dateOfBirthOrReg\": \"1996-09-26T00:00:00\",\r\n        \"economicActivityCode\": \"1460\",\r\n        \"firstName\": \"Espen\",\r\n        \"middleName\": \"\",\r\n        \"surname\": \"Espeland\",\r\n        \"eMail\": \"Espen-Espeland@stacc.com\",\r\n        \"mobilePhoneNo\": \"98760005\",\r\n        \"nationalityCode\": \"NO\",\r\n        \"address\": \"Gårdsveien55\",\r\n        \"address2\": \"\",\r\n        \"postCode\": \"5144\",\r\n        \"city\": \"Bergen\",\r\n        \"countryCode\": \"NO\",\r\n        \"languageCode\": \"NOR\",\r\n        \"guarantorAmount\": 0.0,\r\n        \"guarantorExpiryDate\": \"0001-01-01T00:00:00\",\r\n        \"bankAccountNo\": \"31073726738\",\r\n        \"bankAccountOwnershipVerified\": false,\r\n        \"bankAccountOwnershipVerificationComment\": \"\",\r\n        \"pep\": \"2\",\r\n        \"riskLevelAML\": \"3\",\r\n        \"customerPD\": 0.0,\r\n        \"citizenshipCode\": [\r\n          \"NO\",\r\n          \"SE\",\r\n          \"FI\"\r\n        ],\r\n        \"taxIdentification\": [\r\n          {\r\n            \"countryCode\": \"NO\",\r\n            \"taxIdNumber\": \"00000000000\"\r\n          },\r\n          {\r\n            \"countryCode\": \"SE\",\r\n            \"taxIdNumber\": \"123456789\"\r\n          }\r\n        ],\r\n        \"kycAnswer\": [\r\n          {\r\n            \"questionID\": \"Q-HOUSEHOLD-YEARLY-INCOME\",\r\n            \"answer\": \"1500000\",\r\n            \"timestamp\": \"2021-06-02T10:00:13.8020664\"\r\n          },\r\n          {\r\n            \"questionID\": \"Q-TAX-ONLY-IN-NORWAY\",\r\n            \"answer\": \"Yes\",\r\n            \"timestamp\": \"2020-03-26T10:00:13.8020664\"\r\n          },\r\n          {\r\n            \"questionID\": \"Q-TEST-QUESTION\",\r\n            \"answer\": \"TestAnswer\",\r\n            \"timestamp\": \"2021-06-02T10:00:13.8020664\"\r\n          }\r\n        ],\r\n        \"dateOfLastKYC\": \"0001-01-01T00:00:00\"\r\n      }\r\n    ],\r\n    \"disbursement\": [\r\n      {\r\n        \"sourceDisbursementID\": \"57a354960010\",\r\n        \"recipientType\": \"Customer\",\r\n        \"bankAccountNo\": \"18089349636\",\r\n        \"paymentDate\": \"2021-11-23T00:00:00\",\r\n        \"currency\": \"NOK\",\r\n        \"amount\": 2500000.0,\r\n        \"adjustPrepaymentAmount\": 0.0,\r\n        \"adjustAdvancePaymentAmount\": 0.0,\r\n        \"vatFreeAmount\": 0.0,\r\n        \"handlingFee\": 0.0,\r\n        \"acquisition\": false\r\n      }\r\n    ],\r\n    \"fee\": [\r\n      {\r\n        \"sourceFeeID\": \"123\",\r\n        \"feeCode\": \"TINGLYSING\",\r\n        \"feeAmount\": 4000.0,\r\n        \"feeValue\": 0.0,\r\n        \"includeInInterestCalc\": true,\r\n        \"feeIsFinanced\": true\r\n      }\r\n    ],\r\n    \"brand\": [\r\n      {\r\n        \"brandCode\": \"KASSA\",\r\n        \"brandOrgNo\": \"982759412\",\r\n        \"brandCompany\": \"KASSA\"\r\n      }\r\n    ],\r\n    \"object\": [\r\n      {\r\n        \"coreObjectNo\": \"\",\r\n        \"sourceObjectID\": \"123\",\r\n        \"objectDescription\": \"Gårdsveien55\",\r\n        \"objectDescriptionLong\": \"\",\r\n        \"objectYear\": 0,\r\n        \"objectIsFinanced\": false,\r\n        \"greenObject\": false,\r\n        \"objectGroupCode\": \"EIENDOM\",\r\n        \"objectSubgroupCode\": \"BOLIG\",\r\n        \"objectConditionCode\": 0,\r\n        \"objectPropertyAddress\": \"Gårdsveien55\",\r\n        \"objectPropertyZip\": \"5144\",\r\n        \"objectPropertyLandNo\": \"22\",\r\n        \"objectPropertyUnitNo\": \"421\",\r\n        \"objectPropertyMunicipalNo\": \"4601\",\r\n        \"objectPropertyLeaseNo\": \"0\",\r\n        \"objectPropertySectionNo\": \"0\",\r\n        \"objectPropertyOrganizationNo\": \"955805569\",\r\n        \"objectPropertyShareNo\": \"20\",\r\n        \"objectPrice\": 0.0,\r\n        \"objectListPrice\": 0.0,\r\n        \"vatF90\": false,\r\n        \"depotValue\": 3400000.0,\r\n        \"depotValueFactor\": 0.0,\r\n        \"depotDepreciationFactor\": 0.0,\r\n        \"depotDate\": \"2022-11-23T00:00:00\",\r\n        \"depotPropertyCommonDebt\": 150000.0,\r\n        \"depotPropertyCommonDebtDate\": \"2022-11-01T00:00:00\",\r\n        \"depotPropertyAreaScore\": 10,\r\n        \"depotPropertyMunicipalityScore\": 11,\r\n        \"depotPropertyAreaVactionScore\": 12,\r\n        \"objectEquityFactor\": 0.0,\r\n        \"objectValue\": 0.0,\r\n        \"objectValueFactor\": 0.0\r\n      }\r\n    ],\r\n    \"security\": [\r\n      {\r\n        \"sourceObjectID\": \"123\",\r\n        \"securityFaceValue\": 3100000.0,\r\n        \"securityExpirationDate\": \"2052-11-22T00:00:00\",\r\n        \"securityExternal\": false,\r\n        \"securityExternalFaceValue\": 0.0,\r\n        \"securityExternalOutstandingDebt\": 0.0,\r\n        \"securityPriorityAmount\": 0.0,\r\n        \"securityPriorityEqualToAmount\": 0.0,\r\n        \"securityRegistrationDate\": \"0001-01-01T00:00:00\",\r\n        \"registrationDocumentNo\": \"54\",\r\n        \"registrationDocumentYear\": \"2022\",\r\n        \"registrationOfficeNo\": \"55\",\r\n        \"registrationRightNo\": \"56\",\r\n        \"collectiveSecurity\": false,\r\n        \"collectiveSecurityComplete\": false\r\n      }\r\n    ],\r\n    \"accountDocument\": [\r\n      {\r\n        \"sentForReservation\": false,\r\n        \"sourceDocumentGUID\": \"5F8E86D5-2114-45C8-AA7F-AC51AF740040\",\r\n        \"documentType\": \"TESTDOC\",\r\n        \"documentTitle\": \"TestDocument0005\",\r\n        \"documentURL\": \"https://dummyurl.test/test001\",\r\n        \"documentContent\": \"\",\r\n        \"documentContentFileType\": \"\",\r\n        \"showInMyPage\": false\r\n      }\r\n    ]\r\n  }\r\n}"},"Mortgage - CoSigner":{"description":"Create a mortgage with a co-borrower on a given property","value":"{\r\n  \"newAccountApplication\": {\r\n    \"account\": {\r\n      \"sourceSystemCode\": \"demo\",\r\n      \"sourceApplicationID\": \"Test57a35496001030\",\r\n      \"accountTypeCode\": \"LOAN\",\r\n      \"accountSubtypeCode\": \"INSTALLMENTLOAN\",\r\n      \"accountDescription\": \"Thormøhlensgate53\",\r\n      \"originationDate\": \"2021-06-04T00:00:00\",\r\n      \"startDate\": \"2022-11-23T00:00:00\",\r\n      \"limitAmount\": 0.0,\r\n      \"limitExpiryDate\": \"0001-01-01T00:00:00\",\r\n      \"dueDay\": 28,\r\n      \"interestGroupCode\": \"LARGE\",\r\n      \"fixedRateExpiryDate\": \"0001-01-01T00:00:00\",\r\n      \"baseInterestRate\": 3.5,\r\n      \"nominalInterestRate\": 3.5,\r\n      \"netLoanAmount\": 2504000.0,\r\n      \"objectPrice\": 3100000.0,\r\n      \"equityAmount\": 600000.0,\r\n      \"advancePaymentTotalExVAT\": 0.0,\r\n      \"advancePaymentToOwnExVAT\": 0.0,\r\n      \"vatRate\": 0.0,\r\n      \"requireDirectDebit\": false,\r\n      \"directDebitAmountLimit\": 0.0,\r\n      \"initiateDirectDebit\": false,\r\n      \"factoringInvoiceLimit\": 0.0,\r\n      \"principalFreeTerms\": 0,\r\n      \"commitmentFeePercent\": 0.0,\r\n      \"additionalInterimInterest\": 0.0,\r\n      \"prepaymentInterimInterest\": 0.0,\r\n      \"prepaymentFee\": 0.0,\r\n      \"signedDate\": \"0001-01-01T00:00:00\"\r\n    },\r\n    \"product\": {\r\n      \"sourceProductID\": \"BOLIG\"\r\n    },\r\n    \"paymentSeries\": [\r\n      {\r\n        \"legNo\": 0,\r\n        \"termLength\": 1,\r\n        \"termCount\": 360,\r\n        \"minAmountTermCount\": 0,\r\n        \"minAmountTermCountMax\": 0,\r\n        \"rateType\": 0,\r\n        \"termDue\": 25,\r\n        \"amortization\": 0,\r\n        \"interestRate\": 3.5,\r\n        \"startBalance\": 2504000.0,\r\n        \"endBalance\": 0.0,\r\n        \"termFee\": 74.99,\r\n        \"netTermAmount\": 0.0,\r\n        \"grossTermAmount\": 0.0\r\n      }\r\n    ],\r\n    \"contact\": [\r\n      {\r\n        \"sourceContactID\": \"Test57a3549711\",\r\n        \"contactRoleCode\": \"SIGNER\",\r\n        \"accountShare\": 0.0,\r\n        \"socialSecurityNo\": \"22028719195\",\r\n        \"dateOfBirthOrReg\": \"1996-09-26T00:00:00\",\r\n        \"economicActivityCode\": \"1460\",\r\n        \"firstName\": \"Ola\",\r\n        \"middleName\": \"Signer\",\r\n        \"surname\": \"Nordmann\",\r\n        \"eMail\": \"test@stacc.com\",\r\n        \"mobilePhoneNo\": \"98760005\",\r\n        \"nationalityCode\": \"NO\",\r\n        \"address\": \"Thormøhlensgate53\",\r\n        \"address2\": \"\",\r\n        \"postCode\": \"5555\",\r\n        \"city\": \"Testby\",\r\n        \"countryCode\": \"NO\",\r\n        \"languageCode\": \"NOR\",\r\n        \"guarantorAmount\": 0.0,\r\n        \"guarantorExpiryDate\": \"0001-01-01T00:00:00\",\r\n        \"bankAccountNo\": \"31073726738\",\r\n        \"bankAccountOwnershipVerified\": false,\r\n        \"bankAccountOwnershipVerificationComment\": \"\",\r\n        \"pep\": \"2\",\r\n        \"riskLevelAML\": \"3\",\r\n        \"customerPD\": 0.0,\r\n        \"citizenshipCode\": [\r\n          \"NO\",\r\n          \"SE\",\r\n          \"FI\"\r\n        ],\r\n        \"taxIdentification\": [\r\n          {\r\n            \"countryCode\": \"NO\",\r\n            \"taxIdNumber\": \"00000000000\"\r\n          },\r\n          {\r\n            \"countryCode\": \"SE\",\r\n            \"taxIdNumber\": \"123456789\"\r\n          }\r\n        ],\r\n        \"kycAnswer\": [\r\n          {\r\n            \"questionID\": \"Q-HOUSEHOLD-YEARLY-INCOME\",\r\n            \"answer\": \"1500000\",\r\n            \"timestamp\": \"2021-06-02T10:00:13.8020664\"\r\n          },\r\n          {\r\n            \"questionID\": \"Q-TAX-ONLY-IN-NORWAY\",\r\n            \"answer\": \"Yes\",\r\n            \"timestamp\": \"2020-03-26T10:00:13.8020664\"\r\n          },\r\n          {\r\n            \"questionID\": \"Q-TEST-QUESTION\",\r\n            \"answer\": \"TestAnswer\",\r\n            \"timestamp\": \"2021-06-02T10:00:13.8020664\"\r\n          }\r\n        ],\r\n        \"dateOfLastKYC\": \"0001-01-01T00:00:00\"\r\n      },\r\n      {\r\n        \"sourceContactID\": \"Test57a35497013\",\r\n        \"contactRoleCode\": \"COSIGNER\",\r\n        \"accountShare\": 0.0,\r\n        \"socialSecurityNo\": \"22051313171\",\r\n        \"dateOfBirthOrReg\": \"1996-09-26T00:00:00\",\r\n        \"economicActivityCode\": \"1460\",\r\n        \"firstName\": \"Even\",\r\n        \"middleName\": \"Cosigner\",\r\n        \"surname\": \"Gundersen\",\r\n        \"eMail\": \"test@stacc.com\",\r\n        \"mobilePhoneNo\": \"98760005\",\r\n        \"nationalityCode\": \"NO\",\r\n        \"address\": \"Thormøhlensgate53\",\r\n        \"address2\": \"\",\r\n        \"postCode\": \"5555\",\r\n        \"city\": \"Testby\",\r\n        \"countryCode\": \"NO\",\r\n        \"languageCode\": \"NOR\",\r\n        \"guarantorAmount\": 0.0,\r\n        \"guarantorExpiryDate\": \"0001-01-01T00:00:00\",\r\n        \"bankAccountOwnershipVerified\": false,\r\n        \"bankAccountOwnershipVerificationComment\": \"\",\r\n        \"pep\": \"2\",\r\n        \"riskLevelAML\": \"3\",\r\n        \"customerPD\": 0.0,\r\n        \"citizenshipCode\": [\r\n          \"NO\",\r\n          \"SE\",\r\n          \"FI\"\r\n        ],\r\n        \"taxIdentification\": [\r\n          {\r\n            \"countryCode\": \"NO\",\r\n            \"taxIdNumber\": \"00000000000\"\r\n          },\r\n          {\r\n            \"countryCode\": \"SE\",\r\n            \"taxIdNumber\": \"123456789\"\r\n          }\r\n        ],\r\n        \"kycAnswer\": [\r\n          {\r\n            \"questionID\": \"Q-HOUSEHOLD-YEARLY-INCOME\",\r\n            \"answer\": \"1500000\",\r\n            \"timestamp\": \"2021-06-02T10:00:13.8020664\"\r\n          },\r\n          {\r\n            \"questionID\": \"Q-TAX-ONLY-IN-NORWAY\",\r\n            \"answer\": \"Yes\",\r\n            \"timestamp\": \"2020-03-26T10:00:13.8020664\"\r\n          },\r\n          {\r\n            \"questionID\": \"Q-TEST-QUESTION\",\r\n            \"answer\": \"TestAnswer\",\r\n            \"timestamp\": \"2021-06-02T10:00:13.8020664\"\r\n          }\r\n        ],\r\n        \"dateOfLastKYC\": \"0001-01-01T00:00:00\"\r\n      }\r\n    ],\r\n    \"disbursement\": [\r\n      {\r\n        \"sourceDisbursementID\": \"57a354960010\",\r\n        \"recipientType\": \"Customer\",\r\n        \"bankAccountNo\": \"18089349636\",\r\n        \"paymentDate\": \"2021-11-23T00:00:00\",\r\n        \"currency\": \"NOK\",\r\n        \"amount\": 2500000.0,\r\n        \"adjustPrepaymentAmount\": 0.0,\r\n        \"adjustAdvancePaymentAmount\": 0.0,\r\n        \"vatFreeAmount\": 0.0,\r\n        \"handlingFee\": 0.0,\r\n        \"acquisition\": false\r\n      }\r\n    ],\r\n    \"fee\": [\r\n      {\r\n        \"sourceFeeID\": \"123\",\r\n        \"feeCode\": \"TINGLYSING\",\r\n        \"feeAmount\": 4000.0,\r\n        \"feeValue\": 0.0,\r\n        \"includeInInterestCalc\": true,\r\n        \"feeIsFinanced\": true\r\n      }\r\n    ],\r\n    \"brand\": [\r\n      {\r\n        \"brandCode\": \"KASSA\",\r\n        \"brandOrgNo\": \"982759412\",\r\n        \"brandCompany\": \"KASSA\"\r\n      }\r\n    ],\r\n    \"object\": [\r\n      {\r\n        \"coreObjectNo\": \"\",\r\n        \"sourceObjectID\": \"123\",\r\n        \"objectDescription\": \"Thormøhlensgate53\",\r\n        \"objectDescriptionLong\": \"\",\r\n        \"objectYear\": 0,\r\n        \"objectIsFinanced\": false,\r\n        \"greenObject\": false,\r\n        \"objectGroupCode\": \"EIENDOM\",\r\n        \"objectSubgroupCode\": \"BOLIG\",\r\n        \"objectConditionCode\": 0,\r\n        \"objectPropertyAddress\": \"Thormøhlensgate53\",\r\n        \"objectPropertyZip\": \"5144\",\r\n        \"objectPropertyLandNo\": \"31\",\r\n        \"objectPropertyUnitNo\": \"595\",\r\n        \"objectPropertyMunicipalNo\": \"5601\",\r\n        \"objectPropertyLeaseNo\": \"1\",\r\n        \"objectPropertySectionNo\": \"1\",\r\n        \"objectPropertyOrganizationNo\": \"955805579\",\r\n        \"objectPropertyShareNo\": \"63\",\r\n        \"objectPrice\": 0.0,\r\n        \"objectListPrice\": 0.0,\r\n        \"vatF90\": false,\r\n        \"depotValue\": 3100000.0,\r\n        \"depotValueFactor\": 0.0,\r\n        \"depotDepreciationFactor\": 0.0,\r\n        \"depotDate\": \"2022-11-23T00:00:00\",\r\n        \"depotPropertyCommonDebt\": 150000.0,\r\n        \"depotPropertyCommonDebtDate\": \"2022-11-01T00:00:00\",\r\n        \"depotPropertyAreaScore\": 10,\r\n        \"depotPropertyMunicipalityScore\": 11,\r\n        \"depotPropertyAreaVactionScore\": 12,\r\n        \"objectEquityFactor\": 0.0,\r\n        \"objectValue\": 0.0,\r\n        \"objectValueFactor\": 0.0\r\n      }\r\n    ],\r\n    \"security\": [\r\n      {\r\n        \"sourceObjectID\": \"123\",\r\n        \"securityFaceValue\": 3100000.0,\r\n        \"securityExpirationDate\": \"2052-11-22T00:00:00\",\r\n        \"securityExternal\": false,\r\n        \"securityExternalFaceValue\": 0.0,\r\n        \"securityExternalOutstandingDebt\": 0.0,\r\n        \"securityPriorityAmount\": 0.0,\r\n        \"securityPriorityEqualToAmount\": 0.0,\r\n        \"securityRegistrationDate\": \"0001-01-01T00:00:00\",\r\n        \"registrationDocumentNo\": \"54\",\r\n        \"registrationDocumentYear\": \"2022\",\r\n        \"registrationOfficeNo\": \"55\",\r\n        \"registrationRightNo\": \"56\",\r\n        \"collectiveSecurity\": false,\r\n        \"collectiveSecurityComplete\": false\r\n      }\r\n    ],\r\n    \"accountDocument\": [\r\n      {\r\n        \"sentForReservation\": false,\r\n        \"sourceDocumentGUID\": \"5F8E86D5-2114-45C8-AA7F-AC51AF740028\",\r\n        \"documentType\": \"TESTDOC\",\r\n        \"documentTitle\": \"TestDocument0005\",\r\n        \"documentURL\": \"https://dummyurl.test/test001\",\r\n        \"documentContent\": \"\",\r\n        \"documentContentFileType\": \"\",\r\n        \"showInMyPage\": false\r\n      }\r\n    ]\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultNewAccountNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultNewAccountNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultNewAccountNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultNewAccountNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Accounts"],"summary":"Get Account Details","description":"TODO: Description","operationId":"GetAccountDetails","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultAccountDetails":{"type":"object","properties":{"accountInfo":{"type":"array","items":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceApplicationID":{"type":"string"},"accountNo":{"type":"string"},"currencyCode":{"type":"string"},"mainContactNo":{"type":"string"},"mainContactLegalID":{"type":"string"},"mainContactName":{"type":"string"},"coSignerContactNo":{"type":"string"},"coSignerLegalID":{"type":"string"},"coSignerName":{"type":"string"},"sourceMainContactID":{"type":"string"},"sourceCoSignerContactID":{"type":"string"},"clientName":{"type":"string"},"clientAgreementNo":{"type":"string"},"districtName":{"type":"string"},"caseReference":{"type":"string"},"contractReference":{"type":"string"},"accountType":{"type":"string"},"accountSubtype":{"type":"string"},"accountDescription":{"type":"string"},"externalProductID":{"type":"string"},"productDescription":{"type":"string"},"productGroup":{"type":"string"},"accountStatusGroup":{"type":"string"},"accountStatus":{"type":"string"},"loanType":{"type":"string"},"lastInterestCapitalizationDate":{"type":"string","format":"date-time"},"initialNetLoanAmount":{"type":"number","format":"double"},"interestGroupCode":{"type":"string"},"fixedRateExpiryDate":{"type":"string","format":"date-time"},"rateStructure":{"type":"string"},"interestRate":{"type":"number","format":"double"},"customerRateMargin":{"type":"number","format":"double"},"effectiveRate":{"type":"number","format":"double"},"currentEffectiveRate":{"type":"number","format":"double"},"bookedBalance":{"type":"number","format":"double"},"availableBalance":{"type":"number","format":"double"},"principalBalance":{"type":"number","format":"double"},"openPrincipalPaymentBalance":{"type":"number","format":"double"},"accruedInterest":{"type":"number","format":"double"},"ongoingPayout":{"type":"number","format":"double"},"openForRevolving":{"type":"boolean"},"creditLimitAmount":{"type":"number","format":"double"},"usedCreditAmount":{"type":"number","format":"double"},"totalSecurityFaceValue":{"type":"number","format":"double"},"remainingTerms":{"type":"integer","format":"int32"},"originalTermLength":{"type":"integer","format":"int32"},"currentTermLength":{"type":"integer","format":"int32"},"nextDueDate":{"type":"string","format":"date-time"},"nextTermAmount":{"type":"number","format":"double"},"nextTermMinAmount":{"type":"number","format":"double"},"nextTermFee":{"type":"number","format":"double"},"nextTermLengthInMonths":{"type":"integer","format":"int32"},"additionalNextInvoice":{"type":"number","format":"double"},"balanceDue":{"type":"number","format":"double"},"startDate":{"type":"string","format":"date-time"},"nextAddProductAmount":{"type":"number","format":"double"},"custBalanceOnCustomer":{"type":"number","format":"double"},"custBalanceDueOnCustomer":{"type":"number","format":"double"},"custBalanceOnClient":{"type":"number","format":"double"},"custBalanceFinancedOnClient":{"type":"number","format":"double"},"payInBBAN":{"type":"string"},"payInIBAN":{"type":"string"},"payInKID":{"type":"string"},"paymentBankAccountNo":{"type":"string"},"disbursementBankAccountNo":{"type":"string"},"replacedBy":{"type":"string"},"replaces":{"type":"string"},"accountEndDate":{"type":"string","format":"date-time"},"ltvRatio":{"type":"number","format":"double"},"rateSetId":{"type":"integer","format":"int32"},"creditFrameID":{"type":"string"},"myPageFrozen":{"type":"boolean"},"securityInfo":{"type":"array","items":{"type":"object","properties":{"coreSecurityNo":{"type":"string"},"securityFaceValue":{"type":"number","format":"double"},"precedingCollateral":{"type":"boolean"},"externalFaceValue":{"type":"number","format":"double"},"externalOustandingDebt":{"type":"number","format":"double"},"external":{"type":"boolean"},"externalPart":{"type":"string"},"type":{"type":"string"},"coreContactNo":{"type":"string"},"coreContactName":{"type":"string"},"registrationDocumentNo":{"type":"string"},"registrationDocumentYear":{"type":"string"},"registrationOfficeNo":{"type":"string"},"registrationRightNo":{"type":"string"},"objectInfo":{"type":"array","items":{"type":"object","properties":{"coreObjectNo":{"type":"string"},"coreParentObjectNo":{"type":"string"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyOrgNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectSubClassCode":{"type":"string"},"depotLastValuationDate":{"type":"string","format":"date-time"},"depotAdjustmentSource":{"type":"string"},"depotValidUntil":{"type":"string","format":"date-time"},"depotMunicipalityScore":{"type":"integer","format":"int32"},"depotAreaScore":{"type":"integer","format":"int32"},"depotAreaVacationScore":{"type":"integer","format":"int32"},"depotCommonDebt":{"type":"number","format":"double"},"depotCommonDebtDate":{"type":"string","format":"date-time"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"objectNewDate":{"type":"string","format":"date-time"},"objectClassCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"activeDebtStatement":{"type":"boolean"},"ltvRatio":{"type":"number","format":"double"},"objectContacts":{"type":"array","items":{"type":"object","properties":{"contactSSN":{"type":"string"},"coreContactNo":{"type":"string"},"ownerShare":{"type":"number","format":"double"}}}},"insuranceInfo":{"type":"array","items":{"type":"object","properties":{"policyNo":{"type":"string"},"insuranceVATRegNo":{"type":"string"},"description":{"type":"string"},"insuranceCompanyName":{"type":"string"}}}}}}}}}},"additionalProduct":{"type":"array","items":{"type":"object","properties":{"agreementNo":{"type":"integer","format":"int32"},"productCode":{"type":"string"},"description":{"type":"string"},"invoiceDescription":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"stopDate":{"type":"string","format":"date-time"},"price":{"type":"number","format":"double"}}}},"document":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"entryNo":{"type":"integer","format":"int32"},"guid":{"type":"string"},"apiReference":{"type":"string"},"sourceGuid":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"contentTypeCode":{"type":"string"},"uploadedViaCore":{"type":"boolean"},"hasContentInCore":{"type":"boolean"}}}},"tagEntry":{"type":"array","items":{"type":"object","properties":{"tag":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}},"accountDisbursement":{"type":"array","items":{"type":"object","properties":{"recipientType":{"type":"string"},"recipientNo":{"type":"string"},"disbursementDate":{"type":"string","format":"date-time"},"payoutAmount":{"type":"number","format":"double"},"bankAccountNo":{"type":"string"},"kid":{"type":"string"},"messageToRecipient":{"type":"string"},"externalDocNo":{"type":"string"},"alreadyPaid":{"type":"boolean"},"increasePrincipal":{"type":"boolean"},"feeCode":{"type":"string"},"feeAmount":{"type":"number","format":"double"}}}},"accountPerson":{"type":"array","items":{"type":"object","properties":{"coreContactNo":{"type":"string"},"contactRoleCode":{"type":"string"},"roleType":{"type":"string"},"contactName":{"type":"string"},"contactLegalID":{"type":"string"}}}}}}},"accountInfoCount":{"type":"integer","format":"int32"}}}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultAccountDetails\": {\r\n    \"accountInfo\": [\r\n      {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceApplicationID\": \"string\",\r\n        \"accountNo\": \"string\",\r\n        \"currencyCode\": \"string\",\r\n        \"mainContactNo\": \"string\",\r\n        \"mainContactLegalID\": \"string\",\r\n        \"mainContactName\": \"string\",\r\n        \"coSignerContactNo\": \"string\",\r\n        \"coSignerLegalID\": \"string\",\r\n        \"coSignerName\": \"string\",\r\n        \"sourceMainContactID\": \"string\",\r\n        \"sourceCoSignerContactID\": \"string\",\r\n        \"clientName\": \"string\",\r\n        \"clientAgreementNo\": \"string\",\r\n        \"districtName\": \"string\",\r\n        \"caseReference\": \"string\",\r\n        \"contractReference\": \"string\",\r\n        \"accountType\": \"string\",\r\n        \"accountSubtype\": \"string\",\r\n        \"accountDescription\": \"string\",\r\n        \"externalProductID\": \"string\",\r\n        \"productDescription\": \"string\",\r\n        \"productGroup\": \"string\",\r\n        \"accountStatusGroup\": \"string\",\r\n        \"accountStatus\": \"string\",\r\n        \"loanType\": \"string\",\r\n        \"lastInterestCapitalizationDate\": \"2026-06-01T00:00:00\",\r\n        \"initialNetLoanAmount\": 1.23,\r\n        \"interestGroupCode\": \"string\",\r\n        \"fixedRateExpiryDate\": \"2026-06-01T00:00:00\",\r\n        \"rateStructure\": \"string\",\r\n        \"interestRate\": 1.23,\r\n        \"customerRateMargin\": 1.23,\r\n        \"effectiveRate\": 1.23,\r\n        \"currentEffectiveRate\": 1.23,\r\n        \"bookedBalance\": 1.23,\r\n        \"availableBalance\": 1.23,\r\n        \"principalBalance\": 1.23,\r\n        \"openPrincipalPaymentBalance\": 1.23,\r\n        \"accruedInterest\": 1.23,\r\n        \"ongoingPayout\": 1.23,\r\n        \"openForRevolving\": true,\r\n        \"creditLimitAmount\": 1.23,\r\n        \"usedCreditAmount\": 1.23,\r\n        \"totalSecurityFaceValue\": 1.23,\r\n        \"remainingTerms\": 123,\r\n        \"originalTermLength\": 123,\r\n        \"currentTermLength\": 123,\r\n        \"nextDueDate\": \"2026-06-01T00:00:00\",\r\n        \"nextTermAmount\": 1.23,\r\n        \"nextTermMinAmount\": 1.23,\r\n        \"nextTermFee\": 1.23,\r\n        \"nextTermLengthInMonths\": 123,\r\n        \"additionalNextInvoice\": 1.23,\r\n        \"balanceDue\": 1.23,\r\n        \"startDate\": \"2026-06-01T00:00:00\",\r\n        \"nextAddProductAmount\": 1.23,\r\n        \"custBalanceOnCustomer\": 1.23,\r\n        \"custBalanceDueOnCustomer\": 1.23,\r\n        \"custBalanceOnClient\": 1.23,\r\n        \"custBalanceFinancedOnClient\": 1.23,\r\n        \"payInBBAN\": \"string\",\r\n        \"payInIBAN\": \"string\",\r\n        \"payInKID\": \"string\",\r\n        \"paymentBankAccountNo\": \"string\",\r\n        \"disbursementBankAccountNo\": \"string\",\r\n        \"replacedBy\": \"string\",\r\n        \"replaces\": \"string\",\r\n        \"accountEndDate\": \"2026-06-01T00:00:00\",\r\n        \"ltvRatio\": 1.23,\r\n        \"rateSetId\": 123,\r\n        \"creditFrameID\": \"string\",\r\n        \"myPageFrozen\": true,\r\n        \"securityInfo\": [\r\n          {\r\n            \"coreSecurityNo\": \"string\",\r\n            \"securityFaceValue\": 1.23,\r\n            \"precedingCollateral\": true,\r\n            \"externalFaceValue\": 1.23,\r\n            \"externalOustandingDebt\": 1.23,\r\n            \"external\": true,\r\n            \"externalPart\": \"string\",\r\n            \"type\": \"string\",\r\n            \"coreContactNo\": \"string\",\r\n            \"coreContactName\": \"string\",\r\n            \"registrationDocumentNo\": \"string\",\r\n            \"registrationDocumentYear\": \"string\",\r\n            \"registrationOfficeNo\": \"string\",\r\n            \"registrationRightNo\": \"string\",\r\n            \"objectInfo\": [\r\n              {\r\n                \"coreObjectNo\": \"string\",\r\n                \"coreParentObjectNo\": \"string\",\r\n                \"objectPropertyAddress\": \"string\",\r\n                \"objectPropertyZip\": \"string\",\r\n                \"objectPropertyLandNo\": \"string\",\r\n                \"objectPropertyLeaseNo\": \"string\",\r\n                \"objectPropertyMunicipalNo\": \"string\",\r\n                \"objectPropertyOrgNo\": \"string\",\r\n                \"objectPropertySectionNo\": \"string\",\r\n                \"objectPropertyShareNo\": \"string\",\r\n                \"objectPropertyUnitNo\": \"string\",\r\n                \"objectSubClassCode\": \"string\",\r\n                \"depotLastValuationDate\": \"2026-06-01T00:00:00\",\r\n                \"depotAdjustmentSource\": \"string\",\r\n                \"depotValidUntil\": \"2026-06-01T00:00:00\",\r\n                \"depotMunicipalityScore\": 123,\r\n                \"depotAreaScore\": 123,\r\n                \"depotAreaVacationScore\": 123,\r\n                \"depotCommonDebt\": 1.23,\r\n                \"depotCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n                \"depotDepreciationFactor\": 1.23,\r\n                \"depotValue\": 1.23,\r\n                \"depotValueFactor\": 1.23,\r\n                \"objectNewDate\": \"2026-06-01T00:00:00\",\r\n                \"objectClassCode\": \"string\",\r\n                \"objectConditionCode\": 123,\r\n                \"activeDebtStatement\": true,\r\n                \"ltvRatio\": 1.23,\r\n                \"objectContacts\": [\r\n                  {\r\n                    \"contactSSN\": \"string\",\r\n                    \"coreContactNo\": \"string\",\r\n                    \"ownerShare\": 1.23\r\n                  }\r\n                ],\r\n                \"insuranceInfo\": [\r\n                  {\r\n                    \"policyNo\": \"string\",\r\n                    \"insuranceVATRegNo\": \"string\",\r\n                    \"description\": \"string\",\r\n                    \"insuranceCompanyName\": \"string\"\r\n                  }\r\n                ]\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"additionalProduct\": [\r\n          {\r\n            \"agreementNo\": 123,\r\n            \"productCode\": \"string\",\r\n            \"description\": \"string\",\r\n            \"invoiceDescription\": \"string\",\r\n            \"startDate\": \"2026-06-01T00:00:00\",\r\n            \"stopDate\": \"2026-06-01T00:00:00\",\r\n            \"price\": 1.23\r\n          }\r\n        ],\r\n        \"document\": [\r\n          {\r\n            \"type\": \"string\",\r\n            \"entryNo\": 123,\r\n            \"guid\": \"string\",\r\n            \"apiReference\": \"string\",\r\n            \"sourceGuid\": \"string\",\r\n            \"title\": \"string\",\r\n            \"url\": \"string\",\r\n            \"contentTypeCode\": \"string\",\r\n            \"uploadedViaCore\": true,\r\n            \"hasContentInCore\": true\r\n          }\r\n        ],\r\n        \"tagEntry\": [\r\n          {\r\n            \"tag\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"attributes\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ],\r\n        \"accountDisbursement\": [\r\n          {\r\n            \"recipientType\": \"string\",\r\n            \"recipientNo\": \"string\",\r\n            \"disbursementDate\": \"2026-06-01T00:00:00\",\r\n            \"payoutAmount\": 1.23,\r\n            \"bankAccountNo\": \"string\",\r\n            \"kid\": \"string\",\r\n            \"messageToRecipient\": \"string\",\r\n            \"externalDocNo\": \"string\",\r\n            \"alreadyPaid\": true,\r\n            \"increasePrincipal\": true,\r\n            \"feeCode\": \"string\",\r\n            \"feeAmount\": 1.23\r\n          }\r\n        ],\r\n        \"accountPerson\": [\r\n          {\r\n            \"coreContactNo\": \"string\",\r\n            \"contactRoleCode\": \"string\",\r\n            \"roleType\": \"string\",\r\n            \"contactName\": \"string\",\r\n            \"contactLegalID\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"accountInfoCount\": 123\r\n  }\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultAccountDetails":{"type":"object","properties":{"accountInfo":{"type":"array","items":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceApplicationID":{"type":"string"},"accountNo":{"type":"string"},"currencyCode":{"type":"string"},"mainContactNo":{"type":"string"},"mainContactLegalID":{"type":"string"},"mainContactName":{"type":"string"},"coSignerContactNo":{"type":"string"},"coSignerLegalID":{"type":"string"},"coSignerName":{"type":"string"},"sourceMainContactID":{"type":"string"},"sourceCoSignerContactID":{"type":"string"},"clientName":{"type":"string"},"clientAgreementNo":{"type":"string"},"districtName":{"type":"string"},"caseReference":{"type":"string"},"contractReference":{"type":"string"},"accountType":{"type":"string"},"accountSubtype":{"type":"string"},"accountDescription":{"type":"string"},"externalProductID":{"type":"string"},"productDescription":{"type":"string"},"productGroup":{"type":"string"},"accountStatusGroup":{"type":"string"},"accountStatus":{"type":"string"},"loanType":{"type":"string"},"lastInterestCapitalizationDate":{"type":"string","format":"date-time"},"initialNetLoanAmount":{"type":"number","format":"double"},"interestGroupCode":{"type":"string"},"fixedRateExpiryDate":{"type":"string","format":"date-time"},"rateStructure":{"type":"string"},"interestRate":{"type":"number","format":"double"},"customerRateMargin":{"type":"number","format":"double"},"effectiveRate":{"type":"number","format":"double"},"currentEffectiveRate":{"type":"number","format":"double"},"bookedBalance":{"type":"number","format":"double"},"availableBalance":{"type":"number","format":"double"},"principalBalance":{"type":"number","format":"double"},"openPrincipalPaymentBalance":{"type":"number","format":"double"},"accruedInterest":{"type":"number","format":"double"},"ongoingPayout":{"type":"number","format":"double"},"openForRevolving":{"type":"boolean"},"creditLimitAmount":{"type":"number","format":"double"},"usedCreditAmount":{"type":"number","format":"double"},"totalSecurityFaceValue":{"type":"number","format":"double"},"remainingTerms":{"type":"integer","format":"int32"},"originalTermLength":{"type":"integer","format":"int32"},"currentTermLength":{"type":"integer","format":"int32"},"nextDueDate":{"type":"string","format":"date-time"},"nextTermAmount":{"type":"number","format":"double"},"nextTermMinAmount":{"type":"number","format":"double"},"nextTermFee":{"type":"number","format":"double"},"nextTermLengthInMonths":{"type":"integer","format":"int32"},"additionalNextInvoice":{"type":"number","format":"double"},"balanceDue":{"type":"number","format":"double"},"startDate":{"type":"string","format":"date-time"},"nextAddProductAmount":{"type":"number","format":"double"},"custBalanceOnCustomer":{"type":"number","format":"double"},"custBalanceDueOnCustomer":{"type":"number","format":"double"},"custBalanceOnClient":{"type":"number","format":"double"},"custBalanceFinancedOnClient":{"type":"number","format":"double"},"payInBBAN":{"type":"string"},"payInIBAN":{"type":"string"},"payInKID":{"type":"string"},"paymentBankAccountNo":{"type":"string"},"disbursementBankAccountNo":{"type":"string"},"replacedBy":{"type":"string"},"replaces":{"type":"string"},"accountEndDate":{"type":"string","format":"date-time"},"ltvRatio":{"type":"number","format":"double"},"rateSetId":{"type":"integer","format":"int32"},"creditFrameID":{"type":"string"},"myPageFrozen":{"type":"boolean"},"securityInfo":{"type":"array","items":{"type":"object","properties":{"coreSecurityNo":{"type":"string"},"securityFaceValue":{"type":"number","format":"double"},"precedingCollateral":{"type":"boolean"},"externalFaceValue":{"type":"number","format":"double"},"externalOustandingDebt":{"type":"number","format":"double"},"external":{"type":"boolean"},"externalPart":{"type":"string"},"type":{"type":"string"},"coreContactNo":{"type":"string"},"coreContactName":{"type":"string"},"registrationDocumentNo":{"type":"string"},"registrationDocumentYear":{"type":"string"},"registrationOfficeNo":{"type":"string"},"registrationRightNo":{"type":"string"},"objectInfo":{"type":"array","items":{"type":"object","properties":{"coreObjectNo":{"type":"string"},"coreParentObjectNo":{"type":"string"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyOrgNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectSubClassCode":{"type":"string"},"depotLastValuationDate":{"type":"string","format":"date-time"},"depotAdjustmentSource":{"type":"string"},"depotValidUntil":{"type":"string","format":"date-time"},"depotMunicipalityScore":{"type":"integer","format":"int32"},"depotAreaScore":{"type":"integer","format":"int32"},"depotAreaVacationScore":{"type":"integer","format":"int32"},"depotCommonDebt":{"type":"number","format":"double"},"depotCommonDebtDate":{"type":"string","format":"date-time"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"objectNewDate":{"type":"string","format":"date-time"},"objectClassCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"activeDebtStatement":{"type":"boolean"},"ltvRatio":{"type":"number","format":"double"},"objectContacts":{"type":"array","items":{"type":"object","properties":{"contactSSN":{"type":"string"},"coreContactNo":{"type":"string"},"ownerShare":{"type":"number","format":"double"}}}},"insuranceInfo":{"type":"array","items":{"type":"object","properties":{"policyNo":{"type":"string"},"insuranceVATRegNo":{"type":"string"},"description":{"type":"string"},"insuranceCompanyName":{"type":"string"}}}}}}}}}},"additionalProduct":{"type":"array","items":{"type":"object","properties":{"agreementNo":{"type":"integer","format":"int32"},"productCode":{"type":"string"},"description":{"type":"string"},"invoiceDescription":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"stopDate":{"type":"string","format":"date-time"},"price":{"type":"number","format":"double"}}}},"document":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"entryNo":{"type":"integer","format":"int32"},"guid":{"type":"string"},"apiReference":{"type":"string"},"sourceGuid":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"contentTypeCode":{"type":"string"},"uploadedViaCore":{"type":"boolean"},"hasContentInCore":{"type":"boolean"}}}},"tagEntry":{"type":"array","items":{"type":"object","properties":{"tag":{"type":"string"},"description":{"type":"string"},"expireDate":{"type":"string","format":"date-time"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}},"accountDisbursement":{"type":"array","items":{"type":"object","properties":{"recipientType":{"type":"string"},"recipientNo":{"type":"string"},"disbursementDate":{"type":"string","format":"date-time"},"payoutAmount":{"type":"number","format":"double"},"bankAccountNo":{"type":"string"},"kid":{"type":"string"},"messageToRecipient":{"type":"string"},"externalDocNo":{"type":"string"},"alreadyPaid":{"type":"boolean"},"increasePrincipal":{"type":"boolean"},"feeCode":{"type":"string"},"feeAmount":{"type":"number","format":"double"}}}},"accountPerson":{"type":"array","items":{"type":"object","properties":{"coreContactNo":{"type":"string"},"contactRoleCode":{"type":"string"},"roleType":{"type":"string"},"contactName":{"type":"string"},"contactLegalID":{"type":"string"}}}}}}},"accountInfoCount":{"type":"integer","format":"int32"}}}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultAccountDetails\": {\r\n    \"accountInfo\": [\r\n      {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceApplicationID\": \"string\",\r\n        \"accountNo\": \"string\",\r\n        \"currencyCode\": \"string\",\r\n        \"mainContactNo\": \"string\",\r\n        \"mainContactLegalID\": \"string\",\r\n        \"mainContactName\": \"string\",\r\n        \"coSignerContactNo\": \"string\",\r\n        \"coSignerLegalID\": \"string\",\r\n        \"coSignerName\": \"string\",\r\n        \"sourceMainContactID\": \"string\",\r\n        \"sourceCoSignerContactID\": \"string\",\r\n        \"clientName\": \"string\",\r\n        \"clientAgreementNo\": \"string\",\r\n        \"districtName\": \"string\",\r\n        \"caseReference\": \"string\",\r\n        \"contractReference\": \"string\",\r\n        \"accountType\": \"string\",\r\n        \"accountSubtype\": \"string\",\r\n        \"accountDescription\": \"string\",\r\n        \"externalProductID\": \"string\",\r\n        \"productDescription\": \"string\",\r\n        \"productGroup\": \"string\",\r\n        \"accountStatusGroup\": \"string\",\r\n        \"accountStatus\": \"string\",\r\n        \"loanType\": \"string\",\r\n        \"lastInterestCapitalizationDate\": \"2026-06-01T00:00:00\",\r\n        \"initialNetLoanAmount\": 1.23,\r\n        \"interestGroupCode\": \"string\",\r\n        \"fixedRateExpiryDate\": \"2026-06-01T00:00:00\",\r\n        \"rateStructure\": \"string\",\r\n        \"interestRate\": 1.23,\r\n        \"customerRateMargin\": 1.23,\r\n        \"effectiveRate\": 1.23,\r\n        \"currentEffectiveRate\": 1.23,\r\n        \"bookedBalance\": 1.23,\r\n        \"availableBalance\": 1.23,\r\n        \"principalBalance\": 1.23,\r\n        \"openPrincipalPaymentBalance\": 1.23,\r\n        \"accruedInterest\": 1.23,\r\n        \"ongoingPayout\": 1.23,\r\n        \"openForRevolving\": true,\r\n        \"creditLimitAmount\": 1.23,\r\n        \"usedCreditAmount\": 1.23,\r\n        \"totalSecurityFaceValue\": 1.23,\r\n        \"remainingTerms\": 123,\r\n        \"originalTermLength\": 123,\r\n        \"currentTermLength\": 123,\r\n        \"nextDueDate\": \"2026-06-01T00:00:00\",\r\n        \"nextTermAmount\": 1.23,\r\n        \"nextTermMinAmount\": 1.23,\r\n        \"nextTermFee\": 1.23,\r\n        \"nextTermLengthInMonths\": 123,\r\n        \"additionalNextInvoice\": 1.23,\r\n        \"balanceDue\": 1.23,\r\n        \"startDate\": \"2026-06-01T00:00:00\",\r\n        \"nextAddProductAmount\": 1.23,\r\n        \"custBalanceOnCustomer\": 1.23,\r\n        \"custBalanceDueOnCustomer\": 1.23,\r\n        \"custBalanceOnClient\": 1.23,\r\n        \"custBalanceFinancedOnClient\": 1.23,\r\n        \"payInBBAN\": \"string\",\r\n        \"payInIBAN\": \"string\",\r\n        \"payInKID\": \"string\",\r\n        \"paymentBankAccountNo\": \"string\",\r\n        \"disbursementBankAccountNo\": \"string\",\r\n        \"replacedBy\": \"string\",\r\n        \"replaces\": \"string\",\r\n        \"accountEndDate\": \"2026-06-01T00:00:00\",\r\n        \"ltvRatio\": 1.23,\r\n        \"rateSetId\": 123,\r\n        \"creditFrameID\": \"string\",\r\n        \"myPageFrozen\": true,\r\n        \"securityInfo\": [\r\n          {\r\n            \"coreSecurityNo\": \"string\",\r\n            \"securityFaceValue\": 1.23,\r\n            \"precedingCollateral\": true,\r\n            \"externalFaceValue\": 1.23,\r\n            \"externalOustandingDebt\": 1.23,\r\n            \"external\": true,\r\n            \"externalPart\": \"string\",\r\n            \"type\": \"string\",\r\n            \"coreContactNo\": \"string\",\r\n            \"coreContactName\": \"string\",\r\n            \"registrationDocumentNo\": \"string\",\r\n            \"registrationDocumentYear\": \"string\",\r\n            \"registrationOfficeNo\": \"string\",\r\n            \"registrationRightNo\": \"string\",\r\n            \"objectInfo\": [\r\n              {\r\n                \"coreObjectNo\": \"string\",\r\n                \"coreParentObjectNo\": \"string\",\r\n                \"objectPropertyAddress\": \"string\",\r\n                \"objectPropertyZip\": \"string\",\r\n                \"objectPropertyLandNo\": \"string\",\r\n                \"objectPropertyLeaseNo\": \"string\",\r\n                \"objectPropertyMunicipalNo\": \"string\",\r\n                \"objectPropertyOrgNo\": \"string\",\r\n                \"objectPropertySectionNo\": \"string\",\r\n                \"objectPropertyShareNo\": \"string\",\r\n                \"objectPropertyUnitNo\": \"string\",\r\n                \"objectSubClassCode\": \"string\",\r\n                \"depotLastValuationDate\": \"2026-06-01T00:00:00\",\r\n                \"depotAdjustmentSource\": \"string\",\r\n                \"depotValidUntil\": \"2026-06-01T00:00:00\",\r\n                \"depotMunicipalityScore\": 123,\r\n                \"depotAreaScore\": 123,\r\n                \"depotAreaVacationScore\": 123,\r\n                \"depotCommonDebt\": 1.23,\r\n                \"depotCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n                \"depotDepreciationFactor\": 1.23,\r\n                \"depotValue\": 1.23,\r\n                \"depotValueFactor\": 1.23,\r\n                \"objectNewDate\": \"2026-06-01T00:00:00\",\r\n                \"objectClassCode\": \"string\",\r\n                \"objectConditionCode\": 123,\r\n                \"activeDebtStatement\": true,\r\n                \"ltvRatio\": 1.23,\r\n                \"objectContacts\": [\r\n                  {\r\n                    \"contactSSN\": \"string\",\r\n                    \"coreContactNo\": \"string\",\r\n                    \"ownerShare\": 1.23\r\n                  }\r\n                ],\r\n                \"insuranceInfo\": [\r\n                  {\r\n                    \"policyNo\": \"string\",\r\n                    \"insuranceVATRegNo\": \"string\",\r\n                    \"description\": \"string\",\r\n                    \"insuranceCompanyName\": \"string\"\r\n                  }\r\n                ]\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"additionalProduct\": [\r\n          {\r\n            \"agreementNo\": 123,\r\n            \"productCode\": \"string\",\r\n            \"description\": \"string\",\r\n            \"invoiceDescription\": \"string\",\r\n            \"startDate\": \"2026-06-01T00:00:00\",\r\n            \"stopDate\": \"2026-06-01T00:00:00\",\r\n            \"price\": 1.23\r\n          }\r\n        ],\r\n        \"document\": [\r\n          {\r\n            \"type\": \"string\",\r\n            \"entryNo\": 123,\r\n            \"guid\": \"string\",\r\n            \"apiReference\": \"string\",\r\n            \"sourceGuid\": \"string\",\r\n            \"title\": \"string\",\r\n            \"url\": \"string\",\r\n            \"contentTypeCode\": \"string\",\r\n            \"uploadedViaCore\": true,\r\n            \"hasContentInCore\": true\r\n          }\r\n        ],\r\n        \"tagEntry\": [\r\n          {\r\n            \"tag\": \"string\",\r\n            \"description\": \"string\",\r\n            \"expireDate\": \"2026-06-01T00:00:00\"\r\n          }\r\n        ],\r\n        \"attributes\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ],\r\n        \"accountDisbursement\": [\r\n          {\r\n            \"recipientType\": \"string\",\r\n            \"recipientNo\": \"string\",\r\n            \"disbursementDate\": \"2026-06-01T00:00:00\",\r\n            \"payoutAmount\": 1.23,\r\n            \"bankAccountNo\": \"string\",\r\n            \"kid\": \"string\",\r\n            \"messageToRecipient\": \"string\",\r\n            \"externalDocNo\": \"string\",\r\n            \"alreadyPaid\": true,\r\n            \"increasePrincipal\": true,\r\n            \"feeCode\": \"string\",\r\n            \"feeAmount\": 1.23\r\n          }\r\n        ],\r\n        \"accountPerson\": [\r\n          {\r\n            \"coreContactNo\": \"string\",\r\n            \"contactRoleCode\": \"string\",\r\n            \"roleType\": \"string\",\r\n            \"contactName\": \"string\",\r\n            \"contactLegalID\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"accountInfoCount\": 123\r\n  }\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}},"patch":{"tags":["Accounts"],"summary":"Update Account Details","description":"TODO: Description","operationId":"UpdateAccountDetails","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"onlyReservedAccountNo","in":"query","description":"If TRUE, then must exist an active Account No. reservation and account must not exist. Some parameters (e.g. disbursementBankAccountNo) cannot be imported this way (meant mainly for import of large documents before calling CreateAccount). LegalId(ToControl) cannot be provided.","required":false,"style":"form","explode":false,"schema":{"type":"boolean"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"updAccountDetails":{"type":"object","properties":{"updateAccountInfo":{"type":"object","properties":{"disbursementBankAccountNo":{"type":"string"},"requireDirectDebit":{"type":"boolean"},"initiateDirectDebit":{"type":"boolean"},"directDebitAccountNo":{"type":"string"},"directDebitLimitAmount":{"type":"number","format":"double"},"directDebitMandateId":{"type":"string"},"newAccountDocument":{"type":"array","items":{"type":"object","properties":{"sourceDocumentGUID":{"type":"string"},"documentType":{"type":"string"},"documentTitle":{"type":"string"},"documentURL":{"type":"string"},"documentContent":{"type":"string"},"documentContentFileType":{"type":"string"},"showInMyPage":{"type":"boolean"},"allowOverwrite":{"type":"boolean"}}}}}}}}}},"examples":{"(Default)":{"description":"Default/Standard example","value":"{\r\n  \"updAccountDetails\": {\r\n    \"updateAccountInfo\": {\r\n      \"disbursementBankAccountNo\": \"string\",\r\n      \"requireDirectDebit\": true,\r\n      \"initiateDirectDebit\": true,\r\n      \"directDebitAccountNo\": \"string\",\r\n      \"directDebitLimitAmount\": 1.23,\r\n      \"directDebitMandateId\": \"string\",\r\n      \"newAccountDocument\": [\r\n        {\r\n          \"sourceDocumentGUID\": \"string\",\r\n          \"documentType\": \"string\",\r\n          \"documentTitle\": \"string\",\r\n          \"documentURL\": \"string\",\r\n          \"documentContent\": \"string\",\r\n          \"documentContentFileType\": \"string\",\r\n          \"showInMyPage\": true,\r\n          \"allowOverwrite\": true\r\n        }\r\n      ]\r\n    }\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/change-entries":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Accounts"],"summary":"Get Account Change Entries","description":"TODO: Description","operationId":"GetAccountChangeEntries","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"filterSet","in":"query","description":"To use predefined filters (instead of specifying them explicitely). Example: SKIP_A_PAY","required":false,"style":"form","explode":false,"schema":{"type":"string"},"examples":{"(none)":{"description":"(none)","value":""},"Skip a Pay":{"description":"","value":"SKIP_A_PAY"}}},{"name":"adjustmentTypeFilter","in":"query","description":"Adjustment Type Filter","required":false,"style":"form","explode":false,"schema":{"type":"string"},"examples":{"Skip a Pay on Existing Invoice":{"description":"Principal Adjustment, Grace Period","value":"Principal Adjustment|Grace Period"}}},{"name":"adjustmentSubTypeFilter","in":"query","description":"Adjustment SubType Filter","required":false,"style":"form","explode":false,"schema":{"type":"string"},"examples":{"Skip a Pay on Existing Invoice":{"description":"Disbursement, 'Payment Free Term (Skip a Pay)', Payment Free Term","value":"Disbursement|'Payment Free Term (Skip a Pay)'|Payment Free Term"}}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultAccountChangeEntries":{"type":"object","properties":{"accountChangeEntry":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"adjustmentType":{"type":"string"},"adjustmentSubType":{"type":"string"},"fromTermNo":{"type":"integer","format":"int32"},"toTermNo":{"type":"integer","format":"int32"},"adjustedBy":{"type":"number","format":"double"},"currentValue":{"type":"number","format":"double"},"bookDate":{"type":"string","format":"date-time"},"rateSetID":{"type":"integer","format":"int32"}}}},"accountChangeEntriesCount":{"type":"integer","format":"int32"}}},"resultSystemCurrencyCode":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultAccountChangeEntries\": {\r\n    \"accountChangeEntry\": [\r\n      {\r\n        \"accountNo\": \"string\",\r\n        \"adjustmentType\": \"string\",\r\n        \"adjustmentSubType\": \"string\",\r\n        \"fromTermNo\": 123,\r\n        \"toTermNo\": 123,\r\n        \"adjustedBy\": 1.23,\r\n        \"currentValue\": 1.23,\r\n        \"bookDate\": \"2026-06-01T00:00:00\",\r\n        \"rateSetID\": 123\r\n      }\r\n    ],\r\n    \"accountChangeEntriesCount\": 123\r\n  },\r\n  \"resultSystemCurrencyCode\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultAccountChangeEntries":{"type":"object","properties":{"accountChangeEntry":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"adjustmentType":{"type":"string"},"adjustmentSubType":{"type":"string"},"fromTermNo":{"type":"integer","format":"int32"},"toTermNo":{"type":"integer","format":"int32"},"adjustedBy":{"type":"number","format":"double"},"currentValue":{"type":"number","format":"double"},"bookDate":{"type":"string","format":"date-time"},"rateSetID":{"type":"integer","format":"int32"}}}},"accountChangeEntriesCount":{"type":"integer","format":"int32"}}},"resultSystemCurrencyCode":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultAccountChangeEntries\": {\r\n    \"accountChangeEntry\": [\r\n      {\r\n        \"accountNo\": \"string\",\r\n        \"adjustmentType\": \"string\",\r\n        \"adjustmentSubType\": \"string\",\r\n        \"fromTermNo\": 123,\r\n        \"toTermNo\": 123,\r\n        \"adjustedBy\": 1.23,\r\n        \"currentValue\": 1.23,\r\n        \"bookDate\": \"2026-06-01T00:00:00\",\r\n        \"rateSetID\": 123\r\n      }\r\n    ],\r\n    \"accountChangeEntriesCount\": 123\r\n  },\r\n  \"resultSystemCurrencyCode\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/payment-plan":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Accounts"],"summary":"Get Account's Payment Plan","description":"TODO: Description","operationId":"GetAccountPaymentPlan","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"notInvoiced","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"boolean"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultPaymentPlan":{"type":"object","properties":{"payPlanInfo":{"type":"array","items":{"type":"object","properties":{"interestDate":{"type":"string","format":"date-time"},"nominalRate":{"type":"number","format":"double"},"effectiveRate":{"type":"number","format":"double"}}}},"loanTerm":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"termNo":{"type":"integer","format":"int32"},"legNo":{"type":"integer","format":"int32"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"interest":{"type":"number","format":"double"},"principal":{"type":"number","format":"double"},"fee":{"type":"number","format":"double"},"termAmount":{"type":"number","format":"double"},"balance":{"type":"number","format":"double"},"invoiceNo":{"type":"string"},"additionalProductAmount":{"type":"number","format":"double"},"arrearsInstallment":{"type":"string"},"extraOrdinaryPayment":{"type":"number","format":"double"},"interestCorrectionAmount":{"type":"number","format":"double"},"invoiceNo1":{"type":"string"},"status":{"type":"string"},"nextTermLengthInMonths":{"type":"string"}}}},"interestRate":{"type":"array","items":{"type":"object","properties":{"interestDate":{"type":"string","format":"date-time"},"nominalRate":{"type":"number","format":"double"},"effectiveRate":{"type":"number","format":"double"}}}}}}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultPaymentPlan\": {\r\n    \"payPlanInfo\": [\r\n      {\r\n        \"interestDate\": \"2026-06-01T00:00:00\",\r\n        \"nominalRate\": 1.23,\r\n        \"effectiveRate\": 1.23\r\n      }\r\n    ],\r\n    \"loanTerm\": [\r\n      {\r\n        \"accountNo\": \"string\",\r\n        \"termNo\": 123,\r\n        \"legNo\": 123,\r\n        \"startDate\": \"2026-06-01T00:00:00\",\r\n        \"endDate\": \"2026-06-01T00:00:00\",\r\n        \"dueDate\": \"2026-06-01T00:00:00\",\r\n        \"interest\": 1.23,\r\n        \"principal\": 1.23,\r\n        \"fee\": 1.23,\r\n        \"termAmount\": 1.23,\r\n        \"balance\": 1.23,\r\n        \"invoiceNo\": \"string\",\r\n        \"additionalProductAmount\": 1.23,\r\n        \"arrearsInstallment\": \"string\",\r\n        \"extraOrdinaryPayment\": 1.23,\r\n        \"interestCorrectionAmount\": 1.23,\r\n        \"invoiceNo1\": \"string\",\r\n        \"status\": \"string\",\r\n        \"nextTermLengthInMonths\": \"string\"\r\n      }\r\n    ],\r\n    \"interestRate\": [\r\n      {\r\n        \"interestDate\": \"2026-06-01T00:00:00\",\r\n        \"nominalRate\": 1.23,\r\n        \"effectiveRate\": 1.23\r\n      }\r\n    ]\r\n  }\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultPaymentPlan":{"type":"object","properties":{"payPlanInfo":{"type":"array","items":{"type":"object","properties":{"interestDate":{"type":"string","format":"date-time"},"nominalRate":{"type":"number","format":"double"},"effectiveRate":{"type":"number","format":"double"}}}},"loanTerm":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"termNo":{"type":"integer","format":"int32"},"legNo":{"type":"integer","format":"int32"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"interest":{"type":"number","format":"double"},"principal":{"type":"number","format":"double"},"fee":{"type":"number","format":"double"},"termAmount":{"type":"number","format":"double"},"balance":{"type":"number","format":"double"},"invoiceNo":{"type":"string"},"additionalProductAmount":{"type":"number","format":"double"},"arrearsInstallment":{"type":"string"},"extraOrdinaryPayment":{"type":"number","format":"double"},"interestCorrectionAmount":{"type":"number","format":"double"},"invoiceNo1":{"type":"string"},"status":{"type":"string"},"nextTermLengthInMonths":{"type":"string"}}}},"interestRate":{"type":"array","items":{"type":"object","properties":{"interestDate":{"type":"string","format":"date-time"},"nominalRate":{"type":"number","format":"double"},"effectiveRate":{"type":"number","format":"double"}}}}}}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultPaymentPlan\": {\r\n    \"payPlanInfo\": [\r\n      {\r\n        \"interestDate\": \"2026-06-01T00:00:00\",\r\n        \"nominalRate\": 1.23,\r\n        \"effectiveRate\": 1.23\r\n      }\r\n    ],\r\n    \"loanTerm\": [\r\n      {\r\n        \"accountNo\": \"string\",\r\n        \"termNo\": 123,\r\n        \"legNo\": 123,\r\n        \"startDate\": \"2026-06-01T00:00:00\",\r\n        \"endDate\": \"2026-06-01T00:00:00\",\r\n        \"dueDate\": \"2026-06-01T00:00:00\",\r\n        \"interest\": 1.23,\r\n        \"principal\": 1.23,\r\n        \"fee\": 1.23,\r\n        \"termAmount\": 1.23,\r\n        \"balance\": 1.23,\r\n        \"invoiceNo\": \"string\",\r\n        \"additionalProductAmount\": 1.23,\r\n        \"arrearsInstallment\": \"string\",\r\n        \"extraOrdinaryPayment\": 1.23,\r\n        \"interestCorrectionAmount\": 1.23,\r\n        \"invoiceNo1\": \"string\",\r\n        \"status\": \"string\",\r\n        \"nextTermLengthInMonths\": \"string\"\r\n      }\r\n    ],\r\n    \"interestRate\": [\r\n      {\r\n        \"interestDate\": \"2026-06-01T00:00:00\",\r\n        \"nominalRate\": 1.23,\r\n        \"effectiveRate\": 1.23\r\n      }\r\n    ]\r\n  }\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}},"patch":{"tags":["Accounts"],"summary":"Extend Account's Payment Plan","description":"TODO: Description","operationId":"ExtendAccountPaymentPlan","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"terms","in":"query","description":"Number Of Terms (TODO: More info)","required":true,"style":"form","explode":false,"schema":{"type":"integer","format":"int32"}},{"name":"legalId","in":"query","description":"Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/leasing-amounts":{"summary":"TODO: Summary","description":"TODO: Description","patch":{"tags":["Accounts"],"summary":"Update amounts for leasing account","description":"TODO: Description","operationId":"UpdateAccountLeasingAmounts","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"updateLeasingAmounts":{"type":"object","properties":{"contractDetails":{"type":"object","properties":{"objectPriceIncVat":{"type":"number","format":"double"},"objectPriceExclVat":{"type":"number","format":"double"},"vatFreeAmount":{"type":"number","format":"double"},"advancePaymentIncVat":{"type":"number","format":"double"},"advancePaymentExclVat":{"type":"number","format":"double"}}},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"(Default)":{"description":"Default/Standard example","value":"{\r\n  \"updateLeasingAmounts\": {\r\n    \"contractDetails\": {\r\n      \"objectPriceIncVat\": 1.23,\r\n      \"objectPriceExclVat\": 1.23,\r\n      \"vatFreeAmount\": 1.23,\r\n      \"advancePaymentIncVat\": 1.23,\r\n      \"advancePaymentExclVat\": 1.23\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/principal":{"summary":"TODO: Summary","description":"TODO: Description","patch":{"tags":["Accounts"],"summary":"Add Amount To Account's Principal","description":"TODO: Description","operationId":"AddAmountToAccountPrincipal","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"amount","in":"query","description":"Amount To Add To Principal","required":true,"style":"form","explode":false,"schema":{"type":"number","format":"double"}},{"name":"postingDate","in":"query","description":"YYYY-MM-DD","required":true,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"payOutToCustomer","in":"query","description":"TRUE requires a valid superAccessKey","required":false,"style":"form","explode":false,"schema":{"type":"boolean"}},{"name":"superAccessKey","in":"query","description":"Required by some API operations to use additional/special features, e.g. intended for manual/1-time usage","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/grace-period":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Accounts"],"summary":"Add Grace Period To Account","description":"TODO: Description","operationId":"AddGracePeriodToAccount","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"terms","in":"query","description":"Number Of Terms (TODO: More info)","required":true,"style":"form","explode":false,"schema":{"type":"integer","format":"int32"}},{"name":"startTerm","in":"query","description":"Start Term (TODO: More info)","required":true,"style":"form","explode":false,"schema":{"type":"integer","format":"int32"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/invoices/last-term/reversal":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Accounts"],"summary":"Reverse Last Account's Term Invoice","description":"TODO: Description","operationId":"ReverseLastTermInvoiceOnAccount","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/redemption":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Accounts"],"summary":"Redeem Account","description":"TODO: Description","operationId":"RedeemAccount","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"redemptionDueDate","in":"query","description":"Redemption Due Date (TODO: More info)","required":true,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"calculateOnly","in":"query","description":"Calculate Only (TODO: More info)","required":true,"style":"form","explode":false,"schema":{"type":"boolean"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"resultRedeemLines":{"type":"string"},"serviceVersion":{"type":"string"},"redemptionDueDate":{"type":"string","format":"date-time"},"accountNo":{"type":"string"},"resultObjectDescription":{"type":"string"},"result":{"type":"boolean"},"resultBankAccountNo":{"type":"string"},"resultRedemptionAmount":{"type":"number","format":"double"},"resultDetails":{"type":"string"},"correlationId":{"type":"string"},"resultPaymentReference":{"type":"string"},"calculateOnly":{"type":"boolean"}},"example":"{\r\n  \"resultRedeemLines\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"redemptionDueDate\": \"2026-06-01T00:00:00\",\r\n  \"accountNo\": \"string\",\r\n  \"resultObjectDescription\": \"string\",\r\n  \"result\": true,\r\n  \"resultBankAccountNo\": \"string\",\r\n  \"resultRedemptionAmount\": 1.23,\r\n  \"resultDetails\": \"string\",\r\n  \"correlationId\": \"string\",\r\n  \"resultPaymentReference\": \"string\",\r\n  \"calculateOnly\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"resultRedeemLines":{"type":"string"},"serviceVersion":{"type":"string"},"redemptionDueDate":{"type":"string","format":"date-time"},"accountNo":{"type":"string"},"resultObjectDescription":{"type":"string"},"result":{"type":"boolean"},"resultBankAccountNo":{"type":"string"},"resultRedemptionAmount":{"type":"number","format":"double"},"resultDetails":{"type":"string"},"correlationId":{"type":"string"},"resultPaymentReference":{"type":"string"},"calculateOnly":{"type":"boolean"}},"example":"{\r\n  \"resultRedeemLines\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"redemptionDueDate\": \"2026-06-01T00:00:00\",\r\n  \"accountNo\": \"string\",\r\n  \"resultObjectDescription\": \"string\",\r\n  \"result\": true,\r\n  \"resultBankAccountNo\": \"string\",\r\n  \"resultRedemptionAmount\": 1.23,\r\n  \"resultDetails\": \"string\",\r\n  \"correlationId\": \"string\",\r\n  \"resultPaymentReference\": \"string\",\r\n  \"calculateOnly\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/start-date/{startDate}":{"summary":"TODO: Summary","description":"TODO: Description","patch":{"tags":["Accounts"],"summary":"Set StartDate on Account","description":"TODO: Description","operationId":"SetAccountStartDate","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"startDate","in":"path","description":"New StartDate for account","required":true,"style":"simple","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/status":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Accounts"],"summary":"Set Account Status","description":"Attempts to set a new status for account.","operationId":"SetAccountStatus","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"status","in":"query","description":"New Status","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/status-current":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Accounts"],"summary":"Activate Account (set status to CURRENT) ... OBSOLETE! Use accounts/{accountNo}/status instead.","description":"OBSOLETE! Use accounts/{accountNo}/status instead.","operationId":"SetAccountStatusCurrent","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/terminate-and-payout":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Accounts"],"summary":"Terminate and Payout Account","description":"This will terminate a deposit account and if there is a remaining balance a payout will be made as well","operationId":"TerminateAndPayoutAccount","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"terminationEffectiveDate","in":"query","description":"Termination Effective Due Date - Format YYYY-MM-DD (TODO: More info)","required":true,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"payOutReferenceText","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultTotalTaxAmount":{"type":"number","format":"double"},"payOutReferenceText":{"type":"string"},"accountNo":{"type":"string"},"result":{"type":"boolean"},"resultTotalInterestsAmount":{"type":"number","format":"double"},"resultAllowPayoutOnSameBankDay":{"type":"boolean"},"resultPayOutDate":{"type":"string","format":"date-time"},"resultFinalBalance":{"type":"number","format":"double"},"correlationId":{"type":"string"},"terminationEffectiveDate":{"type":"string","format":"date-time"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultTotalTaxAmount\": 1.23,\r\n  \"payOutReferenceText\": \"string\",\r\n  \"accountNo\": \"string\",\r\n  \"result\": true,\r\n  \"resultTotalInterestsAmount\": 1.23,\r\n  \"resultAllowPayoutOnSameBankDay\": true,\r\n  \"resultPayOutDate\": \"2026-06-01T00:00:00\",\r\n  \"resultFinalBalance\": 1.23,\r\n  \"correlationId\": \"string\",\r\n  \"terminationEffectiveDate\": \"2026-06-01T00:00:00\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultTotalTaxAmount":{"type":"number","format":"double"},"payOutReferenceText":{"type":"string"},"accountNo":{"type":"string"},"result":{"type":"boolean"},"resultTotalInterestsAmount":{"type":"number","format":"double"},"resultAllowPayoutOnSameBankDay":{"type":"boolean"},"resultPayOutDate":{"type":"string","format":"date-time"},"resultFinalBalance":{"type":"number","format":"double"},"correlationId":{"type":"string"},"terminationEffectiveDate":{"type":"string","format":"date-time"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultTotalTaxAmount\": 1.23,\r\n  \"payOutReferenceText\": \"string\",\r\n  \"accountNo\": \"string\",\r\n  \"result\": true,\r\n  \"resultTotalInterestsAmount\": 1.23,\r\n  \"resultAllowPayoutOnSameBankDay\": true,\r\n  \"resultPayOutDate\": \"2026-06-01T00:00:00\",\r\n  \"resultFinalBalance\": 1.23,\r\n  \"correlationId\": \"string\",\r\n  \"terminationEffectiveDate\": \"2026-06-01T00:00:00\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/disbursements":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Accounts"],"summary":"Create Disbursement(s) On Account","description":"Now supported only 1 transaction per call","operationId":"CreateAccountDisbursements","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"disbursementRequest":{"type":"object","properties":{"disbursement":{"type":"array","items":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceApplicationID":{"type":"string"},"sourceDisbursementID":{"type":"string"},"sourceContactID":{"type":"string"},"accountNo":{"type":"string"},"bankAccountNo":{"type":"string"},"recipientType":{"type":"string"},"recipientNo":{"type":"string"},"coreAccountNo":{"type":"string"},"paymentDate":{"type":"string","format":"date-time"},"externalDocNo":{"type":"string"},"currencyCode":{"type":"string"},"amount":{"type":"number","format":"double"},"adjustPrepaymentAmount":{"type":"number","format":"double"},"adjustAdvancePaymentAmount":{"type":"number","format":"double"},"vatFreeAmount":{"type":"number","format":"double"},"handlingFee":{"type":"number","format":"double"},"acquisition":{"type":"boolean"},"sourceObjectID":{"type":"string"},"paymentReference":{"type":"string"},"alreadyPaid":{"type":"boolean"},"increasePrincipal":{"type":"boolean"},"feeCode":{"type":"string"},"feeAmount":{"type":"number","format":"double"},"message1":{"type":"string"},"message2":{"type":"string"},"message3":{"type":"string"},"paymentText":{"type":"string"},"consentReference":{"type":"string"},"approval":{"type":"array","items":{"type":"object","properties":{"approverSSN":{"type":"string"},"authenticationMethod":{"type":"string"},"authenticationReference__SECRET":{"type":"string"},"authorizationTimestamp":{"type":"integer","format":"int64"},"authorizationClientInfo":{"type":"string"}}}}}}},"disbursementCount":{"type":"integer","format":"int32"}}}}},"examples":{"Default - Raw":{"description":"","value":"{\r\n  \"disbursementRequest\": {\r\n    \"disbursement\": [\r\n      {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"sourceApplicationID\": \"string\",\r\n        \"sourceDisbursementID\": \"string\",\r\n        \"sourceContactID\": \"string\",\r\n        \"accountNo\": \"string\",\r\n        \"bankAccountNo\": \"string\",\r\n        \"recipientType\": \"string\",\r\n        \"recipientNo\": \"string\",\r\n        \"coreAccountNo\": \"string\",\r\n        \"paymentDate\": \"2026-06-01T00:00:00\",\r\n        \"externalDocNo\": \"string\",\r\n        \"currencyCode\": \"string\",\r\n        \"amount\": 1.23,\r\n        \"adjustPrepaymentAmount\": 1.23,\r\n        \"adjustAdvancePaymentAmount\": 1.23,\r\n        \"vatFreeAmount\": 1.23,\r\n        \"handlingFee\": 1.23,\r\n        \"acquisition\": true,\r\n        \"sourceObjectID\": \"string\",\r\n        \"paymentReference\": \"string\",\r\n        \"alreadyPaid\": true,\r\n        \"increasePrincipal\": true,\r\n        \"feeCode\": \"string\",\r\n        \"feeAmount\": 1.23,\r\n        \"message1\": \"string\",\r\n        \"message2\": \"string\",\r\n        \"message3\": \"string\",\r\n        \"paymentText\": \"string\",\r\n        \"consentReference\": \"string\",\r\n        \"approval\": [\r\n          {\r\n            \"approverSSN\": \"string\",\r\n            \"authenticationMethod\": \"string\",\r\n            \"authenticationReference__SECRET\": \"string\",\r\n            \"authorizationTimestamp\": 123,\r\n            \"authorizationClientInfo\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"disbursementCount\": 123\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/deposit-rate":{"summary":"TODO: Summary","description":"TODO: Description","put":{"tags":["Accounts"],"summary":"Change Deposit Interest","description":"Change deposit interest rate for a deposit account","operationId":"ChangeDepositInterest","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"interestGroupCode","in":"query","description":"The interest group code which the rate will be set to","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultBookDate":{"type":"string","format":"date-time"},"resultRate":{"type":"number","format":"double"},"result":{"type":"boolean"},"resultExpiryDate":{"type":"string","format":"date-time"},"correlationId":{"type":"string"},"resultBalance":{"type":"number","format":"double"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultBookDate\": \"2026-06-01T00:00:00\",\r\n  \"resultRate\": 1.23,\r\n  \"result\": true,\r\n  \"resultExpiryDate\": \"2026-06-01T00:00:00\",\r\n  \"correlationId\": \"string\",\r\n  \"resultBalance\": 1.23\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultBookDate":{"type":"string","format":"date-time"},"resultRate":{"type":"number","format":"double"},"result":{"type":"boolean"},"resultExpiryDate":{"type":"string","format":"date-time"},"correlationId":{"type":"string"},"resultBalance":{"type":"number","format":"double"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultBookDate\": \"2026-06-01T00:00:00\",\r\n  \"resultRate\": 1.23,\r\n  \"result\": true,\r\n  \"resultExpiryDate\": \"2026-06-01T00:00:00\",\r\n  \"correlationId\": \"string\",\r\n  \"resultBalance\": 1.23\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/transactions":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Accounts"],"summary":"Get Account's Transactions","description":"TODO: Description","operationId":"GetAccountTransactions","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"startDate","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"endDate","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"lineTypeFilter","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultTransactions":{"type":"object","properties":{"transactions":{"type":"array","items":{"type":"object","properties":{"lineNo":{"type":"integer","format":"int32"},"lineType":{"type":"string"},"documentType":{"type":"string"},"reasonCode":{"type":"string"},"documentNo":{"type":"string"},"specificationType":{"type":"string"},"bookDate":{"type":"string","format":"date-time"},"transactionSource":{"type":"string"},"transactionID":{"type":"integer","format":"int32"},"transactionType":{"type":"string"},"sourceTransactionID":{"type":"string"},"transactionDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"amount":{"type":"number","format":"double"},"runningTotalAfterTrans":{"type":"number","format":"double"},"description":{"type":"string"},"productCode":{"type":"string"}}}},"transactionsCount":{"type":"integer","format":"int32"}}},"resultSystemCurrencyCode":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultTransactions\": {\r\n    \"transactions\": [\r\n      {\r\n        \"lineNo\": 123,\r\n        \"lineType\": \"string\",\r\n        \"documentType\": \"string\",\r\n        \"reasonCode\": \"string\",\r\n        \"documentNo\": \"string\",\r\n        \"specificationType\": \"string\",\r\n        \"bookDate\": \"2026-06-01T00:00:00\",\r\n        \"transactionSource\": \"string\",\r\n        \"transactionID\": 123,\r\n        \"transactionType\": \"string\",\r\n        \"sourceTransactionID\": \"string\",\r\n        \"transactionDate\": \"2026-06-01T00:00:00\",\r\n        \"dueDate\": \"2026-06-01T00:00:00\",\r\n        \"amount\": 1.23,\r\n        \"runningTotalAfterTrans\": 1.23,\r\n        \"description\": \"string\",\r\n        \"productCode\": \"string\"\r\n      }\r\n    ],\r\n    \"transactionsCount\": 123\r\n  },\r\n  \"resultSystemCurrencyCode\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultTransactions":{"type":"object","properties":{"transactions":{"type":"array","items":{"type":"object","properties":{"lineNo":{"type":"integer","format":"int32"},"lineType":{"type":"string"},"documentType":{"type":"string"},"reasonCode":{"type":"string"},"documentNo":{"type":"string"},"specificationType":{"type":"string"},"bookDate":{"type":"string","format":"date-time"},"transactionSource":{"type":"string"},"transactionID":{"type":"integer","format":"int32"},"transactionType":{"type":"string"},"sourceTransactionID":{"type":"string"},"transactionDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"amount":{"type":"number","format":"double"},"runningTotalAfterTrans":{"type":"number","format":"double"},"description":{"type":"string"},"productCode":{"type":"string"}}}},"transactionsCount":{"type":"integer","format":"int32"}}},"resultSystemCurrencyCode":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultTransactions\": {\r\n    \"transactions\": [\r\n      {\r\n        \"lineNo\": 123,\r\n        \"lineType\": \"string\",\r\n        \"documentType\": \"string\",\r\n        \"reasonCode\": \"string\",\r\n        \"documentNo\": \"string\",\r\n        \"specificationType\": \"string\",\r\n        \"bookDate\": \"2026-06-01T00:00:00\",\r\n        \"transactionSource\": \"string\",\r\n        \"transactionID\": 123,\r\n        \"transactionType\": \"string\",\r\n        \"sourceTransactionID\": \"string\",\r\n        \"transactionDate\": \"2026-06-01T00:00:00\",\r\n        \"dueDate\": \"2026-06-01T00:00:00\",\r\n        \"amount\": 1.23,\r\n        \"runningTotalAfterTrans\": 1.23,\r\n        \"description\": \"string\",\r\n        \"productCode\": \"string\"\r\n      }\r\n    ],\r\n    \"transactionsCount\": 123\r\n  },\r\n  \"resultSystemCurrencyCode\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/invoices":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Accounts"],"summary":"Get Account's Invoices and Reminders","description":"TODO: Description","operationId":"GetAccountInvoiceList","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultReminders":{"type":"object","properties":{"reminderDocument":{"type":"array","items":{"type":"object","properties":{"reminderHeader":{"type":"object","properties":{"reminderNo":{"type":"string"},"apiReference":{"type":"string"},"reminderLevel":{"type":"integer","format":"int32"},"customerNo":{"type":"string"},"name":{"type":"string"},"name2":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"city":{"type":"string"},"postCode":{"type":"string"},"contact":{"type":"string"},"email":{"type":"string"},"yourRef":{"type":"string"},"documentDate":{"type":"string","format":"date-time"},"postingDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"postingDescription":{"type":"string"},"reminderTotalAmount":{"type":"string"},"reminderTotalAmountKR":{"type":"string"},"totalAmountORE":{"type":"string"},"giroKID":{"type":"string"},"exportJobNo":{"type":"string"}}},"reminderLine":{"type":"array","items":{"type":"object","properties":{"lineNumber":{"type":"integer","format":"int32"},"lineType":{"type":"string"},"description":{"type":"string"},"vat":{"type":"number","format":"double"},"amount":{"type":"number","format":"double"},"amountIncVAT":{"type":"number","format":"double"},"minAmountToPay":{"type":"number","format":"double"}}}}}}},"remindersCount":{"type":"integer","format":"int32"}}},"result":{"type":"boolean"},"resultInvoices":{"type":"object","properties":{"invoiceDocument":{"type":"array","items":{"type":"object","properties":{"invoiceHeader":{"type":"object","properties":{"invoiceNo":{"type":"string"},"apiReference":{"type":"string"},"sellToCustomerNo":{"type":"string"},"sellToName":{"type":"string"},"billlToCustomerNo":{"type":"string"},"billlToCustomerName":{"type":"string"},"billlToCustomerName2":{"type":"string"},"billlToCustomerAddress":{"type":"string"},"billlToCustomerAddress2":{"type":"string"},"billlToCustomerCity":{"type":"string"},"billlToCustomerPostCode":{"type":"string"},"billlToCustomerContact":{"type":"string"},"billlToCustomerEmail":{"type":"string"},"yourRef":{"type":"string"},"documentDate":{"type":"string","format":"date-time"},"postingDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"closedAtDate":{"type":"string","format":"date-time"},"postingDescription":{"type":"string"},"paymentTerm":{"type":"string"},"invoiceTotalAmount":{"type":"string"},"invoiceTotalAmountKR":{"type":"string"},"invoiceTotalAmountORE":{"type":"string"},"giroKID":{"type":"string"},"exportJobNo":{"type":"string"},"coreDocumentType":{"type":"string"},"status":{"type":"string"},"paymentStatus":{"type":"string"},"reminderLevel":{"type":"integer","format":"int32"}}},"invoiceLine":{"type":"array","items":{"type":"object","properties":{"lineNumber":{"type":"integer","format":"int32"},"lineType":{"type":"string"},"description":{"type":"string"},"description2":{"type":"string"},"quantity":{"type":"number","format":"double"},"vat":{"type":"number","format":"double"},"amount":{"type":"number","format":"double"},"amountIncVAT":{"type":"number","format":"double"},"minAmountToPay":{"type":"number","format":"double"},"fromDate":{"type":"string","format":"date-time"},"toDate":{"type":"string","format":"date-time"},"termNo":{"type":"integer","format":"int32"}}}}}}},"invoicesCount":{"type":"integer","format":"int32"}}},"resultHeaderInformation":{"type":"object","properties":{"accountInformation":{"type":"object","properties":{"accountNo":{"type":"string"},"accountType":{"type":"string"},"accountDescription":{"type":"string"},"brand":{"type":"string"},"status":{"type":"string"},"sourceSystem":{"type":"string"},"sourceSystemApplicationNo":{"type":"string"}}},"issuerInformation":{"type":"object","properties":{"issuerName":{"type":"string"},"issuerAddress":{"type":"string"},"issuerAddress2":{"type":"string"},"issuerZip":{"type":"string"},"issuerCity":{"type":"string"},"issuerOrgNo":{"type":"string"},"issuerPhone":{"type":"string"},"issuerURL":{"type":"string"},"issuerMail":{"type":"string"},"issuerBankName":{"type":"string"},"issuerBankAccountNo":{"type":"string"}}}}},"correlationId":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultReminders\": {\r\n    \"reminderDocument\": [\r\n      {\r\n        \"reminderHeader\": {\r\n          \"reminderNo\": \"string\",\r\n          \"apiReference\": \"string\",\r\n          \"reminderLevel\": 123,\r\n          \"customerNo\": \"string\",\r\n          \"name\": \"string\",\r\n          \"name2\": \"string\",\r\n          \"address\": \"string\",\r\n          \"address2\": \"string\",\r\n          \"city\": \"string\",\r\n          \"postCode\": \"string\",\r\n          \"contact\": \"string\",\r\n          \"email\": \"string\",\r\n          \"yourRef\": \"string\",\r\n          \"documentDate\": \"2026-06-01T00:00:00\",\r\n          \"postingDate\": \"2026-06-01T00:00:00\",\r\n          \"dueDate\": \"2026-06-01T00:00:00\",\r\n          \"postingDescription\": \"string\",\r\n          \"reminderTotalAmount\": \"string\",\r\n          \"reminderTotalAmountKR\": \"string\",\r\n          \"totalAmountORE\": \"string\",\r\n          \"giroKID\": \"string\",\r\n          \"exportJobNo\": \"string\"\r\n        },\r\n        \"reminderLine\": [\r\n          {\r\n            \"lineNumber\": 123,\r\n            \"lineType\": \"string\",\r\n            \"description\": \"string\",\r\n            \"vat\": 1.23,\r\n            \"amount\": 1.23,\r\n            \"amountIncVAT\": 1.23,\r\n            \"minAmountToPay\": 1.23\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"remindersCount\": 123\r\n  },\r\n  \"result\": true,\r\n  \"resultInvoices\": {\r\n    \"invoiceDocument\": [\r\n      {\r\n        \"invoiceHeader\": {\r\n          \"invoiceNo\": \"string\",\r\n          \"apiReference\": \"string\",\r\n          \"sellToCustomerNo\": \"string\",\r\n          \"sellToName\": \"string\",\r\n          \"billlToCustomerNo\": \"string\",\r\n          \"billlToCustomerName\": \"string\",\r\n          \"billlToCustomerName2\": \"string\",\r\n          \"billlToCustomerAddress\": \"string\",\r\n          \"billlToCustomerAddress2\": \"string\",\r\n          \"billlToCustomerCity\": \"string\",\r\n          \"billlToCustomerPostCode\": \"string\",\r\n          \"billlToCustomerContact\": \"string\",\r\n          \"billlToCustomerEmail\": \"string\",\r\n          \"yourRef\": \"string\",\r\n          \"documentDate\": \"2026-06-01T00:00:00\",\r\n          \"postingDate\": \"2026-06-01T00:00:00\",\r\n          \"dueDate\": \"2026-06-01T00:00:00\",\r\n          \"closedAtDate\": \"2026-06-01T00:00:00\",\r\n          \"postingDescription\": \"string\",\r\n          \"paymentTerm\": \"string\",\r\n          \"invoiceTotalAmount\": \"string\",\r\n          \"invoiceTotalAmountKR\": \"string\",\r\n          \"invoiceTotalAmountORE\": \"string\",\r\n          \"giroKID\": \"string\",\r\n          \"exportJobNo\": \"string\",\r\n          \"coreDocumentType\": \"string\",\r\n          \"status\": \"string\",\r\n          \"paymentStatus\": \"string\",\r\n          \"reminderLevel\": 123\r\n        },\r\n        \"invoiceLine\": [\r\n          {\r\n            \"lineNumber\": 123,\r\n            \"lineType\": \"string\",\r\n            \"description\": \"string\",\r\n            \"description2\": \"string\",\r\n            \"quantity\": 1.23,\r\n            \"vat\": 1.23,\r\n            \"amount\": 1.23,\r\n            \"amountIncVAT\": 1.23,\r\n            \"minAmountToPay\": 1.23,\r\n            \"fromDate\": \"2026-06-01T00:00:00\",\r\n            \"toDate\": \"2026-06-01T00:00:00\",\r\n            \"termNo\": 123\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"invoicesCount\": 123\r\n  },\r\n  \"resultHeaderInformation\": {\r\n    \"accountInformation\": {\r\n      \"accountNo\": \"string\",\r\n      \"accountType\": \"string\",\r\n      \"accountDescription\": \"string\",\r\n      \"brand\": \"string\",\r\n      \"status\": \"string\",\r\n      \"sourceSystem\": \"string\",\r\n      \"sourceSystemApplicationNo\": \"string\"\r\n    },\r\n    \"issuerInformation\": {\r\n      \"issuerName\": \"string\",\r\n      \"issuerAddress\": \"string\",\r\n      \"issuerAddress2\": \"string\",\r\n      \"issuerZip\": \"string\",\r\n      \"issuerCity\": \"string\",\r\n      \"issuerOrgNo\": \"string\",\r\n      \"issuerPhone\": \"string\",\r\n      \"issuerURL\": \"string\",\r\n      \"issuerMail\": \"string\",\r\n      \"issuerBankName\": \"string\",\r\n      \"issuerBankAccountNo\": \"string\"\r\n    }\r\n  },\r\n  \"correlationId\": \"string\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"resultReminders":{"type":"object","properties":{"reminderDocument":{"type":"array","items":{"type":"object","properties":{"reminderHeader":{"type":"object","properties":{"reminderNo":{"type":"string"},"apiReference":{"type":"string"},"reminderLevel":{"type":"integer","format":"int32"},"customerNo":{"type":"string"},"name":{"type":"string"},"name2":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"city":{"type":"string"},"postCode":{"type":"string"},"contact":{"type":"string"},"email":{"type":"string"},"yourRef":{"type":"string"},"documentDate":{"type":"string","format":"date-time"},"postingDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"postingDescription":{"type":"string"},"reminderTotalAmount":{"type":"string"},"reminderTotalAmountKR":{"type":"string"},"totalAmountORE":{"type":"string"},"giroKID":{"type":"string"},"exportJobNo":{"type":"string"}}},"reminderLine":{"type":"array","items":{"type":"object","properties":{"lineNumber":{"type":"integer","format":"int32"},"lineType":{"type":"string"},"description":{"type":"string"},"vat":{"type":"number","format":"double"},"amount":{"type":"number","format":"double"},"amountIncVAT":{"type":"number","format":"double"},"minAmountToPay":{"type":"number","format":"double"}}}}}}},"remindersCount":{"type":"integer","format":"int32"}}},"result":{"type":"boolean"},"resultInvoices":{"type":"object","properties":{"invoiceDocument":{"type":"array","items":{"type":"object","properties":{"invoiceHeader":{"type":"object","properties":{"invoiceNo":{"type":"string"},"apiReference":{"type":"string"},"sellToCustomerNo":{"type":"string"},"sellToName":{"type":"string"},"billlToCustomerNo":{"type":"string"},"billlToCustomerName":{"type":"string"},"billlToCustomerName2":{"type":"string"},"billlToCustomerAddress":{"type":"string"},"billlToCustomerAddress2":{"type":"string"},"billlToCustomerCity":{"type":"string"},"billlToCustomerPostCode":{"type":"string"},"billlToCustomerContact":{"type":"string"},"billlToCustomerEmail":{"type":"string"},"yourRef":{"type":"string"},"documentDate":{"type":"string","format":"date-time"},"postingDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"closedAtDate":{"type":"string","format":"date-time"},"postingDescription":{"type":"string"},"paymentTerm":{"type":"string"},"invoiceTotalAmount":{"type":"string"},"invoiceTotalAmountKR":{"type":"string"},"invoiceTotalAmountORE":{"type":"string"},"giroKID":{"type":"string"},"exportJobNo":{"type":"string"},"coreDocumentType":{"type":"string"},"status":{"type":"string"},"paymentStatus":{"type":"string"},"reminderLevel":{"type":"integer","format":"int32"}}},"invoiceLine":{"type":"array","items":{"type":"object","properties":{"lineNumber":{"type":"integer","format":"int32"},"lineType":{"type":"string"},"description":{"type":"string"},"description2":{"type":"string"},"quantity":{"type":"number","format":"double"},"vat":{"type":"number","format":"double"},"amount":{"type":"number","format":"double"},"amountIncVAT":{"type":"number","format":"double"},"minAmountToPay":{"type":"number","format":"double"},"fromDate":{"type":"string","format":"date-time"},"toDate":{"type":"string","format":"date-time"},"termNo":{"type":"integer","format":"int32"}}}}}}},"invoicesCount":{"type":"integer","format":"int32"}}},"resultHeaderInformation":{"type":"object","properties":{"accountInformation":{"type":"object","properties":{"accountNo":{"type":"string"},"accountType":{"type":"string"},"accountDescription":{"type":"string"},"brand":{"type":"string"},"status":{"type":"string"},"sourceSystem":{"type":"string"},"sourceSystemApplicationNo":{"type":"string"}}},"issuerInformation":{"type":"object","properties":{"issuerName":{"type":"string"},"issuerAddress":{"type":"string"},"issuerAddress2":{"type":"string"},"issuerZip":{"type":"string"},"issuerCity":{"type":"string"},"issuerOrgNo":{"type":"string"},"issuerPhone":{"type":"string"},"issuerURL":{"type":"string"},"issuerMail":{"type":"string"},"issuerBankName":{"type":"string"},"issuerBankAccountNo":{"type":"string"}}}}},"correlationId":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"resultReminders\": {\r\n    \"reminderDocument\": [\r\n      {\r\n        \"reminderHeader\": {\r\n          \"reminderNo\": \"string\",\r\n          \"apiReference\": \"string\",\r\n          \"reminderLevel\": 123,\r\n          \"customerNo\": \"string\",\r\n          \"name\": \"string\",\r\n          \"name2\": \"string\",\r\n          \"address\": \"string\",\r\n          \"address2\": \"string\",\r\n          \"city\": \"string\",\r\n          \"postCode\": \"string\",\r\n          \"contact\": \"string\",\r\n          \"email\": \"string\",\r\n          \"yourRef\": \"string\",\r\n          \"documentDate\": \"2026-06-01T00:00:00\",\r\n          \"postingDate\": \"2026-06-01T00:00:00\",\r\n          \"dueDate\": \"2026-06-01T00:00:00\",\r\n          \"postingDescription\": \"string\",\r\n          \"reminderTotalAmount\": \"string\",\r\n          \"reminderTotalAmountKR\": \"string\",\r\n          \"totalAmountORE\": \"string\",\r\n          \"giroKID\": \"string\",\r\n          \"exportJobNo\": \"string\"\r\n        },\r\n        \"reminderLine\": [\r\n          {\r\n            \"lineNumber\": 123,\r\n            \"lineType\": \"string\",\r\n            \"description\": \"string\",\r\n            \"vat\": 1.23,\r\n            \"amount\": 1.23,\r\n            \"amountIncVAT\": 1.23,\r\n            \"minAmountToPay\": 1.23\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"remindersCount\": 123\r\n  },\r\n  \"result\": true,\r\n  \"resultInvoices\": {\r\n    \"invoiceDocument\": [\r\n      {\r\n        \"invoiceHeader\": {\r\n          \"invoiceNo\": \"string\",\r\n          \"apiReference\": \"string\",\r\n          \"sellToCustomerNo\": \"string\",\r\n          \"sellToName\": \"string\",\r\n          \"billlToCustomerNo\": \"string\",\r\n          \"billlToCustomerName\": \"string\",\r\n          \"billlToCustomerName2\": \"string\",\r\n          \"billlToCustomerAddress\": \"string\",\r\n          \"billlToCustomerAddress2\": \"string\",\r\n          \"billlToCustomerCity\": \"string\",\r\n          \"billlToCustomerPostCode\": \"string\",\r\n          \"billlToCustomerContact\": \"string\",\r\n          \"billlToCustomerEmail\": \"string\",\r\n          \"yourRef\": \"string\",\r\n          \"documentDate\": \"2026-06-01T00:00:00\",\r\n          \"postingDate\": \"2026-06-01T00:00:00\",\r\n          \"dueDate\": \"2026-06-01T00:00:00\",\r\n          \"closedAtDate\": \"2026-06-01T00:00:00\",\r\n          \"postingDescription\": \"string\",\r\n          \"paymentTerm\": \"string\",\r\n          \"invoiceTotalAmount\": \"string\",\r\n          \"invoiceTotalAmountKR\": \"string\",\r\n          \"invoiceTotalAmountORE\": \"string\",\r\n          \"giroKID\": \"string\",\r\n          \"exportJobNo\": \"string\",\r\n          \"coreDocumentType\": \"string\",\r\n          \"status\": \"string\",\r\n          \"paymentStatus\": \"string\",\r\n          \"reminderLevel\": 123\r\n        },\r\n        \"invoiceLine\": [\r\n          {\r\n            \"lineNumber\": 123,\r\n            \"lineType\": \"string\",\r\n            \"description\": \"string\",\r\n            \"description2\": \"string\",\r\n            \"quantity\": 1.23,\r\n            \"vat\": 1.23,\r\n            \"amount\": 1.23,\r\n            \"amountIncVAT\": 1.23,\r\n            \"minAmountToPay\": 1.23,\r\n            \"fromDate\": \"2026-06-01T00:00:00\",\r\n            \"toDate\": \"2026-06-01T00:00:00\",\r\n            \"termNo\": 123\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"invoicesCount\": 123\r\n  },\r\n  \"resultHeaderInformation\": {\r\n    \"accountInformation\": {\r\n      \"accountNo\": \"string\",\r\n      \"accountType\": \"string\",\r\n      \"accountDescription\": \"string\",\r\n      \"brand\": \"string\",\r\n      \"status\": \"string\",\r\n      \"sourceSystem\": \"string\",\r\n      \"sourceSystemApplicationNo\": \"string\"\r\n    },\r\n    \"issuerInformation\": {\r\n      \"issuerName\": \"string\",\r\n      \"issuerAddress\": \"string\",\r\n      \"issuerAddress2\": \"string\",\r\n      \"issuerZip\": \"string\",\r\n      \"issuerCity\": \"string\",\r\n      \"issuerOrgNo\": \"string\",\r\n      \"issuerPhone\": \"string\",\r\n      \"issuerURL\": \"string\",\r\n      \"issuerMail\": \"string\",\r\n      \"issuerBankName\": \"string\",\r\n      \"issuerBankAccountNo\": \"string\"\r\n    }\r\n  },\r\n  \"correlationId\": \"string\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/{accountNo}/ledgers":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Accounts"],"summary":"Get Account's ledgers","description":"TODO: Description","operationId":"GetCustomerLedgers","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultCustLedger":{"type":"object","properties":{"accountNo":{"type":"string"},"customerLedgerEntry":{"type":"array","items":{"type":"object","properties":{"entryNo":{"type":"integer","format":"int32"},"customerNo":{"type":"string"},"documentType":{"type":"string"},"documentNo":{"type":"string"},"postingDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"amount":{"type":"number","format":"double"},"remainingAmount":{"type":"number","format":"double"},"open":{"type":"boolean"},"paidDate":{"type":"string","format":"date-time"},"dateIssuedReminder":{"type":"string","format":"date-time"},"reasonCode":{"type":"string"},"reversed":{"type":"boolean"},"reminderLevel":{"type":"integer","format":"int32"},"collectorsReferenceNo":{"type":"string"},"paymentReference":{"type":"string"},"payToBankAccountNo":{"type":"string"}}}},"custLedgerCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultCustLedger\": {\r\n    \"accountNo\": \"string\",\r\n    \"customerLedgerEntry\": [\r\n      {\r\n        \"entryNo\": 123,\r\n        \"customerNo\": \"string\",\r\n        \"documentType\": \"string\",\r\n        \"documentNo\": \"string\",\r\n        \"postingDate\": \"2026-06-01T00:00:00\",\r\n        \"dueDate\": \"2026-06-01T00:00:00\",\r\n        \"amount\": 1.23,\r\n        \"remainingAmount\": 1.23,\r\n        \"open\": true,\r\n        \"paidDate\": \"2026-06-01T00:00:00\",\r\n        \"dateIssuedReminder\": \"2026-06-01T00:00:00\",\r\n        \"reasonCode\": \"string\",\r\n        \"reversed\": true,\r\n        \"reminderLevel\": 123,\r\n        \"collectorsReferenceNo\": \"string\",\r\n        \"paymentReference\": \"string\",\r\n        \"payToBankAccountNo\": \"string\"\r\n      }\r\n    ],\r\n    \"custLedgerCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultCustLedger":{"type":"object","properties":{"accountNo":{"type":"string"},"customerLedgerEntry":{"type":"array","items":{"type":"object","properties":{"entryNo":{"type":"integer","format":"int32"},"customerNo":{"type":"string"},"documentType":{"type":"string"},"documentNo":{"type":"string"},"postingDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"amount":{"type":"number","format":"double"},"remainingAmount":{"type":"number","format":"double"},"open":{"type":"boolean"},"paidDate":{"type":"string","format":"date-time"},"dateIssuedReminder":{"type":"string","format":"date-time"},"reasonCode":{"type":"string"},"reversed":{"type":"boolean"},"reminderLevel":{"type":"integer","format":"int32"},"collectorsReferenceNo":{"type":"string"},"paymentReference":{"type":"string"},"payToBankAccountNo":{"type":"string"}}}},"custLedgerCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultCustLedger\": {\r\n    \"accountNo\": \"string\",\r\n    \"customerLedgerEntry\": [\r\n      {\r\n        \"entryNo\": 123,\r\n        \"customerNo\": \"string\",\r\n        \"documentType\": \"string\",\r\n        \"documentNo\": \"string\",\r\n        \"postingDate\": \"2026-06-01T00:00:00\",\r\n        \"dueDate\": \"2026-06-01T00:00:00\",\r\n        \"amount\": 1.23,\r\n        \"remainingAmount\": 1.23,\r\n        \"open\": true,\r\n        \"paidDate\": \"2026-06-01T00:00:00\",\r\n        \"dateIssuedReminder\": \"2026-06-01T00:00:00\",\r\n        \"reasonCode\": \"string\",\r\n        \"reversed\": true,\r\n        \"reminderLevel\": 123,\r\n        \"collectorsReferenceNo\": \"string\",\r\n        \"paymentReference\": \"string\",\r\n        \"payToBankAccountNo\": \"string\"\r\n      }\r\n    ],\r\n    \"custLedgerCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/advance-payment":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Accounts"],"summary":"Create an advance payment for a case that not yet has an Account. Returns payment details (reference and bank account).","description":"TODO: Description","operationId":"CreateApplicationAdvancePayment","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"applicationAdvancePayment":{"type":"object","properties":{"paymentDetails":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceContactID":{"type":"string"},"accountNo":{"type":"string"},"amountToPay":{"type":"number","format":"double"},"paymentDate":{"type":"string","format":"date-time"}}},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"(Default)":{"description":"Default/Standard example","value":"{\r\n  \"applicationAdvancePayment\": {\r\n    \"paymentDetails\": {\r\n      \"sourceSystemCode\": \"string\",\r\n      \"sourceContactID\": \"string\",\r\n      \"accountNo\": \"string\",\r\n      \"amountToPay\": 1.23,\r\n      \"paymentDate\": \"2026-06-01T00:00:00\"\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultPaymentReference":{"type":"string"},"resultPaymentBankAccountNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultPaymentReference\": \"string\",\r\n  \"resultPaymentBankAccountNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultPaymentReference":{"type":"string"},"resultPaymentBankAccountNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultPaymentReference\": \"string\",\r\n  \"resultPaymentBankAccountNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/accounts/funding-payment":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Accounts"],"summary":"Create an funding payment for a case that not yet has an Account. Returns payment details (reference and bank account).","description":"TODO: Description","operationId":"CreateApplicationFundingPayment","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"applicationFundingPayment":{"type":"object","properties":{"paymentDetails":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceContactID":{"type":"string"},"accountNo":{"type":"string"},"amountToPay":{"type":"number","format":"double"},"paymentDate":{"type":"string","format":"date-time"}}},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"(Default)":{"description":"Default/Standard example","value":"{\r\n  \"applicationFundingPayment\": {\r\n    \"paymentDetails\": {\r\n      \"sourceSystemCode\": \"string\",\r\n      \"sourceContactID\": \"string\",\r\n      \"accountNo\": \"string\",\r\n      \"amountToPay\": 1.23,\r\n      \"paymentDate\": \"2026-06-01T00:00:00\"\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultPaymentReference":{"type":"string"},"resultPaymentBankAccountNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultPaymentReference\": \"string\",\r\n  \"resultPaymentBankAccountNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultPaymentReference":{"type":"string"},"resultPaymentBankAccountNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultPaymentReference\": \"string\",\r\n  \"resultPaymentBankAccountNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/documents/id/{documentID}/pdf":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Documents"],"summary":"Get Document (Invoice, Reminder, Core Document) 's PDF","description":"TODO: Description","operationId":"GetDocumentPrintPDF","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"documentID","in":"path","description":"Document's SystemId (GUID)","required":true,"style":"simple","explode":false,"schema":{"type":"string","format":"uuid"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalIdToControl","in":"query","description":"OBSOLETE! Use 'legalId' parameter instead. Optional parameter to control if a legal entity should have (read or write) access to account data","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultPdfContentBase64":{"type":"string"},"resultContentSource":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultPdfContentBase64\": \"string\",\r\n  \"resultContentSource\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultPdfContentBase64":{"type":"string"},"resultContentSource":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultPdfContentBase64\": \"string\",\r\n  \"resultContentSource\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/documents/contact/{legalId}":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Documents"],"summary":"Get all documents to contact","description":"TODO: Description","operationId":"GetContactDocuments","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"path","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultContactDocuments":{"type":"object","properties":{"contactNo":{"type":"array","items":{"type":"string"}},"coreDocument":{"type":"array","items":{"type":"object","properties":{"documentGuid":{"type":"string"},"type":{"type":"string"},"accountNo":{"type":"string"},"title":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"readTimeStamp":{"type":"string","format":"date-time"},"read":{"type":"boolean"},"showInMypage":{"type":"boolean"},"url":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}}}}},"coreDocCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultContactDocuments\": {\r\n    \"contactNo\": [\r\n      \"string\"\r\n    ],\r\n    \"coreDocument\": [\r\n      {\r\n        \"documentGuid\": \"string\",\r\n        \"type\": \"string\",\r\n        \"accountNo\": \"string\",\r\n        \"title\": \"string\",\r\n        \"createdDate\": \"2026-06-01T00:00:00\",\r\n        \"readTimeStamp\": \"2026-06-01T00:00:00\",\r\n        \"read\": true,\r\n        \"showInMypage\": true,\r\n        \"url\": \"string\",\r\n        \"attributes\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"coreDocCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultContactDocuments":{"type":"object","properties":{"contactNo":{"type":"array","items":{"type":"string"}},"coreDocument":{"type":"array","items":{"type":"object","properties":{"documentGuid":{"type":"string"},"type":{"type":"string"},"accountNo":{"type":"string"},"title":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"readTimeStamp":{"type":"string","format":"date-time"},"read":{"type":"boolean"},"showInMypage":{"type":"boolean"},"url":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}}}}},"coreDocCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultContactDocuments\": {\r\n    \"contactNo\": [\r\n      \"string\"\r\n    ],\r\n    \"coreDocument\": [\r\n      {\r\n        \"documentGuid\": \"string\",\r\n        \"type\": \"string\",\r\n        \"accountNo\": \"string\",\r\n        \"title\": \"string\",\r\n        \"createdDate\": \"2026-06-01T00:00:00\",\r\n        \"readTimeStamp\": \"2026-06-01T00:00:00\",\r\n        \"read\": true,\r\n        \"showInMypage\": true,\r\n        \"url\": \"string\",\r\n        \"attributes\": [\r\n          {\r\n            \"code\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"coreDocCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/ledger/journal-lines":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Ledger"],"summary":"Create and post journal Entries","description":"TODO: Description","operationId":"CreateJournalLines","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"journalLines":{"type":"object","properties":{"journalLines":{"type":"array","items":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"postingDate":{"type":"string","format":"date-time"},"documentType":{"type":"string"},"documentNo":{"type":"string"},"accountType":{"type":"string"},"accountNo":{"type":"string"},"description":{"type":"string"},"currencyCode":{"type":"string"},"vatNumber":{"type":"string"},"amount":{"type":"number","format":"double"},"balAccountType":{"type":"string"},"balAccountNo":{"type":"string"},"balVATNumber":{"type":"string"},"reasonCode":{"type":"string"},"dimensionCode1":{"type":"string"},"dimensionCode2":{"type":"string"},"externalDocumentNo":{"type":"string"}}}},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"(Default)":{"description":"Default/Standard example","value":"{\r\n  \"journalLines\": {\r\n    \"journalLines\": [\r\n      {\r\n        \"sourceSystemCode\": \"string\",\r\n        \"postingDate\": \"2026-06-01T00:00:00\",\r\n        \"documentType\": \"string\",\r\n        \"documentNo\": \"string\",\r\n        \"accountType\": \"string\",\r\n        \"accountNo\": \"string\",\r\n        \"description\": \"string\",\r\n        \"currencyCode\": \"string\",\r\n        \"vatNumber\": \"string\",\r\n        \"amount\": 1.23,\r\n        \"balAccountType\": \"string\",\r\n        \"balAccountNo\": \"string\",\r\n        \"balVATNumber\": \"string\",\r\n        \"reasonCode\": \"string\",\r\n        \"dimensionCode1\": \"string\",\r\n        \"dimensionCode2\": \"string\",\r\n        \"externalDocumentNo\": \"string\"\r\n      }\r\n    ],\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultTransactionNo":{"type":"integer","format":"int32"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultTransactionNo\": 123,\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultTransactionNo":{"type":"integer","format":"int32"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultTransactionNo\": 123,\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/ledger/{transactionNo}/reversal":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Ledger"],"summary":"Reverse a posted GL Entry","description":"TODO: Description","operationId":"ReverseGLEntry","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"transactionNo","in":"path","description":"Transaction No. of G/L Entry to be reversed","required":true,"style":"simple","explode":false,"schema":{"type":"integer","format":"int32"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/search/contact-engagement/query":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Search"],"summary":"Process Contact Engagement (Provenir) Search request and returns a response","description":"Performs separate search by each query parameter and returns results on separate lists","operationId":"ProcessContactEngagementSearchQueryRequest","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"socialSecurityNo","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"mobileNumber","in":"query","description":"Mobile Number","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"email","in":"query","description":"E-mail","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultContactEngagement":{"type":"object","properties":{"existingCustomerHistories":{"type":"array","items":{"type":"object","properties":{"socialSecurityNo":{"type":"string"},"isBlocked":{"type":"boolean"},"productHistory":{"type":"array","items":{"type":"object","properties":{"accountNumber":{"type":"string"},"currencyCode":{"type":"string"},"socialSecurityNo":{"type":"string"},"numberOfApplicants":{"type":"integer","format":"int32"},"creationDate":{"type":"string","format":"date-time"},"closedDate":{"type":"string","format":"date-time"},"expectedLoanDurationInMonths":{"type":"integer","format":"int32"},"currentInterestRate":{"type":"number","format":"double"},"hasEverBeenToDebtCollection":{"type":"boolean"},"isInDebtCollection":{"type":"boolean"},"isMainApplicant":{"type":"boolean"},"latestDebtCollectionDate":{"type":"string","format":"date-time"},"productId":{"type":"string"},"productName":{"type":"string"},"productType":{"type":"string"},"initialLoanAmount":{"type":"number","format":"double"},"remainingBalance":{"type":"number","format":"double"},"dueBalance":{"type":"number","format":"double"},"internalAccountDisbursements":{"type":"array","items":{"type":"object","properties":{"reference":{"type":"string"},"fromInternalAccountNo":{"type":"string"},"toInternalAccountNo":{"type":"string"},"amount":{"type":"number","format":"double"},"date":{"type":"string","format":"date-time"}}}},"hasInternalAccountDisbursements":{"type":"boolean"},"latestGraceBalanceToPrincipalDate":{"type":"string","format":"date-time"},"latestGracePeriodPaymentFreeDate":{"type":"string","format":"date-time"},"latestGracePeriodPrincipalFreeDate":{"type":"string","format":"date-time"},"manualGraceActionEntry":{"type":"string","format":"date-time"},"latestLoanIncreaseDate":{"type":"string","format":"date-time"},"paymentHistoryList":{"type":"array","items":{"type":"object","properties":{"creationDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"invoiceId":{"type":"string"},"isSettled":{"type":"boolean"},"ocr":{"type":"string"},"outstandingAmount":{"type":"number","format":"double"},"settlementDate":{"type":"string","format":"date-time"},"reminderHistoryList":{"type":"array","items":{"type":"object","properties":{"amount":{"type":"number","format":"double"},"reminderDate":{"type":"string","format":"date-time"}}}}}}},"internalRedemptionAmount":{"type":"number","format":"double"}}}},"hasActiveProducts":{"type":"boolean"}}}},"phoneUsageHistories":{"type":"array","items":{"type":"object","properties":{"phoneUsageHistoryInLoans":{"type":"array","items":{"type":"object","properties":{"socialSecurityNo":{"type":"string"},"customerId":{"type":"string"},"email":{"type":"string"},"isMainApplicant":{"type":"boolean"},"loanAccountNumber":{"type":"string"},"loanAccountOpenDate":{"type":"string","format":"date-time"},"phone":{"type":"string"}}}},"isAnyPhoneHistoryInLoans":{"type":"boolean"}}}},"emailUsageHistories":{"type":"array","items":{"type":"object","properties":{"emailUsageHistoryInLoans":{"type":"array","items":{"type":"object","properties":{"socialSecurityNo":{"type":"string"},"customerId":{"type":"string"},"email":{"type":"string"},"isMainApplicant":{"type":"boolean"},"loanAccountNumber":{"type":"string"},"loanAccountOpenDate":{"type":"string","format":"date-time"},"phone":{"type":"string"}}}},"isAnyEmailHistoryInLoans":{"type":"boolean"}}}},"performanceInfo":{"type":"string"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultContactEngagement\": {\r\n    \"existingCustomerHistories\": [\r\n      {\r\n        \"socialSecurityNo\": \"string\",\r\n        \"isBlocked\": true,\r\n        \"productHistory\": [\r\n          {\r\n            \"accountNumber\": \"string\",\r\n            \"currencyCode\": \"string\",\r\n            \"socialSecurityNo\": \"string\",\r\n            \"numberOfApplicants\": 123,\r\n            \"creationDate\": \"2026-06-01T00:00:00\",\r\n            \"closedDate\": \"2026-06-01T00:00:00\",\r\n            \"expectedLoanDurationInMonths\": 123,\r\n            \"currentInterestRate\": 1.23,\r\n            \"hasEverBeenToDebtCollection\": true,\r\n            \"isInDebtCollection\": true,\r\n            \"isMainApplicant\": true,\r\n            \"latestDebtCollectionDate\": \"2026-06-01T00:00:00\",\r\n            \"productId\": \"string\",\r\n            \"productName\": \"string\",\r\n            \"productType\": \"string\",\r\n            \"initialLoanAmount\": 1.23,\r\n            \"remainingBalance\": 1.23,\r\n            \"dueBalance\": 1.23,\r\n            \"internalAccountDisbursements\": [\r\n              {\r\n                \"reference\": \"string\",\r\n                \"fromInternalAccountNo\": \"string\",\r\n                \"toInternalAccountNo\": \"string\",\r\n                \"amount\": 1.23,\r\n                \"date\": \"2026-06-01T00:00:00\"\r\n              }\r\n            ],\r\n            \"hasInternalAccountDisbursements\": true,\r\n            \"latestGraceBalanceToPrincipalDate\": \"2026-06-01T00:00:00\",\r\n            \"latestGracePeriodPaymentFreeDate\": \"2026-06-01T00:00:00\",\r\n            \"latestGracePeriodPrincipalFreeDate\": \"2026-06-01T00:00:00\",\r\n            \"manualGraceActionEntry\": \"2026-06-01T00:00:00\",\r\n            \"latestLoanIncreaseDate\": \"2026-06-01T00:00:00\",\r\n            \"paymentHistoryList\": [\r\n              {\r\n                \"creationDate\": \"2026-06-01T00:00:00\",\r\n                \"dueDate\": \"2026-06-01T00:00:00\",\r\n                \"invoiceId\": \"string\",\r\n                \"isSettled\": true,\r\n                \"ocr\": \"string\",\r\n                \"outstandingAmount\": 1.23,\r\n                \"settlementDate\": \"2026-06-01T00:00:00\",\r\n                \"reminderHistoryList\": [\r\n                  {\r\n                    \"amount\": 1.23,\r\n                    \"reminderDate\": \"2026-06-01T00:00:00\"\r\n                  }\r\n                ]\r\n              }\r\n            ],\r\n            \"internalRedemptionAmount\": 1.23\r\n          }\r\n        ],\r\n        \"hasActiveProducts\": true\r\n      }\r\n    ],\r\n    \"phoneUsageHistories\": [\r\n      {\r\n        \"phoneUsageHistoryInLoans\": [\r\n          {\r\n            \"socialSecurityNo\": \"string\",\r\n            \"customerId\": \"string\",\r\n            \"email\": \"string\",\r\n            \"isMainApplicant\": true,\r\n            \"loanAccountNumber\": \"string\",\r\n            \"loanAccountOpenDate\": \"2026-06-01T00:00:00\",\r\n            \"phone\": \"string\"\r\n          }\r\n        ],\r\n        \"isAnyPhoneHistoryInLoans\": true\r\n      }\r\n    ],\r\n    \"emailUsageHistories\": [\r\n      {\r\n        \"emailUsageHistoryInLoans\": [\r\n          {\r\n            \"socialSecurityNo\": \"string\",\r\n            \"customerId\": \"string\",\r\n            \"email\": \"string\",\r\n            \"isMainApplicant\": true,\r\n            \"loanAccountNumber\": \"string\",\r\n            \"loanAccountOpenDate\": \"2026-06-01T00:00:00\",\r\n            \"phone\": \"string\"\r\n          }\r\n        ],\r\n        \"isAnyEmailHistoryInLoans\": true\r\n      }\r\n    ],\r\n    \"performanceInfo\": \"string\"\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultContactEngagement":{"type":"object","properties":{"existingCustomerHistories":{"type":"array","items":{"type":"object","properties":{"socialSecurityNo":{"type":"string"},"isBlocked":{"type":"boolean"},"productHistory":{"type":"array","items":{"type":"object","properties":{"accountNumber":{"type":"string"},"currencyCode":{"type":"string"},"socialSecurityNo":{"type":"string"},"numberOfApplicants":{"type":"integer","format":"int32"},"creationDate":{"type":"string","format":"date-time"},"closedDate":{"type":"string","format":"date-time"},"expectedLoanDurationInMonths":{"type":"integer","format":"int32"},"currentInterestRate":{"type":"number","format":"double"},"hasEverBeenToDebtCollection":{"type":"boolean"},"isInDebtCollection":{"type":"boolean"},"isMainApplicant":{"type":"boolean"},"latestDebtCollectionDate":{"type":"string","format":"date-time"},"productId":{"type":"string"},"productName":{"type":"string"},"productType":{"type":"string"},"initialLoanAmount":{"type":"number","format":"double"},"remainingBalance":{"type":"number","format":"double"},"dueBalance":{"type":"number","format":"double"},"internalAccountDisbursements":{"type":"array","items":{"type":"object","properties":{"reference":{"type":"string"},"fromInternalAccountNo":{"type":"string"},"toInternalAccountNo":{"type":"string"},"amount":{"type":"number","format":"double"},"date":{"type":"string","format":"date-time"}}}},"hasInternalAccountDisbursements":{"type":"boolean"},"latestGraceBalanceToPrincipalDate":{"type":"string","format":"date-time"},"latestGracePeriodPaymentFreeDate":{"type":"string","format":"date-time"},"latestGracePeriodPrincipalFreeDate":{"type":"string","format":"date-time"},"manualGraceActionEntry":{"type":"string","format":"date-time"},"latestLoanIncreaseDate":{"type":"string","format":"date-time"},"paymentHistoryList":{"type":"array","items":{"type":"object","properties":{"creationDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"invoiceId":{"type":"string"},"isSettled":{"type":"boolean"},"ocr":{"type":"string"},"outstandingAmount":{"type":"number","format":"double"},"settlementDate":{"type":"string","format":"date-time"},"reminderHistoryList":{"type":"array","items":{"type":"object","properties":{"amount":{"type":"number","format":"double"},"reminderDate":{"type":"string","format":"date-time"}}}}}}},"internalRedemptionAmount":{"type":"number","format":"double"}}}},"hasActiveProducts":{"type":"boolean"}}}},"phoneUsageHistories":{"type":"array","items":{"type":"object","properties":{"phoneUsageHistoryInLoans":{"type":"array","items":{"type":"object","properties":{"socialSecurityNo":{"type":"string"},"customerId":{"type":"string"},"email":{"type":"string"},"isMainApplicant":{"type":"boolean"},"loanAccountNumber":{"type":"string"},"loanAccountOpenDate":{"type":"string","format":"date-time"},"phone":{"type":"string"}}}},"isAnyPhoneHistoryInLoans":{"type":"boolean"}}}},"emailUsageHistories":{"type":"array","items":{"type":"object","properties":{"emailUsageHistoryInLoans":{"type":"array","items":{"type":"object","properties":{"socialSecurityNo":{"type":"string"},"customerId":{"type":"string"},"email":{"type":"string"},"isMainApplicant":{"type":"boolean"},"loanAccountNumber":{"type":"string"},"loanAccountOpenDate":{"type":"string","format":"date-time"},"phone":{"type":"string"}}}},"isAnyEmailHistoryInLoans":{"type":"boolean"}}}},"performanceInfo":{"type":"string"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultContactEngagement\": {\r\n    \"existingCustomerHistories\": [\r\n      {\r\n        \"socialSecurityNo\": \"string\",\r\n        \"isBlocked\": true,\r\n        \"productHistory\": [\r\n          {\r\n            \"accountNumber\": \"string\",\r\n            \"currencyCode\": \"string\",\r\n            \"socialSecurityNo\": \"string\",\r\n            \"numberOfApplicants\": 123,\r\n            \"creationDate\": \"2026-06-01T00:00:00\",\r\n            \"closedDate\": \"2026-06-01T00:00:00\",\r\n            \"expectedLoanDurationInMonths\": 123,\r\n            \"currentInterestRate\": 1.23,\r\n            \"hasEverBeenToDebtCollection\": true,\r\n            \"isInDebtCollection\": true,\r\n            \"isMainApplicant\": true,\r\n            \"latestDebtCollectionDate\": \"2026-06-01T00:00:00\",\r\n            \"productId\": \"string\",\r\n            \"productName\": \"string\",\r\n            \"productType\": \"string\",\r\n            \"initialLoanAmount\": 1.23,\r\n            \"remainingBalance\": 1.23,\r\n            \"dueBalance\": 1.23,\r\n            \"internalAccountDisbursements\": [\r\n              {\r\n                \"reference\": \"string\",\r\n                \"fromInternalAccountNo\": \"string\",\r\n                \"toInternalAccountNo\": \"string\",\r\n                \"amount\": 1.23,\r\n                \"date\": \"2026-06-01T00:00:00\"\r\n              }\r\n            ],\r\n            \"hasInternalAccountDisbursements\": true,\r\n            \"latestGraceBalanceToPrincipalDate\": \"2026-06-01T00:00:00\",\r\n            \"latestGracePeriodPaymentFreeDate\": \"2026-06-01T00:00:00\",\r\n            \"latestGracePeriodPrincipalFreeDate\": \"2026-06-01T00:00:00\",\r\n            \"manualGraceActionEntry\": \"2026-06-01T00:00:00\",\r\n            \"latestLoanIncreaseDate\": \"2026-06-01T00:00:00\",\r\n            \"paymentHistoryList\": [\r\n              {\r\n                \"creationDate\": \"2026-06-01T00:00:00\",\r\n                \"dueDate\": \"2026-06-01T00:00:00\",\r\n                \"invoiceId\": \"string\",\r\n                \"isSettled\": true,\r\n                \"ocr\": \"string\",\r\n                \"outstandingAmount\": 1.23,\r\n                \"settlementDate\": \"2026-06-01T00:00:00\",\r\n                \"reminderHistoryList\": [\r\n                  {\r\n                    \"amount\": 1.23,\r\n                    \"reminderDate\": \"2026-06-01T00:00:00\"\r\n                  }\r\n                ]\r\n              }\r\n            ],\r\n            \"internalRedemptionAmount\": 1.23\r\n          }\r\n        ],\r\n        \"hasActiveProducts\": true\r\n      }\r\n    ],\r\n    \"phoneUsageHistories\": [\r\n      {\r\n        \"phoneUsageHistoryInLoans\": [\r\n          {\r\n            \"socialSecurityNo\": \"string\",\r\n            \"customerId\": \"string\",\r\n            \"email\": \"string\",\r\n            \"isMainApplicant\": true,\r\n            \"loanAccountNumber\": \"string\",\r\n            \"loanAccountOpenDate\": \"2026-06-01T00:00:00\",\r\n            \"phone\": \"string\"\r\n          }\r\n        ],\r\n        \"isAnyPhoneHistoryInLoans\": true\r\n      }\r\n    ],\r\n    \"emailUsageHistories\": [\r\n      {\r\n        \"emailUsageHistoryInLoans\": [\r\n          {\r\n            \"socialSecurityNo\": \"string\",\r\n            \"customerId\": \"string\",\r\n            \"email\": \"string\",\r\n            \"isMainApplicant\": true,\r\n            \"loanAccountNumber\": \"string\",\r\n            \"loanAccountOpenDate\": \"2026-06-01T00:00:00\",\r\n            \"phone\": \"string\"\r\n          }\r\n        ],\r\n        \"isAnyEmailHistoryInLoans\": true\r\n      }\r\n    ],\r\n    \"performanceInfo\": \"string\"\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/search/account-associations/query":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Search"],"summary":"Process Account Association (e.g. Skatteverket/Mekanismen) Search request and returns a response","description":"TODO: Description","operationId":"ProcessAccountAssociationsSearchQueryRequest","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountType","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountSubtype","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNumber","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"socialSecurityNo","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"organizationNo","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"fullName","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"dateOfBirth","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"fromDate","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"toDate","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultAccountAssociations":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"accountNumber":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"closedDate":{"type":"string","format":"date-time"},"associatedEntities":{"type":"array","items":{"type":"object","properties":{"nationalityCode":{"type":"string"},"nationalId":{"type":"string"},"name":{"type":"string"},"birthdate":{"type":"string","format":"date-time"},"entityType":{"type":"string"},"associationType":{"type":"string"}}}},"hasAssociations":{"type":"boolean"}}}},"hasResults":{"type":"boolean"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultAccountAssociations\": {\r\n    \"results\": [\r\n      {\r\n        \"accountNumber\": \"string\",\r\n        \"creationDate\": \"2026-06-01T00:00:00\",\r\n        \"closedDate\": \"2026-06-01T00:00:00\",\r\n        \"associatedEntities\": [\r\n          {\r\n            \"nationalityCode\": \"string\",\r\n            \"nationalId\": \"string\",\r\n            \"name\": \"string\",\r\n            \"birthdate\": \"2026-06-01T00:00:00\",\r\n            \"entityType\": \"string\",\r\n            \"associationType\": \"string\"\r\n          }\r\n        ],\r\n        \"hasAssociations\": true\r\n      }\r\n    ],\r\n    \"hasResults\": true\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultAccountAssociations":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"accountNumber":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"closedDate":{"type":"string","format":"date-time"},"associatedEntities":{"type":"array","items":{"type":"object","properties":{"nationalityCode":{"type":"string"},"nationalId":{"type":"string"},"name":{"type":"string"},"birthdate":{"type":"string","format":"date-time"},"entityType":{"type":"string"},"associationType":{"type":"string"}}}},"hasAssociations":{"type":"boolean"}}}},"hasResults":{"type":"boolean"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultAccountAssociations\": {\r\n    \"results\": [\r\n      {\r\n        \"accountNumber\": \"string\",\r\n        \"creationDate\": \"2026-06-01T00:00:00\",\r\n        \"closedDate\": \"2026-06-01T00:00:00\",\r\n        \"associatedEntities\": [\r\n          {\r\n            \"nationalityCode\": \"string\",\r\n            \"nationalId\": \"string\",\r\n            \"name\": \"string\",\r\n            \"birthdate\": \"2026-06-01T00:00:00\",\r\n            \"entityType\": \"string\",\r\n            \"associationType\": \"string\"\r\n          }\r\n        ],\r\n        \"hasAssociations\": true\r\n      }\r\n    ],\r\n    \"hasResults\": true\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/objects/object":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Objects"],"summary":"Get details for one Object. Specify either Object No. or Source Object ID","description":"TODO: Description","operationId":"GetObject","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"objectNo","in":"query","description":"Core Object No","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"sourceObjectId","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultObject":{"type":"object","properties":{"object":{"type":"object","properties":{"coreObjectNo":{"type":"string"},"coreParentObjectNo":{"type":"string"},"sourceObjectID":{"type":"string"},"sourceParentObjectID":{"type":"string"},"objectIdNumber":{"type":"string"},"objectDescription":{"type":"string"},"objectDescriptionLong":{"type":"string"},"objectMake":{"type":"string"},"vehicleType":{"type":"string"},"objectModel":{"type":"string"},"objectEngine":{"type":"string"},"objectYear":{"type":"integer","format":"int32"},"licensePlate":{"type":"string"},"objectIsFinanced":{"type":"boolean"},"installationInfo":{"type":"string"},"usageAddress":{"type":"string"},"greenObject":{"type":"boolean"},"objectGroupCode":{"type":"string"},"objectSubgroupCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyOrganizationNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"partialObligationNo":{"type":"string"},"apartmentNo":{"type":"string"},"objectPrice":{"type":"number","format":"double"},"objectListPrice":{"type":"number","format":"double"},"vatF90":{"type":"boolean"},"originalDepotValue":{"type":"number","format":"double"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotDate":{"type":"string","format":"date-time"},"depotPropertyCommonDebt":{"type":"number","format":"double"},"depotPropertyCommonDebtDate":{"type":"string","format":"date-time"},"depotPropertyAreaScore":{"type":"integer","format":"int32"},"depotPropertyMunicipalityScore":{"type":"integer","format":"int32"},"depotPropertyAreaVactionScore":{"type":"integer","format":"int32"},"propertyLevelCode":{"type":"string"},"objectNewDate":{"type":"string","format":"date-time"},"objectSpecification":{"type":"string"},"objectInsurance":{"type":"array","items":{"type":"object","properties":{"policyNo":{"type":"string"},"insuranceContactNo":{"type":"string"}}}},"objectAttributes":{"type":"array","items":{"type":"object","properties":{"attribute":{"type":"string"},"value":{"type":"string"}}}},"matrices":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"usageUnit":{"type":"string"},"valueUnit":{"type":"string"},"sourceReference":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"month":{"type":"integer","format":"int32"},"usage":{"type":"integer","format":"int32"},"value":{"type":"number","format":"double"}}}}}}}}},"text":{"type":"array","items":{"type":"string"}}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultObject\": {\r\n    \"object\": {\r\n      \"coreObjectNo\": \"string\",\r\n      \"coreParentObjectNo\": \"string\",\r\n      \"sourceObjectID\": \"string\",\r\n      \"sourceParentObjectID\": \"string\",\r\n      \"objectIdNumber\": \"string\",\r\n      \"objectDescription\": \"string\",\r\n      \"objectDescriptionLong\": \"string\",\r\n      \"objectMake\": \"string\",\r\n      \"vehicleType\": \"string\",\r\n      \"objectModel\": \"string\",\r\n      \"objectEngine\": \"string\",\r\n      \"objectYear\": 123,\r\n      \"licensePlate\": \"string\",\r\n      \"objectIsFinanced\": true,\r\n      \"installationInfo\": \"string\",\r\n      \"usageAddress\": \"string\",\r\n      \"greenObject\": true,\r\n      \"objectGroupCode\": \"string\",\r\n      \"objectSubgroupCode\": \"string\",\r\n      \"objectConditionCode\": 123,\r\n      \"objectPropertyAddress\": \"string\",\r\n      \"objectPropertyZip\": \"string\",\r\n      \"objectPropertyLandNo\": \"string\",\r\n      \"objectPropertyUnitNo\": \"string\",\r\n      \"objectPropertyMunicipalNo\": \"string\",\r\n      \"objectPropertyLeaseNo\": \"string\",\r\n      \"objectPropertySectionNo\": \"string\",\r\n      \"objectPropertyOrganizationNo\": \"string\",\r\n      \"objectPropertyShareNo\": \"string\",\r\n      \"partialObligationNo\": \"string\",\r\n      \"apartmentNo\": \"string\",\r\n      \"objectPrice\": 1.23,\r\n      \"objectListPrice\": 1.23,\r\n      \"vatF90\": true,\r\n      \"originalDepotValue\": 1.23,\r\n      \"depotValue\": 1.23,\r\n      \"depotValueFactor\": 1.23,\r\n      \"depotDepreciationFactor\": 1.23,\r\n      \"depotDate\": \"2026-06-01T00:00:00\",\r\n      \"depotPropertyCommonDebt\": 1.23,\r\n      \"depotPropertyCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n      \"depotPropertyAreaScore\": 123,\r\n      \"depotPropertyMunicipalityScore\": 123,\r\n      \"depotPropertyAreaVactionScore\": 123,\r\n      \"propertyLevelCode\": \"string\",\r\n      \"objectNewDate\": \"2026-06-01T00:00:00\",\r\n      \"objectSpecification\": \"string\",\r\n      \"objectInsurance\": [\r\n        {\r\n          \"policyNo\": \"string\",\r\n          \"insuranceContactNo\": \"string\"\r\n        }\r\n      ],\r\n      \"objectAttributes\": [\r\n        {\r\n          \"attribute\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ],\r\n      \"matrices\": [\r\n        {\r\n          \"type\": \"string\",\r\n          \"usageUnit\": \"string\",\r\n          \"valueUnit\": \"string\",\r\n          \"sourceReference\": \"string\",\r\n          \"lines\": [\r\n            {\r\n              \"month\": 123,\r\n              \"usage\": 123,\r\n              \"value\": 1.23\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultObject":{"type":"object","properties":{"object":{"type":"object","properties":{"coreObjectNo":{"type":"string"},"coreParentObjectNo":{"type":"string"},"sourceObjectID":{"type":"string"},"sourceParentObjectID":{"type":"string"},"objectIdNumber":{"type":"string"},"objectDescription":{"type":"string"},"objectDescriptionLong":{"type":"string"},"objectMake":{"type":"string"},"vehicleType":{"type":"string"},"objectModel":{"type":"string"},"objectEngine":{"type":"string"},"objectYear":{"type":"integer","format":"int32"},"licensePlate":{"type":"string"},"objectIsFinanced":{"type":"boolean"},"installationInfo":{"type":"string"},"usageAddress":{"type":"string"},"greenObject":{"type":"boolean"},"objectGroupCode":{"type":"string"},"objectSubgroupCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyOrganizationNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"partialObligationNo":{"type":"string"},"apartmentNo":{"type":"string"},"objectPrice":{"type":"number","format":"double"},"objectListPrice":{"type":"number","format":"double"},"vatF90":{"type":"boolean"},"originalDepotValue":{"type":"number","format":"double"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotDate":{"type":"string","format":"date-time"},"depotPropertyCommonDebt":{"type":"number","format":"double"},"depotPropertyCommonDebtDate":{"type":"string","format":"date-time"},"depotPropertyAreaScore":{"type":"integer","format":"int32"},"depotPropertyMunicipalityScore":{"type":"integer","format":"int32"},"depotPropertyAreaVactionScore":{"type":"integer","format":"int32"},"propertyLevelCode":{"type":"string"},"objectNewDate":{"type":"string","format":"date-time"},"objectSpecification":{"type":"string"},"objectInsurance":{"type":"array","items":{"type":"object","properties":{"policyNo":{"type":"string"},"insuranceContactNo":{"type":"string"}}}},"objectAttributes":{"type":"array","items":{"type":"object","properties":{"attribute":{"type":"string"},"value":{"type":"string"}}}},"matrices":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"usageUnit":{"type":"string"},"valueUnit":{"type":"string"},"sourceReference":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"month":{"type":"integer","format":"int32"},"usage":{"type":"integer","format":"int32"},"value":{"type":"number","format":"double"}}}}}}}}},"text":{"type":"array","items":{"type":"string"}}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultObject\": {\r\n    \"object\": {\r\n      \"coreObjectNo\": \"string\",\r\n      \"coreParentObjectNo\": \"string\",\r\n      \"sourceObjectID\": \"string\",\r\n      \"sourceParentObjectID\": \"string\",\r\n      \"objectIdNumber\": \"string\",\r\n      \"objectDescription\": \"string\",\r\n      \"objectDescriptionLong\": \"string\",\r\n      \"objectMake\": \"string\",\r\n      \"vehicleType\": \"string\",\r\n      \"objectModel\": \"string\",\r\n      \"objectEngine\": \"string\",\r\n      \"objectYear\": 123,\r\n      \"licensePlate\": \"string\",\r\n      \"objectIsFinanced\": true,\r\n      \"installationInfo\": \"string\",\r\n      \"usageAddress\": \"string\",\r\n      \"greenObject\": true,\r\n      \"objectGroupCode\": \"string\",\r\n      \"objectSubgroupCode\": \"string\",\r\n      \"objectConditionCode\": 123,\r\n      \"objectPropertyAddress\": \"string\",\r\n      \"objectPropertyZip\": \"string\",\r\n      \"objectPropertyLandNo\": \"string\",\r\n      \"objectPropertyUnitNo\": \"string\",\r\n      \"objectPropertyMunicipalNo\": \"string\",\r\n      \"objectPropertyLeaseNo\": \"string\",\r\n      \"objectPropertySectionNo\": \"string\",\r\n      \"objectPropertyOrganizationNo\": \"string\",\r\n      \"objectPropertyShareNo\": \"string\",\r\n      \"partialObligationNo\": \"string\",\r\n      \"apartmentNo\": \"string\",\r\n      \"objectPrice\": 1.23,\r\n      \"objectListPrice\": 1.23,\r\n      \"vatF90\": true,\r\n      \"originalDepotValue\": 1.23,\r\n      \"depotValue\": 1.23,\r\n      \"depotValueFactor\": 1.23,\r\n      \"depotDepreciationFactor\": 1.23,\r\n      \"depotDate\": \"2026-06-01T00:00:00\",\r\n      \"depotPropertyCommonDebt\": 1.23,\r\n      \"depotPropertyCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n      \"depotPropertyAreaScore\": 123,\r\n      \"depotPropertyMunicipalityScore\": 123,\r\n      \"depotPropertyAreaVactionScore\": 123,\r\n      \"propertyLevelCode\": \"string\",\r\n      \"objectNewDate\": \"2026-06-01T00:00:00\",\r\n      \"objectSpecification\": \"string\",\r\n      \"objectInsurance\": [\r\n        {\r\n          \"policyNo\": \"string\",\r\n          \"insuranceContactNo\": \"string\"\r\n        }\r\n      ],\r\n      \"objectAttributes\": [\r\n        {\r\n          \"attribute\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ],\r\n      \"matrices\": [\r\n        {\r\n          \"type\": \"string\",\r\n          \"usageUnit\": \"string\",\r\n          \"valueUnit\": \"string\",\r\n          \"sourceReference\": \"string\",\r\n          \"lines\": [\r\n            {\r\n              \"month\": 123,\r\n              \"usage\": 123,\r\n              \"value\": 1.23\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/objects/search/details":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Objects"],"summary":"Get Object Details","description":"Gets the details for objects based on property details. Returns objects with all the securities connected.","operationId":"GetObjectDetails","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"municipalityNumber","in":"query","description":"Municipilaty (Kommunenummer) number of the given property","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"cadastralUnitNumber","in":"query","description":"CadastralUnit (Gårdsnummer) number of the given property","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"unitNumber","in":"query","description":"Unit number (Bruksnummer) of the given property","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"leaseholdUnitNumber","in":"query","description":"LeaseholdUnit (Festenummer) number of the given property","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"sectionNumber","in":"query","description":"Section number (Seksjonsnummer) of the given property","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"organizationNumber","in":"query","description":"Organization number (Organisasjonsnummer) of the given property","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"shareNumber","in":"query","description":"Share number (Aksjenummer) of the given property","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultObjectDetails":{"type":"object","properties":{"objectInfo":{"type":"array","items":{"type":"object","properties":{"coreObjectNo":{"type":"string"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyOrgNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"partialObligationNo":{"type":"string"},"apartmentNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectSubClassCode":{"type":"string"},"depotLastValuationDate":{"type":"string","format":"date-time"},"depotAdjustmentSource":{"type":"string"},"depotValidUntil":{"type":"string","format":"date-time"},"depotMunicipalityScore":{"type":"integer","format":"int32"},"depotAreaScore":{"type":"integer","format":"int32"},"depotAreaVacationScore":{"type":"integer","format":"int32"},"depotCommonDebt":{"type":"number","format":"double"},"depotCommonDebtDate":{"type":"string","format":"date-time"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"objectNewDate":{"type":"string","format":"date-time"},"objectClassCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"insuranceInfo":{"type":"array","items":{"type":"object","properties":{"policyNo":{"type":"string"},"insuranceCompanyOrgNo":{"type":"string"},"insuranceCompany":{"type":"string"}}}},"securityInfo":{"type":"array","items":{"type":"object","properties":{"coreSecurityID":{"type":"string"},"objectId":{"type":"string"},"faceValue":{"type":"number","format":"double"},"type":{"type":"string"},"registrationDocumentNo":{"type":"string"},"registrationDocumentYear":{"type":"string"},"registrationOfficeNo":{"type":"string"},"registrationRightNo":{"type":"string"},"accountInfo":{"type":"array","items":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceApplicationID":{"type":"string"},"coreAccountNo":{"type":"string"},"mainContactNo":{"type":"string"},"mainContactLegalID":{"type":"string"},"mainContactName":{"type":"string"},"coSignerContactNo":{"type":"string"},"coSignerLegalID":{"type":"string"},"coSignerName":{"type":"string"},"accountType":{"type":"string"},"accountSubtype":{"type":"string"},"accountDescription":{"type":"string"},"externalProductID":{"type":"string"},"accountStatusGroup":{"type":"string"},"accountStatus":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"disbursementBankAccountNo":{"type":"string"}}}}}}},"objectAttributes":{"type":"array","items":{"type":"object","properties":{"attribute":{"type":"string"},"value":{"type":"string"}}}},"matrices":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"usageUnit":{"type":"string"},"valueUnit":{"type":"string"},"sourceReference":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"month":{"type":"integer","format":"int32"},"usage":{"type":"integer","format":"int32"},"value":{"type":"number","format":"double"}}}}}}}}}},"objectInfoCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultObjectDetails\": {\r\n    \"objectInfo\": [\r\n      {\r\n        \"coreObjectNo\": \"string\",\r\n        \"objectPropertyAddress\": \"string\",\r\n        \"objectPropertyZip\": \"string\",\r\n        \"objectPropertyLandNo\": \"string\",\r\n        \"objectPropertyLeaseNo\": \"string\",\r\n        \"objectPropertyMunicipalNo\": \"string\",\r\n        \"objectPropertyOrgNo\": \"string\",\r\n        \"objectPropertySectionNo\": \"string\",\r\n        \"objectPropertyShareNo\": \"string\",\r\n        \"partialObligationNo\": \"string\",\r\n        \"apartmentNo\": \"string\",\r\n        \"objectPropertyUnitNo\": \"string\",\r\n        \"objectSubClassCode\": \"string\",\r\n        \"depotLastValuationDate\": \"2026-06-01T00:00:00\",\r\n        \"depotAdjustmentSource\": \"string\",\r\n        \"depotValidUntil\": \"2026-06-01T00:00:00\",\r\n        \"depotMunicipalityScore\": 123,\r\n        \"depotAreaScore\": 123,\r\n        \"depotAreaVacationScore\": 123,\r\n        \"depotCommonDebt\": 1.23,\r\n        \"depotCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n        \"depotDepreciationFactor\": 1.23,\r\n        \"depotValue\": 1.23,\r\n        \"depotValueFactor\": 1.23,\r\n        \"objectNewDate\": \"2026-06-01T00:00:00\",\r\n        \"objectClassCode\": \"string\",\r\n        \"objectConditionCode\": 123,\r\n        \"insuranceInfo\": [\r\n          {\r\n            \"policyNo\": \"string\",\r\n            \"insuranceCompanyOrgNo\": \"string\",\r\n            \"insuranceCompany\": \"string\"\r\n          }\r\n        ],\r\n        \"securityInfo\": [\r\n          {\r\n            \"coreSecurityID\": \"string\",\r\n            \"objectId\": \"string\",\r\n            \"faceValue\": 1.23,\r\n            \"type\": \"string\",\r\n            \"registrationDocumentNo\": \"string\",\r\n            \"registrationDocumentYear\": \"string\",\r\n            \"registrationOfficeNo\": \"string\",\r\n            \"registrationRightNo\": \"string\",\r\n            \"accountInfo\": [\r\n              {\r\n                \"sourceSystemCode\": \"string\",\r\n                \"sourceApplicationID\": \"string\",\r\n                \"coreAccountNo\": \"string\",\r\n                \"mainContactNo\": \"string\",\r\n                \"mainContactLegalID\": \"string\",\r\n                \"mainContactName\": \"string\",\r\n                \"coSignerContactNo\": \"string\",\r\n                \"coSignerLegalID\": \"string\",\r\n                \"coSignerName\": \"string\",\r\n                \"accountType\": \"string\",\r\n                \"accountSubtype\": \"string\",\r\n                \"accountDescription\": \"string\",\r\n                \"externalProductID\": \"string\",\r\n                \"accountStatusGroup\": \"string\",\r\n                \"accountStatus\": \"string\",\r\n                \"startDate\": \"2026-06-01T00:00:00\",\r\n                \"disbursementBankAccountNo\": \"string\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"objectAttributes\": [\r\n          {\r\n            \"attribute\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ],\r\n        \"matrices\": [\r\n          {\r\n            \"type\": \"string\",\r\n            \"usageUnit\": \"string\",\r\n            \"valueUnit\": \"string\",\r\n            \"sourceReference\": \"string\",\r\n            \"lines\": [\r\n              {\r\n                \"month\": 123,\r\n                \"usage\": 123,\r\n                \"value\": 1.23\r\n              }\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"objectInfoCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultObjectDetails":{"type":"object","properties":{"objectInfo":{"type":"array","items":{"type":"object","properties":{"coreObjectNo":{"type":"string"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyOrgNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"partialObligationNo":{"type":"string"},"apartmentNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectSubClassCode":{"type":"string"},"depotLastValuationDate":{"type":"string","format":"date-time"},"depotAdjustmentSource":{"type":"string"},"depotValidUntil":{"type":"string","format":"date-time"},"depotMunicipalityScore":{"type":"integer","format":"int32"},"depotAreaScore":{"type":"integer","format":"int32"},"depotAreaVacationScore":{"type":"integer","format":"int32"},"depotCommonDebt":{"type":"number","format":"double"},"depotCommonDebtDate":{"type":"string","format":"date-time"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"objectNewDate":{"type":"string","format":"date-time"},"objectClassCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"insuranceInfo":{"type":"array","items":{"type":"object","properties":{"policyNo":{"type":"string"},"insuranceCompanyOrgNo":{"type":"string"},"insuranceCompany":{"type":"string"}}}},"securityInfo":{"type":"array","items":{"type":"object","properties":{"coreSecurityID":{"type":"string"},"objectId":{"type":"string"},"faceValue":{"type":"number","format":"double"},"type":{"type":"string"},"registrationDocumentNo":{"type":"string"},"registrationDocumentYear":{"type":"string"},"registrationOfficeNo":{"type":"string"},"registrationRightNo":{"type":"string"},"accountInfo":{"type":"array","items":{"type":"object","properties":{"sourceSystemCode":{"type":"string"},"sourceApplicationID":{"type":"string"},"coreAccountNo":{"type":"string"},"mainContactNo":{"type":"string"},"mainContactLegalID":{"type":"string"},"mainContactName":{"type":"string"},"coSignerContactNo":{"type":"string"},"coSignerLegalID":{"type":"string"},"coSignerName":{"type":"string"},"accountType":{"type":"string"},"accountSubtype":{"type":"string"},"accountDescription":{"type":"string"},"externalProductID":{"type":"string"},"accountStatusGroup":{"type":"string"},"accountStatus":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"disbursementBankAccountNo":{"type":"string"}}}}}}},"objectAttributes":{"type":"array","items":{"type":"object","properties":{"attribute":{"type":"string"},"value":{"type":"string"}}}},"matrices":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"usageUnit":{"type":"string"},"valueUnit":{"type":"string"},"sourceReference":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"month":{"type":"integer","format":"int32"},"usage":{"type":"integer","format":"int32"},"value":{"type":"number","format":"double"}}}}}}}}}},"objectInfoCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultObjectDetails\": {\r\n    \"objectInfo\": [\r\n      {\r\n        \"coreObjectNo\": \"string\",\r\n        \"objectPropertyAddress\": \"string\",\r\n        \"objectPropertyZip\": \"string\",\r\n        \"objectPropertyLandNo\": \"string\",\r\n        \"objectPropertyLeaseNo\": \"string\",\r\n        \"objectPropertyMunicipalNo\": \"string\",\r\n        \"objectPropertyOrgNo\": \"string\",\r\n        \"objectPropertySectionNo\": \"string\",\r\n        \"objectPropertyShareNo\": \"string\",\r\n        \"partialObligationNo\": \"string\",\r\n        \"apartmentNo\": \"string\",\r\n        \"objectPropertyUnitNo\": \"string\",\r\n        \"objectSubClassCode\": \"string\",\r\n        \"depotLastValuationDate\": \"2026-06-01T00:00:00\",\r\n        \"depotAdjustmentSource\": \"string\",\r\n        \"depotValidUntil\": \"2026-06-01T00:00:00\",\r\n        \"depotMunicipalityScore\": 123,\r\n        \"depotAreaScore\": 123,\r\n        \"depotAreaVacationScore\": 123,\r\n        \"depotCommonDebt\": 1.23,\r\n        \"depotCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n        \"depotDepreciationFactor\": 1.23,\r\n        \"depotValue\": 1.23,\r\n        \"depotValueFactor\": 1.23,\r\n        \"objectNewDate\": \"2026-06-01T00:00:00\",\r\n        \"objectClassCode\": \"string\",\r\n        \"objectConditionCode\": 123,\r\n        \"insuranceInfo\": [\r\n          {\r\n            \"policyNo\": \"string\",\r\n            \"insuranceCompanyOrgNo\": \"string\",\r\n            \"insuranceCompany\": \"string\"\r\n          }\r\n        ],\r\n        \"securityInfo\": [\r\n          {\r\n            \"coreSecurityID\": \"string\",\r\n            \"objectId\": \"string\",\r\n            \"faceValue\": 1.23,\r\n            \"type\": \"string\",\r\n            \"registrationDocumentNo\": \"string\",\r\n            \"registrationDocumentYear\": \"string\",\r\n            \"registrationOfficeNo\": \"string\",\r\n            \"registrationRightNo\": \"string\",\r\n            \"accountInfo\": [\r\n              {\r\n                \"sourceSystemCode\": \"string\",\r\n                \"sourceApplicationID\": \"string\",\r\n                \"coreAccountNo\": \"string\",\r\n                \"mainContactNo\": \"string\",\r\n                \"mainContactLegalID\": \"string\",\r\n                \"mainContactName\": \"string\",\r\n                \"coSignerContactNo\": \"string\",\r\n                \"coSignerLegalID\": \"string\",\r\n                \"coSignerName\": \"string\",\r\n                \"accountType\": \"string\",\r\n                \"accountSubtype\": \"string\",\r\n                \"accountDescription\": \"string\",\r\n                \"externalProductID\": \"string\",\r\n                \"accountStatusGroup\": \"string\",\r\n                \"accountStatus\": \"string\",\r\n                \"startDate\": \"2026-06-01T00:00:00\",\r\n                \"disbursementBankAccountNo\": \"string\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"objectAttributes\": [\r\n          {\r\n            \"attribute\": \"string\",\r\n            \"value\": \"string\"\r\n          }\r\n        ],\r\n        \"matrices\": [\r\n          {\r\n            \"type\": \"string\",\r\n            \"usageUnit\": \"string\",\r\n            \"valueUnit\": \"string\",\r\n            \"sourceReference\": \"string\",\r\n            \"lines\": [\r\n              {\r\n                \"month\": 123,\r\n                \"usage\": 123,\r\n                \"value\": 1.23\r\n              }\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"objectInfoCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/objects":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Objects"],"summary":"Create Object","description":"Creates an Object in core, adds connection to Object Insurance if defined","operationId":"CreateObject","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"newObject":{"type":"object","properties":{"object":{"type":"object","properties":{"coreParentObjectNo":{"type":"string"},"sourceObjectID":{"type":"string"},"sourceParentObjectID":{"type":"string"},"objectIdNumber":{"type":"string"},"objectDescription":{"type":"string"},"objectDescriptionLong":{"type":"string"},"objectMake":{"type":"string"},"vehicleType":{"type":"string"},"objectModel":{"type":"string"},"objectEngine":{"type":"string"},"objectYear":{"type":"integer","format":"int32"},"licensePlate":{"type":"string"},"objectIsFinanced":{"type":"boolean"},"installationInfo":{"type":"string"},"usageAddress":{"type":"string"},"greenObject":{"type":"boolean"},"objectGroupCode":{"type":"string"},"objectSubgroupCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyOrganizationNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"partialObligationNo":{"type":"string"},"apartmentNo":{"type":"string"},"objectPrice":{"type":"number","format":"double"},"objectListPrice":{"type":"number","format":"double"},"vatF90":{"type":"boolean"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotDate":{"type":"string","format":"date-time"},"depotPropertyCommonDebt":{"type":"number","format":"double"},"depotPropertyCommonDebtDate":{"type":"string","format":"date-time"},"depotPropertyAreaScore":{"type":"integer","format":"int32"},"depotPropertyMunicipalityScore":{"type":"integer","format":"int32"},"depotPropertyAreaVactionScore":{"type":"integer","format":"int32"},"propertyLevelCode":{"type":"string"},"objectNewDate":{"type":"string","format":"date-time"},"objectSpecification":{"type":"string"},"objectInsurance":{"type":"array","items":{"type":"object","properties":{"policyNo":{"type":"string"},"insuranceContactNo":{"type":"string"}}}},"objectAttributes":{"type":"array","items":{"type":"object","properties":{"attribute":{"type":"string"},"value":{"type":"string"}}}},"matrices":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"usageUnit":{"type":"string"},"valueUnit":{"type":"string"},"sourceReference":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"month":{"type":"integer","format":"int32"},"usage":{"type":"integer","format":"int32"},"value":{"type":"number","format":"double"}}}}}}}}},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"(Default)":{"description":"Default/Standard example","value":"{\r\n  \"newObject\": {\r\n    \"object\": {\r\n      \"coreParentObjectNo\": \"string\",\r\n      \"sourceObjectID\": \"string\",\r\n      \"sourceParentObjectID\": \"string\",\r\n      \"objectIdNumber\": \"string\",\r\n      \"objectDescription\": \"string\",\r\n      \"objectDescriptionLong\": \"string\",\r\n      \"objectMake\": \"string\",\r\n      \"vehicleType\": \"string\",\r\n      \"objectModel\": \"string\",\r\n      \"objectEngine\": \"string\",\r\n      \"objectYear\": 123,\r\n      \"licensePlate\": \"string\",\r\n      \"objectIsFinanced\": true,\r\n      \"installationInfo\": \"string\",\r\n      \"usageAddress\": \"string\",\r\n      \"greenObject\": true,\r\n      \"objectGroupCode\": \"string\",\r\n      \"objectSubgroupCode\": \"string\",\r\n      \"objectConditionCode\": 123,\r\n      \"objectPropertyAddress\": \"string\",\r\n      \"objectPropertyZip\": \"string\",\r\n      \"objectPropertyLandNo\": \"string\",\r\n      \"objectPropertyUnitNo\": \"string\",\r\n      \"objectPropertyMunicipalNo\": \"string\",\r\n      \"objectPropertyLeaseNo\": \"string\",\r\n      \"objectPropertySectionNo\": \"string\",\r\n      \"objectPropertyOrganizationNo\": \"string\",\r\n      \"objectPropertyShareNo\": \"string\",\r\n      \"partialObligationNo\": \"string\",\r\n      \"apartmentNo\": \"string\",\r\n      \"objectPrice\": 1.23,\r\n      \"objectListPrice\": 1.23,\r\n      \"vatF90\": true,\r\n      \"depotValue\": 1.23,\r\n      \"depotValueFactor\": 1.23,\r\n      \"depotDepreciationFactor\": 1.23,\r\n      \"depotDate\": \"2026-06-01T00:00:00\",\r\n      \"depotPropertyCommonDebt\": 1.23,\r\n      \"depotPropertyCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n      \"depotPropertyAreaScore\": 123,\r\n      \"depotPropertyMunicipalityScore\": 123,\r\n      \"depotPropertyAreaVactionScore\": 123,\r\n      \"propertyLevelCode\": \"string\",\r\n      \"objectNewDate\": \"2026-06-01T00:00:00\",\r\n      \"objectSpecification\": \"string\",\r\n      \"objectInsurance\": [\r\n        {\r\n          \"policyNo\": \"string\",\r\n          \"insuranceContactNo\": \"string\"\r\n        }\r\n      ],\r\n      \"objectAttributes\": [\r\n        {\r\n          \"attribute\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ],\r\n      \"matrices\": [\r\n        {\r\n          \"type\": \"string\",\r\n          \"usageUnit\": \"string\",\r\n          \"valueUnit\": \"string\",\r\n          \"sourceReference\": \"string\",\r\n          \"lines\": [\r\n            {\r\n              \"month\": 123,\r\n              \"usage\": 123,\r\n              \"value\": 1.23\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultObjectNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultObjectNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultObjectNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultObjectNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/objects/{objectNo}":{"summary":"TODO: Summary","description":"TODO: Description","put":{"tags":["Objects"],"summary":"Update Object","description":"Update object details","operationId":"UpdateObject","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"objectNo","in":"path","description":"Core Object No","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"inputObject":{"type":"object","properties":{"object":{"type":"object","properties":{"coreParentObjectNo":{"type":"string"},"sourceObjectID":{"type":"string"},"sourceParentObjectID":{"type":"string"},"objectIdNumber":{"type":"string"},"objectDescription":{"type":"string"},"objectDescriptionLong":{"type":"string"},"objectMake":{"type":"string"},"vehicleType":{"type":"string"},"objectModel":{"type":"string"},"objectEngine":{"type":"string"},"objectYear":{"type":"integer","format":"int32"},"licensePlate":{"type":"string"},"objectIsFinanced":{"type":"boolean"},"installationInfo":{"type":"string"},"usageAddress":{"type":"string"},"greenObject":{"type":"boolean"},"objectGroupCode":{"type":"string"},"objectSubgroupCode":{"type":"string"},"objectConditionCode":{"type":"integer","format":"int32"},"objectPropertyAddress":{"type":"string"},"objectPropertyZip":{"type":"string"},"objectPropertyLandNo":{"type":"string"},"objectPropertyUnitNo":{"type":"string"},"objectPropertyMunicipalNo":{"type":"string"},"objectPropertyLeaseNo":{"type":"string"},"objectPropertySectionNo":{"type":"string"},"objectPropertyOrganizationNo":{"type":"string"},"objectPropertyShareNo":{"type":"string"},"partialObligationNo":{"type":"string"},"apartmentNo":{"type":"string"},"objectPrice":{"type":"number","format":"double"},"objectListPrice":{"type":"number","format":"double"},"vatF90":{"type":"boolean"},"depotValue":{"type":"number","format":"double"},"depotValueFactor":{"type":"number","format":"double"},"depotDepreciationFactor":{"type":"number","format":"double"},"depotDate":{"type":"string","format":"date-time"},"depotPropertyCommonDebt":{"type":"number","format":"double"},"depotPropertyCommonDebtDate":{"type":"string","format":"date-time"},"depotPropertyAreaScore":{"type":"integer","format":"int32"},"depotPropertyMunicipalityScore":{"type":"integer","format":"int32"},"depotPropertyAreaVactionScore":{"type":"integer","format":"int32"},"propertyLevelCode":{"type":"string"},"objectNewDate":{"type":"string","format":"date-time"},"objectSpecification":{"type":"string"},"objectInsurance":{"type":"array","items":{"type":"object","properties":{"policyNo":{"type":"string"},"insuranceContactNo":{"type":"string"}}}},"objectAttributes":{"type":"array","items":{"type":"object","properties":{"attribute":{"type":"string"},"value":{"type":"string"}}}},"matrices":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"usageUnit":{"type":"string"},"valueUnit":{"type":"string"},"sourceReference":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"month":{"type":"integer","format":"int32"},"usage":{"type":"integer","format":"int32"},"value":{"type":"number","format":"double"}}}}}}}}},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"(Default)":{"description":"Default/Standard example","value":"{\r\n  \"inputObject\": {\r\n    \"object\": {\r\n      \"coreParentObjectNo\": \"string\",\r\n      \"sourceObjectID\": \"string\",\r\n      \"sourceParentObjectID\": \"string\",\r\n      \"objectIdNumber\": \"string\",\r\n      \"objectDescription\": \"string\",\r\n      \"objectDescriptionLong\": \"string\",\r\n      \"objectMake\": \"string\",\r\n      \"vehicleType\": \"string\",\r\n      \"objectModel\": \"string\",\r\n      \"objectEngine\": \"string\",\r\n      \"objectYear\": 123,\r\n      \"licensePlate\": \"string\",\r\n      \"objectIsFinanced\": true,\r\n      \"installationInfo\": \"string\",\r\n      \"usageAddress\": \"string\",\r\n      \"greenObject\": true,\r\n      \"objectGroupCode\": \"string\",\r\n      \"objectSubgroupCode\": \"string\",\r\n      \"objectConditionCode\": 123,\r\n      \"objectPropertyAddress\": \"string\",\r\n      \"objectPropertyZip\": \"string\",\r\n      \"objectPropertyLandNo\": \"string\",\r\n      \"objectPropertyUnitNo\": \"string\",\r\n      \"objectPropertyMunicipalNo\": \"string\",\r\n      \"objectPropertyLeaseNo\": \"string\",\r\n      \"objectPropertySectionNo\": \"string\",\r\n      \"objectPropertyOrganizationNo\": \"string\",\r\n      \"objectPropertyShareNo\": \"string\",\r\n      \"partialObligationNo\": \"string\",\r\n      \"apartmentNo\": \"string\",\r\n      \"objectPrice\": 1.23,\r\n      \"objectListPrice\": 1.23,\r\n      \"vatF90\": true,\r\n      \"depotValue\": 1.23,\r\n      \"depotValueFactor\": 1.23,\r\n      \"depotDepreciationFactor\": 1.23,\r\n      \"depotDate\": \"2026-06-01T00:00:00\",\r\n      \"depotPropertyCommonDebt\": 1.23,\r\n      \"depotPropertyCommonDebtDate\": \"2026-06-01T00:00:00\",\r\n      \"depotPropertyAreaScore\": 123,\r\n      \"depotPropertyMunicipalityScore\": 123,\r\n      \"depotPropertyAreaVactionScore\": 123,\r\n      \"propertyLevelCode\": \"string\",\r\n      \"objectNewDate\": \"2026-06-01T00:00:00\",\r\n      \"objectSpecification\": \"string\",\r\n      \"objectInsurance\": [\r\n        {\r\n          \"policyNo\": \"string\",\r\n          \"insuranceContactNo\": \"string\"\r\n        }\r\n      ],\r\n      \"objectAttributes\": [\r\n        {\r\n          \"attribute\": \"string\",\r\n          \"value\": \"string\"\r\n        }\r\n      ],\r\n      \"matrices\": [\r\n        {\r\n          \"type\": \"string\",\r\n          \"usageUnit\": \"string\",\r\n          \"valueUnit\": \"string\",\r\n          \"sourceReference\": \"string\",\r\n          \"lines\": [\r\n            {\r\n              \"month\": 123,\r\n              \"usage\": 123,\r\n              \"value\": 1.23\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    },\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/information/reference-interest-rates":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Information"],"summary":"Get Reference Interest Rates","description":"TODO: Description","operationId":"GetReferenceRatesInformation","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"interestGroupCode","in":"query","description":"If not specified then to be returned all interestGroupCode with assigned reference rate.","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"date","in":"query","description":"YYYY-MM-DD. If specified then max. 1 rate valid per interestGroupCode per that date is returned, otherwise all rates per interestGroupCode to be returned.","required":false,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultReferenceRateInformation":{"type":"object","properties":{"referenceRates":{"type":"array","items":{"type":"object","properties":{"interestGroupCode":{"type":"string"},"rateCode":{"type":"string"},"referenceRateCode":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"referenceRateValue":{"type":"number","format":"double"}}}},"referenceRatesCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultReferenceRateInformation\": {\r\n    \"referenceRates\": [\r\n      {\r\n        \"interestGroupCode\": \"string\",\r\n        \"rateCode\": \"string\",\r\n        \"referenceRateCode\": \"string\",\r\n        \"fromDate\": \"2026-06-01T00:00:00\",\r\n        \"referenceRateValue\": 1.23\r\n      }\r\n    ],\r\n    \"referenceRatesCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultReferenceRateInformation":{"type":"object","properties":{"referenceRates":{"type":"array","items":{"type":"object","properties":{"interestGroupCode":{"type":"string"},"rateCode":{"type":"string"},"referenceRateCode":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"referenceRateValue":{"type":"number","format":"double"}}}},"referenceRatesCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultReferenceRateInformation\": {\r\n    \"referenceRates\": [\r\n      {\r\n        \"interestGroupCode\": \"string\",\r\n        \"rateCode\": \"string\",\r\n        \"referenceRateCode\": \"string\",\r\n        \"fromDate\": \"2026-06-01T00:00:00\",\r\n        \"referenceRateValue\": 1.23\r\n      }\r\n    ],\r\n    \"referenceRatesCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/information/interest-rates":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Information"],"summary":"Get Interest Rates from a rate group and/or from a date","description":"Can return all rates that belong to a given rate group with option of setting a date.","operationId":"GetInterestRates","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"interestGroupCode","in":"query","description":"If not specified it will return all rate groups","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"date","in":"query","description":"YYYY-MM-DD. If specified all interest rates from that date and onward is returned, otherwise all rates per todays date will be returned.","required":false,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultInterestRate":{"type":"object","properties":{"interestRates":{"type":"array","items":{"type":"object","properties":{"rateCode":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"rateValue":{"type":"number","format":"double"}}}},"rateCount":{"type":"integer","format":"int32"}}}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultInterestRate\": {\r\n    \"interestRates\": [\r\n      {\r\n        \"rateCode\": \"string\",\r\n        \"fromDate\": \"2026-06-01T00:00:00\",\r\n        \"rateValue\": 1.23\r\n      }\r\n    ],\r\n    \"rateCount\": 123\r\n  }\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultInterestRate":{"type":"object","properties":{"interestRates":{"type":"array","items":{"type":"object","properties":{"rateCode":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"rateValue":{"type":"number","format":"double"}}}},"rateCount":{"type":"integer","format":"int32"}}}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultInterestRate\": {\r\n    \"interestRates\": [\r\n      {\r\n        \"rateCode\": \"string\",\r\n        \"fromDate\": \"2026-06-01T00:00:00\",\r\n        \"rateValue\": 1.23\r\n      }\r\n    ],\r\n    \"rateCount\": 123\r\n  }\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/information/rate-sets":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Information"],"summary":"Get Rate Sets","description":"Can return all rate sets if nothing is specified or one particular set with given ID or all sets from a given start date. ","operationId":"GetRateSet","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"rateSetId","in":"query","description":"If specified will return that specific rate set","required":false,"style":"form","explode":false,"schema":{"type":"integer","format":"int32"}},{"name":"date","in":"query","description":"YYYY-MM-DD. If specified, and Rate Set ID is not specified, it will return all rate sets from that date and forward.","required":false,"style":"form","explode":false,"schema":{"type":"string","format":"date-time"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultRateSet":{"type":"object","properties":{"rateSets":{"type":"array","items":{"type":"object","properties":{"rateSetID":{"type":"integer","format":"int32"},"accountType":{"type":"string"},"rateGroup":{"type":"string"},"description":{"type":"string"},"rateStartDate":{"type":"string","format":"date-time"},"currentRateStartDate":{"type":"string","format":"date-time"},"rateSetDetails":{"type":"array","items":{"type":"object","properties":{"level":{"type":"integer","format":"int32"},"interestRate":{"type":"number","format":"double"},"minAmount":{"type":"number","format":"double"},"maxAmount":{"type":"number","format":"double"}}}}}}},"entryCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultRateSet\": {\r\n    \"rateSets\": [\r\n      {\r\n        \"rateSetID\": 123,\r\n        \"accountType\": \"string\",\r\n        \"rateGroup\": \"string\",\r\n        \"description\": \"string\",\r\n        \"rateStartDate\": \"2026-06-01T00:00:00\",\r\n        \"currentRateStartDate\": \"2026-06-01T00:00:00\",\r\n        \"rateSetDetails\": [\r\n          {\r\n            \"level\": 123,\r\n            \"interestRate\": 1.23,\r\n            \"minAmount\": 1.23,\r\n            \"maxAmount\": 1.23\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"entryCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultRateSet":{"type":"object","properties":{"rateSets":{"type":"array","items":{"type":"object","properties":{"rateSetID":{"type":"integer","format":"int32"},"accountType":{"type":"string"},"rateGroup":{"type":"string"},"description":{"type":"string"},"rateStartDate":{"type":"string","format":"date-time"},"currentRateStartDate":{"type":"string","format":"date-time"},"rateSetDetails":{"type":"array","items":{"type":"object","properties":{"level":{"type":"integer","format":"int32"},"interestRate":{"type":"number","format":"double"},"minAmount":{"type":"number","format":"double"},"maxAmount":{"type":"number","format":"double"}}}}}}},"entryCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultRateSet\": {\r\n    \"rateSets\": [\r\n      {\r\n        \"rateSetID\": 123,\r\n        \"accountType\": \"string\",\r\n        \"rateGroup\": \"string\",\r\n        \"description\": \"string\",\r\n        \"rateStartDate\": \"2026-06-01T00:00:00\",\r\n        \"currentRateStartDate\": \"2026-06-01T00:00:00\",\r\n        \"rateSetDetails\": [\r\n          {\r\n            \"level\": 123,\r\n            \"interestRate\": 1.23,\r\n            \"minAmount\": 1.23,\r\n            \"maxAmount\": 1.23\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"entryCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/information/loan-to-value":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Information"],"summary":"Get Loan-To-Value ratios from product","description":"Returns all Loan-To-Value ratios that are currently set up for the given product.","operationId":"GetLoanToValueRatioForProduct","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"productCode","in":"query","description":"If not specified will return all Loan-To-Value ratios","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultLTV":{"type":"object","properties":{"loanToValueRatioForProduct":{"type":"array","items":{"type":"object","properties":{"productCode":{"type":"string"},"groupCode":{"type":"string"},"fromRatio":{"type":"number","format":"double"}}}},"entryCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultLTV\": {\r\n    \"loanToValueRatioForProduct\": [\r\n      {\r\n        \"productCode\": \"string\",\r\n        \"groupCode\": \"string\",\r\n        \"fromRatio\": 1.23\r\n      }\r\n    ],\r\n    \"entryCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultLTV":{"type":"object","properties":{"loanToValueRatioForProduct":{"type":"array","items":{"type":"object","properties":{"productCode":{"type":"string"},"groupCode":{"type":"string"},"fromRatio":{"type":"number","format":"double"}}}},"entryCount":{"type":"integer","format":"int32"}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultLTV\": {\r\n    \"loanToValueRatioForProduct\": [\r\n      {\r\n        \"productCode\": \"string\",\r\n        \"groupCode\": \"string\",\r\n        \"fromRatio\": 1.23\r\n      }\r\n    ],\r\n    \"entryCount\": 123\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/client-agreements/{clientAgreementNo}":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Client Agreements"],"summary":"Get Client Agreement Information","description":"Returns information about the Client Contact and Client Agreement.","operationId":"GetClientAgreementInformation","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"clientAgreementNo","in":"path","description":"Client Agreement No.","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultClientInfo":{"type":"object","properties":{"contactInfo":{"type":"array","items":{"type":"object","properties":{"no":{"type":"string"},"name":{"type":"string"},"vatNo":{"type":"string"},"address":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"countryCode":{"type":"string"},"nationalityCode":{"type":"string"}}}},"contactPerson":{"type":"array","items":{"type":"object","properties":{"no":{"type":"string"},"name":{"type":"string"},"phone":{"type":"string"},"email":{"type":"string"},"responsibilities":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"}}}}}}},"clientCount":{"type":"integer","format":"int32"},"clientInfo":{"type":"object","properties":{"clientAgreNo":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"closedDate":{"type":"string","format":"date-time"},"payoutMethod":{"type":"string"},"dueDay":{"type":"integer","format":"int32"},"changeDueDay":{"type":"boolean"},"languageCode":{"type":"string"},"indexRegulation":{"type":"boolean"},"clientRegisters":{"type":"boolean"},"electronicRegistration":{"type":"boolean"},"powerOfAttorney":{"type":"boolean"},"depotLocation":{"type":"string"},"changeTermLength":{"type":"boolean"},"changeAmortizationType":{"type":"boolean"},"changePaymentPlanWithFixedRate":{"type":"boolean"},"maxTermRelief":{"type":"integer","format":"int32"},"maxTermPostponement":{"type":"integer","format":"int32"},"fixedRateEOP":{"type":"string"},"fixedRateRedeem":{"type":"string"},"fixedRateTermination":{"type":"string"},"legalName":{"type":"string"},"clientInsurance":{"type":"boolean"},"originationSystem":{"type":"string"}}},"clientDimension":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}},"clientProduct":{"type":"array","items":{"type":"object","properties":{"productCode":{"type":"string"},"description":{"type":"string"},"productGroup":{"type":"string"},"defaultRateGroup":{"type":"string"},"termCount":{"type":"integer","format":"int32"},"termLengthInMonths":{"type":"integer","format":"int32"},"blocked":{"type":"boolean"}}}},"availableRateGroups":{"type":"array","items":{"type":"object","properties":{"interestRateGroup":{"type":"string"},"rateGroupDescription":{"type":"string"},"rateStructure":{"type":"string"},"baseRate":{"type":"number","format":"double"},"blocked":{"type":"boolean"}}}},"productSpecificRate":{"type":"array","items":{"type":"object","properties":{"productCode":{"type":"string"},"interestRateGroup":{"type":"string"},"clientRateAdj":{"type":"number","format":"double"},"fromDate":{"type":"string","format":"date-time"}}}},"clientFee":{"type":"array","items":{"type":"object","properties":{"productCode":{"type":"string"},"feeCode":{"type":"string"},"feeDescription":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"amount":{"type":"number","format":"double"},"clientIncome":{"type":"boolean"},"financedFee":{"type":"boolean"}}}},"handlingFee":{"type":"array","items":{"type":"object","properties":{"feeCode":{"type":"string"},"feeDescription":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"feeAmount":{"type":"number","format":"double"}}}}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultClientInfo\": {\r\n    \"contactInfo\": [\r\n      {\r\n        \"no\": \"string\",\r\n        \"name\": \"string\",\r\n        \"vatNo\": \"string\",\r\n        \"address\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"nationalityCode\": \"string\"\r\n      }\r\n    ],\r\n    \"contactPerson\": [\r\n      {\r\n        \"no\": \"string\",\r\n        \"name\": \"string\",\r\n        \"phone\": \"string\",\r\n        \"email\": \"string\",\r\n        \"responsibilities\": [\r\n          {\r\n            \"code\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"clientCount\": 123,\r\n    \"clientInfo\": {\r\n      \"clientAgreNo\": \"string\",\r\n      \"description\": \"string\",\r\n      \"type\": \"string\",\r\n      \"startDate\": \"2026-06-01T00:00:00\",\r\n      \"closedDate\": \"2026-06-01T00:00:00\",\r\n      \"payoutMethod\": \"string\",\r\n      \"dueDay\": 123,\r\n      \"changeDueDay\": true,\r\n      \"languageCode\": \"string\",\r\n      \"indexRegulation\": true,\r\n      \"clientRegisters\": true,\r\n      \"electronicRegistration\": true,\r\n      \"powerOfAttorney\": true,\r\n      \"depotLocation\": \"string\",\r\n      \"changeTermLength\": true,\r\n      \"changeAmortizationType\": true,\r\n      \"changePaymentPlanWithFixedRate\": true,\r\n      \"maxTermRelief\": 123,\r\n      \"maxTermPostponement\": 123,\r\n      \"fixedRateEOP\": \"string\",\r\n      \"fixedRateRedeem\": \"string\",\r\n      \"fixedRateTermination\": \"string\",\r\n      \"legalName\": \"string\",\r\n      \"clientInsurance\": true,\r\n      \"originationSystem\": \"string\"\r\n    },\r\n    \"clientDimension\": [\r\n      {\r\n        \"code\": \"string\",\r\n        \"value\": \"string\"\r\n      }\r\n    ],\r\n    \"clientProduct\": [\r\n      {\r\n        \"productCode\": \"string\",\r\n        \"description\": \"string\",\r\n        \"productGroup\": \"string\",\r\n        \"defaultRateGroup\": \"string\",\r\n        \"termCount\": 123,\r\n        \"termLengthInMonths\": 123,\r\n        \"blocked\": true\r\n      }\r\n    ],\r\n    \"availableRateGroups\": [\r\n      {\r\n        \"interestRateGroup\": \"string\",\r\n        \"rateGroupDescription\": \"string\",\r\n        \"rateStructure\": \"string\",\r\n        \"baseRate\": 1.23,\r\n        \"blocked\": true\r\n      }\r\n    ],\r\n    \"productSpecificRate\": [\r\n      {\r\n        \"productCode\": \"string\",\r\n        \"interestRateGroup\": \"string\",\r\n        \"clientRateAdj\": 1.23,\r\n        \"fromDate\": \"2026-06-01T00:00:00\"\r\n      }\r\n    ],\r\n    \"clientFee\": [\r\n      {\r\n        \"productCode\": \"string\",\r\n        \"feeCode\": \"string\",\r\n        \"feeDescription\": \"string\",\r\n        \"fromDate\": \"2026-06-01T00:00:00\",\r\n        \"amount\": 1.23,\r\n        \"clientIncome\": true,\r\n        \"financedFee\": true\r\n      }\r\n    ],\r\n    \"handlingFee\": [\r\n      {\r\n        \"feeCode\": \"string\",\r\n        \"feeDescription\": \"string\",\r\n        \"fromDate\": \"2026-06-01T00:00:00\",\r\n        \"feeAmount\": 1.23\r\n      }\r\n    ]\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultClientInfo":{"type":"object","properties":{"contactInfo":{"type":"array","items":{"type":"object","properties":{"no":{"type":"string"},"name":{"type":"string"},"vatNo":{"type":"string"},"address":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"countryCode":{"type":"string"},"nationalityCode":{"type":"string"}}}},"contactPerson":{"type":"array","items":{"type":"object","properties":{"no":{"type":"string"},"name":{"type":"string"},"phone":{"type":"string"},"email":{"type":"string"},"responsibilities":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"}}}}}}},"clientCount":{"type":"integer","format":"int32"},"clientInfo":{"type":"object","properties":{"clientAgreNo":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"closedDate":{"type":"string","format":"date-time"},"payoutMethod":{"type":"string"},"dueDay":{"type":"integer","format":"int32"},"changeDueDay":{"type":"boolean"},"languageCode":{"type":"string"},"indexRegulation":{"type":"boolean"},"clientRegisters":{"type":"boolean"},"electronicRegistration":{"type":"boolean"},"powerOfAttorney":{"type":"boolean"},"depotLocation":{"type":"string"},"changeTermLength":{"type":"boolean"},"changeAmortizationType":{"type":"boolean"},"changePaymentPlanWithFixedRate":{"type":"boolean"},"maxTermRelief":{"type":"integer","format":"int32"},"maxTermPostponement":{"type":"integer","format":"int32"},"fixedRateEOP":{"type":"string"},"fixedRateRedeem":{"type":"string"},"fixedRateTermination":{"type":"string"},"legalName":{"type":"string"},"clientInsurance":{"type":"boolean"},"originationSystem":{"type":"string"}}},"clientDimension":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}},"clientProduct":{"type":"array","items":{"type":"object","properties":{"productCode":{"type":"string"},"description":{"type":"string"},"productGroup":{"type":"string"},"defaultRateGroup":{"type":"string"},"termCount":{"type":"integer","format":"int32"},"termLengthInMonths":{"type":"integer","format":"int32"},"blocked":{"type":"boolean"}}}},"availableRateGroups":{"type":"array","items":{"type":"object","properties":{"interestRateGroup":{"type":"string"},"rateGroupDescription":{"type":"string"},"rateStructure":{"type":"string"},"baseRate":{"type":"number","format":"double"},"blocked":{"type":"boolean"}}}},"productSpecificRate":{"type":"array","items":{"type":"object","properties":{"productCode":{"type":"string"},"interestRateGroup":{"type":"string"},"clientRateAdj":{"type":"number","format":"double"},"fromDate":{"type":"string","format":"date-time"}}}},"clientFee":{"type":"array","items":{"type":"object","properties":{"productCode":{"type":"string"},"feeCode":{"type":"string"},"feeDescription":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"amount":{"type":"number","format":"double"},"clientIncome":{"type":"boolean"},"financedFee":{"type":"boolean"}}}},"handlingFee":{"type":"array","items":{"type":"object","properties":{"feeCode":{"type":"string"},"feeDescription":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"feeAmount":{"type":"number","format":"double"}}}}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultClientInfo\": {\r\n    \"contactInfo\": [\r\n      {\r\n        \"no\": \"string\",\r\n        \"name\": \"string\",\r\n        \"vatNo\": \"string\",\r\n        \"address\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"countryCode\": \"string\",\r\n        \"nationalityCode\": \"string\"\r\n      }\r\n    ],\r\n    \"contactPerson\": [\r\n      {\r\n        \"no\": \"string\",\r\n        \"name\": \"string\",\r\n        \"phone\": \"string\",\r\n        \"email\": \"string\",\r\n        \"responsibilities\": [\r\n          {\r\n            \"code\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"clientCount\": 123,\r\n    \"clientInfo\": {\r\n      \"clientAgreNo\": \"string\",\r\n      \"description\": \"string\",\r\n      \"type\": \"string\",\r\n      \"startDate\": \"2026-06-01T00:00:00\",\r\n      \"closedDate\": \"2026-06-01T00:00:00\",\r\n      \"payoutMethod\": \"string\",\r\n      \"dueDay\": 123,\r\n      \"changeDueDay\": true,\r\n      \"languageCode\": \"string\",\r\n      \"indexRegulation\": true,\r\n      \"clientRegisters\": true,\r\n      \"electronicRegistration\": true,\r\n      \"powerOfAttorney\": true,\r\n      \"depotLocation\": \"string\",\r\n      \"changeTermLength\": true,\r\n      \"changeAmortizationType\": true,\r\n      \"changePaymentPlanWithFixedRate\": true,\r\n      \"maxTermRelief\": 123,\r\n      \"maxTermPostponement\": 123,\r\n      \"fixedRateEOP\": \"string\",\r\n      \"fixedRateRedeem\": \"string\",\r\n      \"fixedRateTermination\": \"string\",\r\n      \"legalName\": \"string\",\r\n      \"clientInsurance\": true,\r\n      \"originationSystem\": \"string\"\r\n    },\r\n    \"clientDimension\": [\r\n      {\r\n        \"code\": \"string\",\r\n        \"value\": \"string\"\r\n      }\r\n    ],\r\n    \"clientProduct\": [\r\n      {\r\n        \"productCode\": \"string\",\r\n        \"description\": \"string\",\r\n        \"productGroup\": \"string\",\r\n        \"defaultRateGroup\": \"string\",\r\n        \"termCount\": 123,\r\n        \"termLengthInMonths\": 123,\r\n        \"blocked\": true\r\n      }\r\n    ],\r\n    \"availableRateGroups\": [\r\n      {\r\n        \"interestRateGroup\": \"string\",\r\n        \"rateGroupDescription\": \"string\",\r\n        \"rateStructure\": \"string\",\r\n        \"baseRate\": 1.23,\r\n        \"blocked\": true\r\n      }\r\n    ],\r\n    \"productSpecificRate\": [\r\n      {\r\n        \"productCode\": \"string\",\r\n        \"interestRateGroup\": \"string\",\r\n        \"clientRateAdj\": 1.23,\r\n        \"fromDate\": \"2026-06-01T00:00:00\"\r\n      }\r\n    ],\r\n    \"clientFee\": [\r\n      {\r\n        \"productCode\": \"string\",\r\n        \"feeCode\": \"string\",\r\n        \"feeDescription\": \"string\",\r\n        \"fromDate\": \"2026-06-01T00:00:00\",\r\n        \"amount\": 1.23,\r\n        \"clientIncome\": true,\r\n        \"financedFee\": true\r\n      }\r\n    ],\r\n    \"handlingFee\": [\r\n      {\r\n        \"feeCode\": \"string\",\r\n        \"feeDescription\": \"string\",\r\n        \"fromDate\": \"2026-06-01T00:00:00\",\r\n        \"feeAmount\": 1.23\r\n      }\r\n    ]\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/client-agreements/account/{accountNo}/details":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Client Agreements"],"summary":"Get Client Agreement Account Details","description":"Returns Account details with Client Information.","operationId":"GetClientAgreementAccountDetails","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"accountNo","in":"path","description":"Core Account No.","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"National / Civic / Personal / Social Sec. Number or Id, prefixed with country code ([country code][national id], e.g. NO18088805972)","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultClientAdHocInfo":{"type":"object","properties":{"accountInfo":{"type":"array","items":{"type":"object","properties":{"coreAccountNo":{"type":"string"},"clientAgreementNo":{"type":"string"},"product":{"type":"string"},"productDescription":{"type":"string"},"productGroup":{"type":"string"},"principalBalance":{"type":"number","format":"double"},"initialNetLoanAmount":{"type":"number","format":"double"},"creditLimit":{"type":"number","format":"double"},"disbursementDate":{"type":"string","format":"date-time"},"rateGroup":{"type":"string"},"interestRate":{"type":"number","format":"double"},"customerRateMargin":{"type":"number","format":"double"},"effectiveRate":{"type":"number","format":"double"},"paymentSeries":{"type":"array","items":{"type":"object","properties":{"paymentLegNo":{"type":"integer","format":"int32"},"termCount":{"type":"integer","format":"int32"},"termLengthInMonths":{"type":"number","format":"double"},"termFee":{"type":"number","format":"double"},"amortization":{"type":"string"},"totalLoanAmount":{"type":"number","format":"double"}}}}}}},"signerInfo":{"type":"array","items":{"type":"object","properties":{"signerContactNo":{"type":"string"},"signerName":{"type":"string"},"address":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"eMail":{"type":"string"},"phoneNo":{"type":"string"},"optOutOfECommunication":{"type":"boolean"},"signerSSN":{"type":"string"},"coSigners":{"type":"array","items":{"type":"object","properties":{"roleType":{"type":"string"},"coSignerContact":{"type":"array","items":{"type":"object","properties":{"coSignerName":{"type":"string"},"coSignerSSN":{"type":"string"}}}}}}},"guarantor":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string"},"guarantorContact":{"type":"array","items":{"type":"object","properties":{"guarantorName":{"type":"string"}}}}}}}}}},"clientInfo":{"type":"array","items":{"type":"object","properties":{"contactNo":{"type":"string"},"clientName":{"type":"string"},"legalName":{"type":"string"},"clientVATNo":{"type":"string"},"clientAddress":{"type":"string"},"clientPostCode":{"type":"string"},"clientCity":{"type":"string"},"handlingFees":{"type":"array","items":{"type":"object","properties":{"feeCode":{"type":"string"},"feeDescription":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"feeAmount":{"type":"number","format":"double"}}}}}}},"securities":{"type":"array","items":{"type":"object","properties":{"security":{"type":"array","items":{"type":"object","properties":{"securityType":{"type":"string"},"registrationDocNo":{"type":"string"},"registrationDate":{"type":"string","format":"date-time"},"faceValue":{"type":"number","format":"double"},"securityObject":{"type":"array","items":{"type":"object","properties":{"securityID":{"type":"string"},"objectNo":{"type":"string"},"objectDesc":{"type":"string"},"object":{"type":"array","items":{"type":"object","properties":{"faSubclassCode":{"type":"string"},"landNo":{"type":"string"},"municipalityNo":{"type":"string"},"municipalityName":{"type":"string"},"unitNo":{"type":"string"},"sectionNo":{"type":"string"},"leaseNo":{"type":"string"},"propertyOrganizationNo":{"type":"string"},"propertyShareNo":{"type":"string"},"objectOwner":{"type":"array","items":{"type":"object","properties":{"ownerContactNo":{"type":"string"},"ownerShare":{"type":"number","format":"double"}}}}}}}}}}}}},"securityCount":{"type":"integer","format":"int32"}}}},"companyInformation":{"type":"array","items":{"type":"object","properties":{"companyName":{"type":"string"},"companyAddress":{"type":"string"},"companyPostCode":{"type":"string"},"companyCity":{"type":"string"}}}}}}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultClientAdHocInfo\": {\r\n    \"accountInfo\": [\r\n      {\r\n        \"coreAccountNo\": \"string\",\r\n        \"clientAgreementNo\": \"string\",\r\n        \"product\": \"string\",\r\n        \"productDescription\": \"string\",\r\n        \"productGroup\": \"string\",\r\n        \"principalBalance\": 1.23,\r\n        \"initialNetLoanAmount\": 1.23,\r\n        \"creditLimit\": 1.23,\r\n        \"disbursementDate\": \"2026-06-01T00:00:00\",\r\n        \"rateGroup\": \"string\",\r\n        \"interestRate\": 1.23,\r\n        \"customerRateMargin\": 1.23,\r\n        \"effectiveRate\": 1.23,\r\n        \"paymentSeries\": [\r\n          {\r\n            \"paymentLegNo\": 123,\r\n            \"termCount\": 123,\r\n            \"termLengthInMonths\": 1.23,\r\n            \"termFee\": 1.23,\r\n            \"amortization\": \"string\",\r\n            \"totalLoanAmount\": 1.23\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"signerInfo\": [\r\n      {\r\n        \"signerContactNo\": \"string\",\r\n        \"signerName\": \"string\",\r\n        \"address\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"eMail\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"optOutOfECommunication\": true,\r\n        \"signerSSN\": \"string\",\r\n        \"coSigners\": [\r\n          {\r\n            \"roleType\": \"string\",\r\n            \"coSignerContact\": [\r\n              {\r\n                \"coSignerName\": \"string\",\r\n                \"coSignerSSN\": \"string\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"guarantor\": [\r\n          {\r\n            \"role\": \"string\",\r\n            \"guarantorContact\": [\r\n              {\r\n                \"guarantorName\": \"string\"\r\n              }\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"clientInfo\": [\r\n      {\r\n        \"contactNo\": \"string\",\r\n        \"clientName\": \"string\",\r\n        \"legalName\": \"string\",\r\n        \"clientVATNo\": \"string\",\r\n        \"clientAddress\": \"string\",\r\n        \"clientPostCode\": \"string\",\r\n        \"clientCity\": \"string\",\r\n        \"handlingFees\": [\r\n          {\r\n            \"feeCode\": \"string\",\r\n            \"feeDescription\": \"string\",\r\n            \"fromDate\": \"2026-06-01T00:00:00\",\r\n            \"feeAmount\": 1.23\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"securities\": [\r\n      {\r\n        \"security\": [\r\n          {\r\n            \"securityType\": \"string\",\r\n            \"registrationDocNo\": \"string\",\r\n            \"registrationDate\": \"2026-06-01T00:00:00\",\r\n            \"faceValue\": 1.23,\r\n            \"securityObject\": [\r\n              {\r\n                \"securityID\": \"string\",\r\n                \"objectNo\": \"string\",\r\n                \"objectDesc\": \"string\",\r\n                \"object\": [\r\n                  {\r\n                    \"faSubclassCode\": \"string\",\r\n                    \"landNo\": \"string\",\r\n                    \"municipalityNo\": \"string\",\r\n                    \"municipalityName\": \"string\",\r\n                    \"unitNo\": \"string\",\r\n                    \"sectionNo\": \"string\",\r\n                    \"leaseNo\": \"string\",\r\n                    \"propertyOrganizationNo\": \"string\",\r\n                    \"propertyShareNo\": \"string\",\r\n                    \"objectOwner\": [\r\n                      {\r\n                        \"ownerContactNo\": \"string\",\r\n                        \"ownerShare\": 1.23\r\n                      }\r\n                    ]\r\n                  }\r\n                ]\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"securityCount\": 123\r\n      }\r\n    ],\r\n    \"companyInformation\": [\r\n      {\r\n        \"companyName\": \"string\",\r\n        \"companyAddress\": \"string\",\r\n        \"companyPostCode\": \"string\",\r\n        \"companyCity\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultClientAdHocInfo":{"type":"object","properties":{"accountInfo":{"type":"array","items":{"type":"object","properties":{"coreAccountNo":{"type":"string"},"clientAgreementNo":{"type":"string"},"product":{"type":"string"},"productDescription":{"type":"string"},"productGroup":{"type":"string"},"principalBalance":{"type":"number","format":"double"},"initialNetLoanAmount":{"type":"number","format":"double"},"creditLimit":{"type":"number","format":"double"},"disbursementDate":{"type":"string","format":"date-time"},"rateGroup":{"type":"string"},"interestRate":{"type":"number","format":"double"},"customerRateMargin":{"type":"number","format":"double"},"effectiveRate":{"type":"number","format":"double"},"paymentSeries":{"type":"array","items":{"type":"object","properties":{"paymentLegNo":{"type":"integer","format":"int32"},"termCount":{"type":"integer","format":"int32"},"termLengthInMonths":{"type":"number","format":"double"},"termFee":{"type":"number","format":"double"},"amortization":{"type":"string"},"totalLoanAmount":{"type":"number","format":"double"}}}}}}},"signerInfo":{"type":"array","items":{"type":"object","properties":{"signerContactNo":{"type":"string"},"signerName":{"type":"string"},"address":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"eMail":{"type":"string"},"phoneNo":{"type":"string"},"optOutOfECommunication":{"type":"boolean"},"signerSSN":{"type":"string"},"coSigners":{"type":"array","items":{"type":"object","properties":{"roleType":{"type":"string"},"coSignerContact":{"type":"array","items":{"type":"object","properties":{"coSignerName":{"type":"string"},"coSignerSSN":{"type":"string"}}}}}}},"guarantor":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string"},"guarantorContact":{"type":"array","items":{"type":"object","properties":{"guarantorName":{"type":"string"}}}}}}}}}},"clientInfo":{"type":"array","items":{"type":"object","properties":{"contactNo":{"type":"string"},"clientName":{"type":"string"},"legalName":{"type":"string"},"clientVATNo":{"type":"string"},"clientAddress":{"type":"string"},"clientPostCode":{"type":"string"},"clientCity":{"type":"string"},"handlingFees":{"type":"array","items":{"type":"object","properties":{"feeCode":{"type":"string"},"feeDescription":{"type":"string"},"fromDate":{"type":"string","format":"date-time"},"feeAmount":{"type":"number","format":"double"}}}}}}},"securities":{"type":"array","items":{"type":"object","properties":{"security":{"type":"array","items":{"type":"object","properties":{"securityType":{"type":"string"},"registrationDocNo":{"type":"string"},"registrationDate":{"type":"string","format":"date-time"},"faceValue":{"type":"number","format":"double"},"securityObject":{"type":"array","items":{"type":"object","properties":{"securityID":{"type":"string"},"objectNo":{"type":"string"},"objectDesc":{"type":"string"},"object":{"type":"array","items":{"type":"object","properties":{"faSubclassCode":{"type":"string"},"landNo":{"type":"string"},"municipalityNo":{"type":"string"},"municipalityName":{"type":"string"},"unitNo":{"type":"string"},"sectionNo":{"type":"string"},"leaseNo":{"type":"string"},"propertyOrganizationNo":{"type":"string"},"propertyShareNo":{"type":"string"},"objectOwner":{"type":"array","items":{"type":"object","properties":{"ownerContactNo":{"type":"string"},"ownerShare":{"type":"number","format":"double"}}}}}}}}}}}}},"securityCount":{"type":"integer","format":"int32"}}}},"companyInformation":{"type":"array","items":{"type":"object","properties":{"companyName":{"type":"string"},"companyAddress":{"type":"string"},"companyPostCode":{"type":"string"},"companyCity":{"type":"string"}}}}}}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultClientAdHocInfo\": {\r\n    \"accountInfo\": [\r\n      {\r\n        \"coreAccountNo\": \"string\",\r\n        \"clientAgreementNo\": \"string\",\r\n        \"product\": \"string\",\r\n        \"productDescription\": \"string\",\r\n        \"productGroup\": \"string\",\r\n        \"principalBalance\": 1.23,\r\n        \"initialNetLoanAmount\": 1.23,\r\n        \"creditLimit\": 1.23,\r\n        \"disbursementDate\": \"2026-06-01T00:00:00\",\r\n        \"rateGroup\": \"string\",\r\n        \"interestRate\": 1.23,\r\n        \"customerRateMargin\": 1.23,\r\n        \"effectiveRate\": 1.23,\r\n        \"paymentSeries\": [\r\n          {\r\n            \"paymentLegNo\": 123,\r\n            \"termCount\": 123,\r\n            \"termLengthInMonths\": 1.23,\r\n            \"termFee\": 1.23,\r\n            \"amortization\": \"string\",\r\n            \"totalLoanAmount\": 1.23\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"signerInfo\": [\r\n      {\r\n        \"signerContactNo\": \"string\",\r\n        \"signerName\": \"string\",\r\n        \"address\": \"string\",\r\n        \"postCode\": \"string\",\r\n        \"city\": \"string\",\r\n        \"eMail\": \"string\",\r\n        \"phoneNo\": \"string\",\r\n        \"optOutOfECommunication\": true,\r\n        \"signerSSN\": \"string\",\r\n        \"coSigners\": [\r\n          {\r\n            \"roleType\": \"string\",\r\n            \"coSignerContact\": [\r\n              {\r\n                \"coSignerName\": \"string\",\r\n                \"coSignerSSN\": \"string\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"guarantor\": [\r\n          {\r\n            \"role\": \"string\",\r\n            \"guarantorContact\": [\r\n              {\r\n                \"guarantorName\": \"string\"\r\n              }\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"clientInfo\": [\r\n      {\r\n        \"contactNo\": \"string\",\r\n        \"clientName\": \"string\",\r\n        \"legalName\": \"string\",\r\n        \"clientVATNo\": \"string\",\r\n        \"clientAddress\": \"string\",\r\n        \"clientPostCode\": \"string\",\r\n        \"clientCity\": \"string\",\r\n        \"handlingFees\": [\r\n          {\r\n            \"feeCode\": \"string\",\r\n            \"feeDescription\": \"string\",\r\n            \"fromDate\": \"2026-06-01T00:00:00\",\r\n            \"feeAmount\": 1.23\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"securities\": [\r\n      {\r\n        \"security\": [\r\n          {\r\n            \"securityType\": \"string\",\r\n            \"registrationDocNo\": \"string\",\r\n            \"registrationDate\": \"2026-06-01T00:00:00\",\r\n            \"faceValue\": 1.23,\r\n            \"securityObject\": [\r\n              {\r\n                \"securityID\": \"string\",\r\n                \"objectNo\": \"string\",\r\n                \"objectDesc\": \"string\",\r\n                \"object\": [\r\n                  {\r\n                    \"faSubclassCode\": \"string\",\r\n                    \"landNo\": \"string\",\r\n                    \"municipalityNo\": \"string\",\r\n                    \"municipalityName\": \"string\",\r\n                    \"unitNo\": \"string\",\r\n                    \"sectionNo\": \"string\",\r\n                    \"leaseNo\": \"string\",\r\n                    \"propertyOrganizationNo\": \"string\",\r\n                    \"propertyShareNo\": \"string\",\r\n                    \"objectOwner\": [\r\n                      {\r\n                        \"ownerContactNo\": \"string\",\r\n                        \"ownerShare\": 1.23\r\n                      }\r\n                    ]\r\n                  }\r\n                ]\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"securityCount\": 123\r\n      }\r\n    ],\r\n    \"companyInformation\": [\r\n      {\r\n        \"companyName\": \"string\",\r\n        \"companyAddress\": \"string\",\r\n        \"companyPostCode\": \"string\",\r\n        \"companyCity\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/insurance/policies":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Insurance"],"summary":"Create insurance policy","description":"Creates an insurance policy.","operationId":"CreateInsurancePolicy","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"legalId","in":"query","description":"Legal ID of Insurance Provider","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"newInsurancePolicy":{"type":"object","properties":{"sourceInsuranceID":{"type":"string"},"policyNo":{"type":"string"},"effectiveDate":{"type":"string","format":"date-time"},"expirationDate":{"type":"string","format":"date-time"},"annualPremium":{"type":"number","format":"double"},"policyCoverage":{"type":"number","format":"double"},"receivedDate":{"type":"string","format":"date-time"},"totalValueInsured":{"type":"number","format":"double"},"coverageType":{"type":"string"},"insuranceVendorNo":{"type":"string"},"description":{"type":"string"},"fixedAssetObject":{"type":"string"},"document":{"type":"string"},"documentType":{"type":"string"},"documentTypeDescription":{"type":"string"},"documentTitle":{"type":"string"},"documentURL":{"type":"string"},"documentFileType":{"type":"string"},"documentShowOnMyPage":{"type":"boolean"}}}}},"examples":{"(Default)":{"description":"Default/Standard example","value":"{\r\n  \"newInsurancePolicy\": {\r\n    \"sourceInsuranceID\": \"string\",\r\n    \"policyNo\": \"string\",\r\n    \"effectiveDate\": \"2026-06-01T00:00:00\",\r\n    \"expirationDate\": \"2026-06-01T00:00:00\",\r\n    \"annualPremium\": 1.23,\r\n    \"policyCoverage\": 1.23,\r\n    \"receivedDate\": \"2026-06-01T00:00:00\",\r\n    \"totalValueInsured\": 1.23,\r\n    \"coverageType\": \"string\",\r\n    \"insuranceVendorNo\": \"string\",\r\n    \"description\": \"string\",\r\n    \"fixedAssetObject\": \"string\",\r\n    \"document\": \"string\",\r\n    \"documentType\": \"string\",\r\n    \"documentTypeDescription\": \"string\",\r\n    \"documentTitle\": \"string\",\r\n    \"documentURL\": \"string\",\r\n    \"documentFileType\": \"string\",\r\n    \"documentShowOnMyPage\": true\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultPolicyNo":{"type":"string"},"resultContactNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultPolicyNo\": \"string\",\r\n  \"resultContactNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultPolicyNo":{"type":"string"},"resultContactNo":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultPolicyNo\": \"string\",\r\n  \"resultContactNo\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/insurance/policies/{policyNo}/contact-info":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Insurance"],"summary":"Get Insurance Contact Informations","description":"Return contact info of each account related to the insurance through objects.","operationId":"GetInsuranceContactInfo","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"policyNo","in":"path","description":"Policy Number","required":false,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"organizationNo","in":"query","description":"Organization number of the insurance provider.","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"reference","in":"query","description":"Object reference","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultInsuranceContactInfo":{"type":"object","properties":{"insuranceCount":{"type":"integer","format":"int32"},"insurance":{"type":"array","items":{"type":"object","properties":{"insuranceNo":{"type":"string"},"policyNo":{"type":"string"},"contactNo":{"type":"string"},"relatedObjects":{"type":"object","properties":{"objectCount":{"type":"integer","format":"int32"},"objects":{"type":"array","items":{"type":"object","properties":{"objectNo":{"type":"string"},"objectReference":{"type":"string"},"objectAddress":{"type":"string"},"zip":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"status":{"type":"string"},"principalBalance":{"type":"number","format":"double"},"activeCollectionCase":{"type":"string"},"collector":{"type":"string"},"collectorEmail":{"type":"string"},"grant":{"type":"string"},"clientNo":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}},"contacts":{"type":"array","items":{"type":"object","properties":{"contactRole":{"type":"string"},"socialSecurityNo":{"type":"string"},"vatRegistrationNo":{"type":"string"},"name":{"type":"string"},"address":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"mobile":{"type":"string"},"mobile2":{"type":"string"},"optOutOfECommunication":{"type":"string"}}}}}}}}}},"text":{"type":"array","items":{"type":"string"}}}}}}}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultInsuranceContactInfo\": {\r\n    \"insuranceCount\": 123,\r\n    \"insurance\": [\r\n      {\r\n        \"insuranceNo\": \"string\",\r\n        \"policyNo\": \"string\",\r\n        \"contactNo\": \"string\",\r\n        \"relatedObjects\": {\r\n          \"objectCount\": 123,\r\n          \"objects\": [\r\n            {\r\n              \"objectNo\": \"string\",\r\n              \"objectReference\": \"string\",\r\n              \"objectAddress\": \"string\",\r\n              \"zip\": \"string\",\r\n              \"accounts\": [\r\n                {\r\n                  \"accountNo\": \"string\",\r\n                  \"status\": \"string\",\r\n                  \"principalBalance\": 1.23,\r\n                  \"activeCollectionCase\": \"string\",\r\n                  \"collector\": \"string\",\r\n                  \"collectorEmail\": \"string\",\r\n                  \"grant\": \"string\",\r\n                  \"clientNo\": \"string\",\r\n                  \"attributes\": [\r\n                    {\r\n                      \"code\": \"string\",\r\n                      \"value\": \"string\"\r\n                    }\r\n                  ],\r\n                  \"contacts\": [\r\n                    {\r\n                      \"contactRole\": \"string\",\r\n                      \"socialSecurityNo\": \"string\",\r\n                      \"vatRegistrationNo\": \"string\",\r\n                      \"name\": \"string\",\r\n                      \"address\": \"string\",\r\n                      \"postCode\": \"string\",\r\n                      \"city\": \"string\",\r\n                      \"email\": \"string\",\r\n                      \"phone\": \"string\",\r\n                      \"mobile\": \"string\",\r\n                      \"mobile2\": \"string\",\r\n                      \"optOutOfECommunication\": \"string\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          ],\r\n          \"text\": [\r\n            \"string\"\r\n          ]\r\n        }\r\n      }\r\n    ]\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultInsuranceContactInfo":{"type":"object","properties":{"insuranceCount":{"type":"integer","format":"int32"},"insurance":{"type":"array","items":{"type":"object","properties":{"insuranceNo":{"type":"string"},"policyNo":{"type":"string"},"contactNo":{"type":"string"},"relatedObjects":{"type":"object","properties":{"objectCount":{"type":"integer","format":"int32"},"objects":{"type":"array","items":{"type":"object","properties":{"objectNo":{"type":"string"},"objectReference":{"type":"string"},"objectAddress":{"type":"string"},"zip":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"accountNo":{"type":"string"},"status":{"type":"string"},"principalBalance":{"type":"number","format":"double"},"activeCollectionCase":{"type":"string"},"collector":{"type":"string"},"collectorEmail":{"type":"string"},"grant":{"type":"string"},"clientNo":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"value":{"type":"string"}}}},"contacts":{"type":"array","items":{"type":"object","properties":{"contactRole":{"type":"string"},"socialSecurityNo":{"type":"string"},"vatRegistrationNo":{"type":"string"},"name":{"type":"string"},"address":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"mobile":{"type":"string"},"mobile2":{"type":"string"},"optOutOfECommunication":{"type":"string"}}}}}}}}}},"text":{"type":"array","items":{"type":"string"}}}}}}}}},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultInsuranceContactInfo\": {\r\n    \"insuranceCount\": 123,\r\n    \"insurance\": [\r\n      {\r\n        \"insuranceNo\": \"string\",\r\n        \"policyNo\": \"string\",\r\n        \"contactNo\": \"string\",\r\n        \"relatedObjects\": {\r\n          \"objectCount\": 123,\r\n          \"objects\": [\r\n            {\r\n              \"objectNo\": \"string\",\r\n              \"objectReference\": \"string\",\r\n              \"objectAddress\": \"string\",\r\n              \"zip\": \"string\",\r\n              \"accounts\": [\r\n                {\r\n                  \"accountNo\": \"string\",\r\n                  \"status\": \"string\",\r\n                  \"principalBalance\": 1.23,\r\n                  \"activeCollectionCase\": \"string\",\r\n                  \"collector\": \"string\",\r\n                  \"collectorEmail\": \"string\",\r\n                  \"grant\": \"string\",\r\n                  \"clientNo\": \"string\",\r\n                  \"attributes\": [\r\n                    {\r\n                      \"code\": \"string\",\r\n                      \"value\": \"string\"\r\n                    }\r\n                  ],\r\n                  \"contacts\": [\r\n                    {\r\n                      \"contactRole\": \"string\",\r\n                      \"socialSecurityNo\": \"string\",\r\n                      \"vatRegistrationNo\": \"string\",\r\n                      \"name\": \"string\",\r\n                      \"address\": \"string\",\r\n                      \"postCode\": \"string\",\r\n                      \"city\": \"string\",\r\n                      \"email\": \"string\",\r\n                      \"phone\": \"string\",\r\n                      \"mobile\": \"string\",\r\n                      \"mobile2\": \"string\",\r\n                      \"optOutOfECommunication\": \"string\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          ],\r\n          \"text\": [\r\n            \"string\"\r\n          ]\r\n        }\r\n      }\r\n    ]\r\n  },\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/insurance/policies/{policyNo}":{"summary":"TODO: Summary","description":"TODO: Description","put":{"tags":["Insurance"],"summary":"Replace an existing insurance policy with a new one.","description":"Adds all connections to objects from one insurance to another, sets source to expired.","operationId":"ReplaceInsurancePolicy","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"policyNo","in":"path","description":"Policy No of Target Insurance Policy","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"contactNo","in":"query","description":"Insurance Contact No of Target Insurance Policy","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"sourceInsurancePolicyNo","in":"query","description":"Policy No of existing SourceInsurance Policy","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"sourceInsuranceContactNo","in":"query","description":"Insurance Contact No of existing SourceInsurance Policy","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/insurance/policies/{policyNo}/objects":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["Insurance"],"summary":"Add Objects to Insurance Policy","description":"Creates a connection between existing objects and an existing Insurance Policy","operationId":"AddObjectsToInsurance","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"policyNo","in":"path","description":"Policy No of Target Insurance Policy","required":true,"style":"simple","explode":false,"schema":{"type":"string"}},{"name":"contactNo","in":"query","description":"Insurance Contact No of Target Insurance Policy","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"newObjects":{"type":"object","properties":{"objectNo":{"type":"array","items":{"type":"string"}},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"(Default)":{"description":"Default/Standard example","value":"{\r\n  \"newObjects\": {\r\n    \"objectNo\": [\r\n      \"string\"\r\n    ],\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/file-exchange/web-file":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["FileExchange"],"summary":"Send a file from URL via FileExchange","description":"TODO.","operationId":"PassFileFromUrl","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"fileUrl","in":"query","description":"URL of the file, including all authorization parameters sufficient to simply GET the file from the URL within at least 24h from the time of the request.","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"fileName","in":"query","description":"File name under which the file should be stored on target server (e.g. SFTP). Must be unique.","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"fileHash","in":"query","description":"Base64 encoded hash bytes","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"fileHashAlgorithm","in":"query","description":"SHA256/SHA512","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"fileExchangeTypeCode","in":"query","description":"Code value agreed with Core administrator.","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultFileID":{"type":"string"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultFileID\": \"string\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultFileID":{"type":"string"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultFileID\": \"string\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/file-exchange/file":{"summary":"TODO: Summary","description":"TODO: Description","post":{"tags":["FileExchange"],"summary":"Send a file payload via FileExchange","description":"Accepts XML body with a content text node. Content must be a Base64-encoded string.","operationId":"AddFileToFileExchange","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"fileName","in":"query","description":"Target file name. Must be unique per file.","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"fileExchangeTypeCode","in":"query","description":"Code value of File Exchange Type. Agreed with Core administrator","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"requestBody":{"description":"Request Body","content":{"application/json":{"schema":{"type":"object","properties":{"filePayload":{"type":"object","properties":{"content":{"type":"string"},"text":{"type":"array","items":{"type":"string"}}}}}},"examples":{"(Default)":{"description":"Default/Standard example","value":"{\r\n  \"filePayload\": {\r\n    \"content\": \"string\",\r\n    \"text\": [\r\n      \"string\"\r\n    ]\r\n  }\r\n}"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultFileID":{"type":"string"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultFileID\": \"string\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultFileID":{"type":"string"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultFileID\": \"string\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/file-exchange/entry/{fileID}/status":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["FileExchange"],"summary":"Get a FileExchange entry status","description":"TODO.","operationId":"GetFileStatus","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"fileID","in":"path","description":"File ID (Core hint: $systemId)","required":true,"style":"simple","explode":false,"schema":{"type":"string","format":"uuid"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultFileStatusDetails":{"type":"string"},"resultFileStatus":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultFileStatusDetails\": \"string\",\r\n  \"resultFileStatus\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"resultFileStatusDetails":{"type":"string"},"resultFileStatus":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"resultFileStatusDetails\": \"string\",\r\n  \"resultFileStatus\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/health":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Health"],"summary":"API status & diagnostics","description":"Can be called anytime to check & fix status/issues","operationId":"Health","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"detailedCheck","in":"query","description":"Core Parameter","required":false,"style":"form","explode":false,"schema":{"type":"boolean"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultDetailsBase64":{"type":"string"},"resultStatusInfo":{"type":"string"},"correlationId":{"type":"string"},"resultReportLog":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultDetailsBase64\": \"string\",\r\n  \"resultStatusInfo\": \"string\",\r\n  \"correlationId\": \"string\",\r\n  \"resultReportLog\": \"string\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"serviceVersion":{"type":"string"},"result":{"type":"boolean"},"resultDetailsBase64":{"type":"string"},"resultStatusInfo":{"type":"string"},"correlationId":{"type":"string"},"resultReportLog":{"type":"string"}},"example":"{\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true,\r\n  \"resultDetailsBase64\": \"string\",\r\n  \"resultStatusInfo\": \"string\",\r\n  \"correlationId\": \"string\",\r\n  \"resultReportLog\": \"string\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/error":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Health"],"summary":"Throws a generic BC Error with a given message","description":"For testing purposes","operationId":"ThrowWantedError","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"wantedErrorMessage","in":"query","description":"This error message will be returned","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\"\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\"\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}},"/Misc/logout":{"summary":"TODO: Summary","description":"TODO: Description","get":{"tags":["Misc"],"summary":"Log out (doesn't invalidate token, serves mainly for Swagger/web)","description":"Returns HTTP 401 (Unauthorized). Refresh Swagger after calling this method. TODO: fix the Logout button, hide from Swagger?","operationId":"Logout","parameters":[{"name":"correlationId","in":"query","description":"Optional, arbitrary identification value to be stored in request log","required":false,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"countryIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): NO, DK3, XX, DK, DK2","required":true,"style":"form","explode":false,"schema":{"type":"string"}},{"name":"businessAreaIds","in":"query","description":"Company routing parameter. Possible values (allowed 1..N, comma-separated): RAVENINT, RAVENINT3, XXX, RAVENINT2, LEASE","required":true,"style":"form","explode":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"type":"object","properties":{"correlationId":{"type":"string"},"serviceVersion":{"type":"string"},"result":{"type":"boolean"}},"example":"{\r\n  \"correlationId\": \"string\",\r\n  \"serviceVersion\": \"string\",\r\n  \"result\": true\r\n}"}}}},"400":{"description":"Error - Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"401":{"description":"Access Denied - Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"403":{"description":"Access Denied - Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"405":{"description":"Method Not Allowed","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{}}}}}}},"components":{},"security":[]}