## Customer Object
| Fields | Mandatory | Datatype | Description | Example | Object |
| customerId | Y | string | Customer Unique Identification Number Nordic countries-SocialSecurity Number | 199901011234 | Customer |
| firstName | Y | string | First Name of customer | John | Customer |
| lastName | Y | string | Last Name of Customer | Deo | Customer |
| gender | N | string | Gender of Customer | M | Customer |
| dateOfBirth | Y | Date | Date Of Birth of Customer | 1999-01-01 | Customer |
| Y | string | Email Of customer | John@Deo@hotmail.com | Customer | |
| prefix | Y | string | Country Phone Prefix | 46 | contactNumber |
| number | Y | integer | Contact Number of customer | 765698872 | contactNumber |
| contactType | Y | string | Type Of contact(Mobile/Telephone) | Mobile | contactNumber |
| address1 | Y | string | Address Of customer | wiselgrengatan 21 | address |
| address2 | N | string | Additional address of customer | wsielgrenplatsen | address |
| zipCode | Y | sting | Zip Code Of customer | 41734 | address |
| countryCodeISO | Y | string | Country ISO Of customer | SE | address |
| countryName | Y | string | Residing Country Name Of customer | Svereige | address |
| city | Y | string | City Of customer residence | Göteborg | address |
| employmentId | N | string | Employment Id | abc123 | employmentInformation |
| employmentType | N | string | Employment Type | Permanenet | employmentInformation |
| salary | N | string | Salary | 200000 | employmentInformation |
| payType | N | string | Pay Type | 6 | employmentInformation |
| isNaturalPerson | Y | boolean | If customer is Peron or Company | true | Customer |
| isPoliticallyExposed | Y | boolean | If customer is Politically exposed | false | Customer |
| isForeignNational | Y | boolean | Is Customer is Foreign nation | false | Customer |
| isProtectedIdentity | Y | boolean | Is Customer Protected | false | Customer |
| nationalities | N | string | Nationalities of customer | Swedish,Indian | Customer |
| placeOfBirth | N | string | Place Birth | Stockholm | Customer |
| countryOfBirth | N | string | Country Birth | Svereige | Customer |
## Insurance Object Details
| Fields | Mandatory | Datatype | Description | Example | Object |
| insuranceNumber | N | string | Cardif Insurance Number | NXL10000123 | Insurance |
| productId | Y | string | Static field shared by Cardif | 99 | Insurance |
| productLabel | N | string | Static field shared by Cardif | Lån | Insurance |
| externalReference | Y | string | Unique Reference number from Partner for each insurance,helps on identifying insurance on both side | 2026_123_PS_789 | Insurance |
| agentId | Y | string | Sales agent user id , to identify the sales performed from which Office. Some cases its static and shared by Cardif | ABC_MAL_123 | Insurance |
| insuredAmount | Y | string | Insured amount | 20000 | Insurance |
| outstandingBalance | Y | string | Outstanding balance | 20000000 | Insurance |
| applicationDate | Y | Date | Insurance application date | 2026-01-01 | Insurance |
| startDate | Y | Date | Insurance start date | 2026-01-02 | Insurance |
| campaignCode | N | string | Campaign code applicable if there is any campaign. Static and shared by Cardif | TPA_3 | Insurance |
| status | Y | string | Static Status shared by Cardif. | new/update/cancel/topup/reactivate | status |
| reason | N | string | Insurance Cancel Reason | Customer_Request | status |
| effectiveDate | N | Date | Insurance change effective date | update/topup/reactivate | status |
| frequency | N | string | Frequency of payments | 12 | premiumCollection |
| payMethod | N | string | Pay method | Autogiro | premiumCollection |
| accountNumber | N | string | Account number, mandatory in case of Cardif collecting premium | 56787989 | premiumCollection |
| clearingNumber | N | string | Clearing number, mandatory in case of Cardif collecting premium | 3300 | premiumCollection |
| paymentReference | N | string | Payment reference | REF-123 | premiumCollection |
| premiumBilled | N | string | Premium billed, mandatory if partner collecting premium, may change as per T&Cs | 200 | premiumCollection |
| premiumBilledDate | N | Date | Premium date ,mandatory if partner collecting premium, may change as per T&Cs | 2026-01-01 | premiumCollection |
| periodStartDate | N | Date | Insurance period date ,mandatory if partner collecting premium, may change as per T&Cs | 2026-01-01 | premiumCollection |
| periodEndDate | N | Date | Insurance period date ,mandatory if partner collecting premium, may change as per T&Cs | 2026-01-31 | premiumCollection |
| freePremiumPeriod | N | string | Free period,depends on T&CS | Yes/No | premiumCollection |
| accountNumber | N | string | Account number for payouts ,depends on T&CS | 56787989 | payouts |
| clearingNumber | N | string | Clearing number for payouts,depends on T&CS | 3300 | payouts |
| paymentReference | N | string | Payment reference,depends on T&CS | REF-456 | payouts |
| customerId | Y | string | Customer id | 199901011234 | insuranceRoles |
| type | Y | string | Type | insured/co-insured/Policyholder/payer | insuranceRoles |
| name | N | string | Additional Properties of Insurance. Refer to Additional properties | IsExistingLoan | additionalProperties |
| value | N | string | Value of Properties | true | additionalProperties |
## Insurance Additional Properties
| name | data type | description | value(example) |
| IsExistingLoan | boolean | true if its existingloan else false | true/false |
| LoanStartDate | date | loan disbursed date | 1900-01-01 |
| DefaultReceiverBankAccountDesc | string | receiver bank account code . Its same as in cardif | SPV1 |
| InitialLoanAmount | double | InitialLoanAmount | 200000 |
| ProductType | string | Product type as decided by Cardif and partner | L/B/C/RA |
| DistributionChannel | string | Sales channel through which insurance is sold | NEW LOAN TOPUP CAMPAIGN INBOUND PUSH INBOUND PULL WEB TeleMarketing OUTBOUND NORDICOM WEB INBOUND PULL WEB INBOUND PUSH APP INBOUND PULL APP INBOUND PUSH PhysicalMeeting |
| PendingTopupCreationDate | date | TopupCreationDate | 1900-01-01 |
| PendingAnnualPremium | double | Pending annual premium | 50 |
## Insurance Premium Collection Paymethods
| PaymentMethod |
| Plusgiro |
| Bankgiro |
| Autogiro |
| Kontant |
| Konto |
| Annat |
| Samfakturerings/Avtals underbetalningar |
| Bankkonto |
| Utland |
| Försäkring |
| Utflytt |
## Error Codes
| ErrorCode | ErrorMessage | ColumnName |
| 3010 | Unknown error: CustomerNo. | CustomerNo |
| 3011 | Empty or missing value: CustomerNo. | CustomerNo |
| 3012 | Invalid CustomerNo. | CustomerNo |
| 3013 | CustomerNo does not exist. | CustomerNo |
| 3020 | Unknown error: CustomerID (SSN/OrgNo). | CustomerID, SSN/OrgNo |
| 3021 | Empty or missing value: CustomerID (SSN/OrgNo). | CustomerID, SSN/OrgNo |
| 3022 | Invalid CustomerID (SSN/OrgNo). | CustomerID, SSN/OrgNo |
| 3023 | CustomerID (SSN/OrgNo) does not exist. | CustomerID, SSN/OrgNo |
| 3024 | Customer already exists. | CustomerID |
| 3030 | Unknown error: FirstName. | FirstName |
| 3031 | Empty or missing value: FirstName. | FirstName |
| 3032 | Invalid FirstName. | FirstName |
| 3033 | FirstName does not exist. | FirstName |
| 3040 | Unknown error: LastName. | LastName |
| 3041 | Empty or missing value: LastName. | LastName |
| 3042 | Invalid LastName. | LastName |
| 3043 | LastName does not exist. | LastName |
| 3050 | Unknown error: CompanyName. | CompanyName |
| 3051 | Empty or missing value: CompanyName. | CompanyName |
| 3052 | Invalid CompanyName. | CompanyName |
| 3053 | CompanyName does not exist. | CompanyName |
| 3060 | BirthDate | BirthDate |
| 3061 | BirthDate cannot be empty. | BirthDate |
| 3062 | Invalid BirthDate. | BirthDate |
| 3070 | Unknown error: Gender. | Gender |
| 3071 | Gender is missing. | Gender |
| 3072 | Invalid gender value. | Gender |
| 3111 | IsPerson cannot be empty. | Customer |
| 3112 | IsPerson is invalid. | Customer |
| 3121 | IsPEP cannot be empty. | Customer |
| 3122 | IsPEP is invalid. | Customer |
| 3131 | IsForeignID cannot be empty. | Customer |
| 3132 | IsForeignID is invalid. | Customer |
| 3141 | IsProtected cannot be empty. | Customer |
| 3142 | IsProtected is invalid. | Customer |
| 3600 | Address | Address |
| 3610 | Unknown error: Address1. | Address1 |
| 3611 | Address1 cannot be empty. | Address1 |
| 3612 | Invalid Address1. | Address1 |
| 3620 | Unknown error: Address2. | Address2 |
| 3621 | Address2 cannot be empty. | Address2 |
| 3622 | Invalid Address2. | Address2 |
| 3630 | Unknown error: ZipCode. | ZipCode |
| 3631 | ZipCode cannot be empty. | ZipCode |
| 3632 | Invalid ZipCode. | ZipCode |
| 3640 | Unknown error: City. | City |
| 3641 | City cannot be empty. | City |
| 3642 | Invalid City. | City |
| 3650 | Unknown error: CountryName. | CountryName |
| 3651 | CountryName cannot be empty. | CountryName |
| 3652 | Invalid CountryName. | CountryName |
| 3700 | Address other | Address Other |
| 3710 | Unknown error: CountryName. | CountryName |
| 3711 | CountryName cannot be empty. | CountryName |
| 3712 | Invalid country name. | CountryName |
| 3720 | Unknown error: MobilePhonePrefix. | MobilePhonePrefix |
| 3721 | MobilePhonePrefix cannot be empty. | MobilePhonePrefix |
| 3722 | Invalid MobilePhonePrefix. | MobilePhonePrefix |
| 3723 | MobilePhonePrefix does not exist. | MobilePhonePrefix |
| 3730 | Unknown error: MobileNo. | MobileNo |
| 3731 | MobileNo cannot be empty. | MobileNo |
| 3732 | Invalid MobileNo. | MobileNo |
| 3734 | No mobile number changes to be made. | MobileNo |
| 3740 | Unknown error: TelephoneNo. | TelephoneNo |
| 3741 | TelephoneNo cannot be empty. | TelephoneNo |
| 3742 | Invalid TelephoneNo. | TelephoneNo |
| 3750 | Unknown error: EmailAddress. | EmailAddress |
| 3751 | Email address cannot be empty. | EmailAddress |
| 3752 | Invalid Email address. | EmailAddress |
| 3754 | No email changes to be made. | EmailAddress |
| 3760 | Unknown error: EmploymentNaceID. | EmploymentNaceID |
| 3761 | EmploymentNaceID cannot be empty. | EmploymentNaceID |
| 3762 | Invalid EmploymentNaceID. | EmploymentNaceID |
| 3764 | Employment information cannot be set for companies. | Employment |
| 3765 | No employment changes to be made. | Employment |
| 3766 | Both employmentNaceID and employmentStatusID need values. | Employment |
| 3770 | Unknown error: EmploymentStatusID. | EmploymentStatusID |
| 3771 | EmploymentStatusID cannot be empty. | EmploymentStatusID |
| 3772 | Invalid EmploymentStatusID. | EmploymentStatusID |
| 3780 | Unknown error: GrossSalary. | GrossSalary |
| 3781 | GrossSalary cannot be empty. | GrossSalary |
| 3782 | Gross salary is not valid. | GrossSalary |
| 3801 | Customer object is empty | Customer object |
| 3900 | Unknown error: CreateCustomer. | CreateCustomer |
| 3901 | Empty or missing value: CreateCustomer. | CreateCustomer |
| 3902 | Invalid CreateCustomer. | CreateCustomer |
| 3903 | CreateCustomer does not exist. | CreateCustomer |
| 3904 | Customer could not be created. | CreateCustomer |
| 3911 | SearchCustomerParameters cannot be empty. | SearchCustomer |
| 3912 | Invalid object: SearchCustomerParameters. | SearchCustomer |
| 3921 | GetCustomerParameters cannot be empty. | GetCustomer |
| 3922 | Invalid object: GetCustomerParameters. | GetCustomer |
| 3931 | ChangeTelephoneNoParameters cannot be empty. | ChangeTelephoneNo |
| 3932 | Invalid object: ChangeTelephoneNoParameters. | ChangeTelephoneNo |
| 3941 | ChangeMobileNoParameters cannot be empty. | ChangeMobileNo |
| 3942 | Invalid object: ChangeMobileNoParameters. | ChangeMobileNo |
| 3951 | ChangeEmailParameters cannot be empty. | ChangeEmail |
| 3952 | Invalid object: ChangeEmailParameters. | ChangeEmail |
| 3961 | ChangeEmploymentParameters cannot be empty. | ChangeEmployment |
| 3962 | Invalid object: ChangeEmploymentParameters. | ChangeEmployment |
| 4010 | InsuranceNo | InsuranceNo |
| 4011 | InsuranceNo cannot be empty. | InsuranceNo |
| 4013 | Insurance with InsuranceNo not found. | InsuranceNo |
| 4014 | No valid insurance with InsuranceNo. | InsuranceNo |
| 4015 | Insurance with InsuranceNo and/or IEdition not found. | InsuranceNo |
| 4016 | Does not meet the requirements for top up. | TopUp |
| 4017 | The insurance is of the wrong type for the action. | Insurance |
| 4020 | IEdition | IEdition |
| 4021 | IEdition cannot be empty. | IEdition |
| 4022 | Invalid IEdition. | IEdition |
| 4025 | Changed can only be made on the latest version of the insurance. | IEdition |
| 4026 | No active insurance edition. | IEdition |
| 4027 | Insurance edition does not exist for the date. | IEdition |
| 4030 | ITypeID | ITypeID |
| 4031 | ITypeID cannot be empty. | ITypeID |
| 4032 | Invalid ITypeID. | ITypeID |
| 4034 | No ITEdition can be found for the product ID and start date. | ITypeID |
| 4035 | No valid insurance at cancellation date. | CancellationDate |
| 4040 | ITEdition | ITEdition |
| 4045 | There is already an active insurance. | ExternalRef |
| 4046 | There are already two active insurances. | ExternalRef |
| 4047 | There is already an insurance on the customer. | ExternalRef |
| 4050 | ExternalRef/LoanNumber | ExternalRef |
| 4051 | ExternalRef/LoanNumber is empty. | ExternalRef |
| 4052 | Invalid ExternalRef/LoanNumber. | ExternalRef |
| 4054 | A non-cancelled insurance is already present for loanNumber and ITypeID. | ExternalRef |
| 4055 | A non-cancelled insurance is already present for loan number, ITypeID and insured. | ExternalRef |
| 4056 | No insurance with ITypeID found for insured with customerID and contract (ExternalRef/LoanNumber). | ExternalRef |
| 4057 | OfferCreditNo is empty. | ExternalRef |
| 4060 | InsuredAmount | InsuredAmount |
| 4061 | InsuredAmount cannot be empty. | InsuredAmount |
| 4062 | Invalid insuredAmount. | InsuredAmount |
| 4070 | Unknown error: Status. | Status |
| 4071 | Status cannot be empty. | Status |
| 4072 | Invalid status code. | Status |
| 4075 | Insurance can only be cancelled with the Cancel method. | Status |
| 4076 | Not allowed change of status. | Status |
| 4077 | Reactivation can only be made on the latest edition. | Status |
| 4078 | An insurance under underwriting or without valid underwriting cannot be reactivated. | Status |
| 4079 | Invalid status at loan activation for contract. | Status |
| 4081 | ActivateLoanParameters cannot be empty. | ActivateLoan |
| 4082 | Invalid object: ActivateLoanParameters. | ActivateLoan |
| 4084 | Insurance is not active. | Insurance |
| 4110 | StartDate | StartDate |
| 4111 | StartDate cannot be empty. | StartDate |
| 4112 | Invalid StartDate. | StartDate |
| 4114 | Insurance cannot start prior to specified date. | StartDate |
| 4115 | Insurance cannot start after specified date. | StartDate |
| 4116 | StartDate must be after cancellation. | StartDate |
| 4120 | EndDate | EndDate |
| 4125 | EndDateType is not valid. | EndDate |
| 4126 | ActiveFromDate is not valid. | EditionEndDate |
| 4130 | CancellationDate | CancellationDate |
| 4131 | CancellationDate cannot be empty. | CancellationDate |
| 4132 | Invalid CancellationDate. | NULL |
| 4140 | ApprovalDate | ApprovalDate |
| 4141 | ApprovalDate cannot be empty. | ApprovalDate |
| 4142 | Invalid ApprovalDate. | ApprovalDate |
| 4150 | Unknown error: ApplicationDate. | ApplicationDate |
| 4151 | ApplicationDate cannot be empty. | ApplicationDate |
| 4152 | Invalid ApplicationDate. | ApplicationDate |
| 4160 | Unknown error: UnderwritingAssessmentID. | UnderwritingAssessmentID |
| 4161 | UnderwritingAssessmentID cannot be empty. | UnderwritingAssessmentID |
| 4162 | Invalid UnderwritingAssessmentID. | UnderwritingAssessmentID |
| 4170 | Unknown error: CancellationCauseTypeID. | CancellationCauseTypeID |
| 4171 | CancellationCauseTypeID cannot be empty. | CancellationCauseTypeID |
| 4172 | Invalid CancellationCauseTypeID. | CancellationCauseTypeID |
| 4190 | Unknown error: ChangeDate. | ChangeDate |
| 4191 | ChangeDate cannot be empty. | ChangeDate |
| 4192 | Invalid ChangeDate. | ChangeDate |
| 4200 | CancellationCauseID | CancellationCauseID |
| 4201 | CancellationCauseID cannot be empty. | CancellationCauseID |
| 4210 | BeneficiaryTypeID | BeneficiaryTypeID |
| 4211 | BeneficiaryTypeID cannot be empty. | BeneficiaryTypeID |
| 4212 | Invalid BeneficiaryTypeID. | BeneficiaryTypeID |
| 4214 | Beneficiary type already set to specified BeneficiaryTypeID. | BeneficiaryTypeID |
| 4300 | Unknown error: TopUpType. | TopUpType |
| 4301 | TopUpType cannot be empty. | TopUpType |
| 4302 | Invalid TopUp type registered for product. | TopUpType |
| 4303 | A pending top up already exists. Request denied. | NULL |
| 4310 | Unknown error: TopUpAmount. | TopUpAmount |
| 4311 | TopUpAmount cannot be empty. | TopUpAmount |
| 4312 | Invalid TopUp amount. | TopUpAmount |
| 4314 | The sum of InsuredAmount and TopUpAmount must equal NewInsuredAmount. | TopUpAmount |
| 4315 | TopUpAmount must be larger than previous insured amount. | TopUpAmount |
| 4320 | Unknown error: SPV. | SPV |
| 4321 | SPV cannot be empty. | SPV |
| 4322 | Invalid SPV. | SPV |
| 4331 | TopUpParameters cannot be empty. | TopUp |
| 4332 | Invalid object: TopUpParameters. | TopUp |
| 4400 | Unknown error: Payment. | Payment |
| 4401 | Empty or missing value: Payment. | Payment |
| 4402 | Invalid Payment. | Payment |
| 4403 | Payment does not exist. | Payment |
| 4404 | Insurance with InsuranceNo and IEdition has no autogiro information. | Payment |
| 4405 | Paymethod is not valid for product. | Paymethod |
| 4410 | Unknown error: PayMethod. | PayMethod |
| 4411 | Empty or missing value: PayMethod. | PayMethod |
| 4412 | Invalid PayMethod. | PayMethod |
| 4413 | PayMethod does not exist. | PayMethod |
| 4415 | No payment changes to be made. | PayMethod |
| 4420 | Unknown error: PaymentsPerYear. | PaymentsPerYear |
| 4421 | Empty or missing value: PaymentsPerYear. | PaymentsPerYear |
| 4422 | Invalid PaymentsPerYear. | PaymentsPerYear |
| 4423 | PaymentsPerYear does not exist. | PaymentsPerYear |
| 4425 | Number of payments per year is not valid for direct debit. | PaymentsPerYear |
| 4426 | Number of payments per year is not valid for bankgiro. | PaymentsPerYear |
| 4430 | Unknown error: ClearingNo. | ClearingNo |
| 4431 | Empty or missing value: ClearingNo. | ClearingNo |
| 4432 | Invalid ClearingNo. | ClearingNo |
| 4433 | ClearingNo does not exist. | ClearingNo |
| 4440 | Unknown error: AccountNo. | AccountNo |
| 4441 | Empty or missing value: AccountNo. | AccountNo |
| 4442 | Invalid AccountNo. | AccountNo |
| 4443 | AccountNo does not exist. | AccountNo |
| 4445 | Invalid Direct Debit Clearing or Account number. | Clearing or Account number |
| 4450 | SendNotification | SendNotification |
| 4451 | SendNotification cannot be empty. | SendNotification |
| 4452 | Invalid SendNotification. | SendNotification |
| 4464 | Invalid Direct Debit Clearing or Account number. | Clearing or Account number |
| 4500 | Unknown error: Parameter. | Parameter |
| 4501 | Empty or missing value: Parameter. | Parameter |
| 4502 | Invalid Parameter. | Parameter |
| 4503 | Parameter does not exist. | Parameter |
| 4511 | Parameter cannot be empty. | Parameter |
| 4521 | Parameter value cannot be empty. | Parameter value |
| 4550 | Unknown error: Argument. | Argument |
| 4551 | Empty or missing value: Argument. | Argument |
| 4552 | Invalid Argument. | Argument |
| 4553 | Argument does not exist. | Argument |
| 4555 | Mandatory argument is missing. | Argument |
| 4560 | Argument name | Argument name |
| 4561 | Argument name cannot be empty. | Argument name |
| 4562 | Invalid Argument name. | Argument name |
| 4570 | Unknown error: Argument value. | Argument value |
| 4571 | Argument value cannot be empty. | Argument value |
| 4572 | Invalid Argument value | Argument value |
| 4600 | Unknown error: Role. | Role |
| 4601 | Empty or missing value: Role. | Role |
| 4602 | Invalid Role. | Role |
| 4603 | Role does not exist. | Role |
| 4604 | Insurance role can only be changed on the latest version of the insurance. | Role |
| 4605 | Insurance can/must have one person/company at each role. | Role |
| 4606 | Role is already set to customer with CustomerID. | Role |
| 4607 | CustomerID not set for role. | Role |
| 4608 | InsuranceRole object is empty. | Role |
| 4609 | CustomerID for role does not exist. | CustomerID |
| 4610 | Unknown error: RoleTypeID. | RoleTypeID |
| 4611 | Empty or missing value: RoleTypeID. | RoleTypeID |
| 4612 | Invalid RoleTypeID. | RoleTypeID |
| 4613 | RoleTypeID does not exist. | RoleTypeID |
| 4620 | Unknown error: OwnerCustomerID. | OwnerCustomerID |
| 4621 | Empty or missing value: OwnerCustomerID. | OwnerCustomerID |
| 4622 | Invalid OwnerCustomerID. | OwnerCustomerID |
| 4623 | OwnerCustomerID does not exist. | OwnerCustomerID |
| 4625 | Owner must be a company. | RoleOwner |
| 4626 | Owner must be same as insured. | RoleOwner |
| 4627 | Owner cannot be same as insured. | RoleOwner |
| 4630 | Unknown error: PayerCustomerID. | PayerCustomerID |
| 4631 | Empty or missing value: PayerCustomerID. | PayerCustomerID |
| 4632 | Invalid PayerCustomerID. | PayerCustomerID |
| 4633 | PayerCustomerID does not exist. | PayerCustomerID |
| 4635 | Payer must be a company. | RolePayer |
| 4636 | Insurance payer cannot be changed due to pending payment. | RolePayer |
| 4640 | Unknown error: InsuredCustomerID. | InsuredCustomerID |
| 4641 | Empty or missing value: InsuredCustomerID. | InsuredCustomerID |
| 4642 | Invalid InsuredCustomerID. | InsuredCustomerID |
| 4643 | InsuredCustomerID does not exist. | InsuredCustomerID |
| 4644 | Insurance with InsuranceNo and IEdition has no insured. | RoleInsured |
| 4645 | No inactive insurance with ITypeID found for insured with customerID and contract. | RoleInsured |
| 4646 | More than one insurance with the contract for the insured is found. | RoleInsured |
| 4650 | Unknown error: PaymentReceiverCustomerID. | PaymentReceiverCustomerID |
| 4651 | Empty or missing value: PaymentReceiverCustomerID. | PaymentReceiverCustomerID |
| 4652 | Invalid PaymentReceiverCustomerID. | PaymentReceiverCustomerID |
| 4653 | PaymentReceiverCustomerID does not exist. | PaymentReceiverCustomerID |
| 4660 | Unknown error: PledgeeCustomerID. | PledgeeCustomerID |
| 4661 | Empty or missing value: PledgeeCustomerID. | PledgeeCustomerID |
| 4662 | Invalid PledgeeCustomerID. | PledgeeCustomerID |
| 4663 | PledgeeCustomerID does not exist. | PledgeeCustomerID |
| 4670 | Unknown error: CoInsuredCustomerID. | CoInsuredCustomerID |
| 4671 | Empty or missing value: CoInsuredCustomerID. | CoInsuredCustomerID |
| 4672 | Invalid CoInsuredCustomerID. | CoInsuredCustomerID |
| 4673 | CoInsuredCustomerID does not exist. | CoInsuredCustomerID |
| 4680 | Unknown error: CoOwnerCustomerID. | CoOwnerCustomerID |
| 4681 | Empty or missing value: CoOwnerCustomerID. | CoOwnerCustomerID |
| 4682 | Invalid CoOwnerCustomerID. | CoOwnerCustomerID |
| 4683 | CoOwnerCustomerID does not exist. | CoOwnerCustomerID |
| 4690 | Unknown error: ChildCustomerID. | ChildCustomerID |
| 4691 | Empty or missing value: ChildCustomerID. | ChildCustomerID |
| 4692 | Invalid ChildCustomerID. | ChildCustomerID |
| 4693 | ChildCustomerID does not exist. | ChildCustomerID |
| 4696 | InsuranceRole cannot be empty. | InsuranceRole |
| 4697 | Invalid object: InsuranceRole. | InsuranceRole |
| 4700 | Unknown error: Campaign. | Campaign |
| 4701 | Empty or missing value: Campaign. | Campaign |
| 4702 | Invalid Campaign. | Campaign |
| 4703 | Campaign does not exist. | Campaign |
| 4705 | Product does not support campaigns. | Campaign |
| 4710 | Unknown error: CampaignCode. | CampaignCode |
| 4711 | Empty or missing value: CampaignCode. | CampaignCode |
| 4712 | Invalid CampaignCode. | CampaignCode |
| 4713 | CampaignCode does not exist. | CampaignCode |
| 4720 | Unknown error: CampaignStartDate. | CampaignStartDate |
| 4721 | Empty or missing value: CampaignStartDate. | CampaignStartDate |
| 4722 | Invalid CampaignStartDate. | CampaignStartDate |
| 4723 | CampaignStartDate does not exist. | CampaignStartDate |
| 4730 | Unknown error: CampaignEndDate. | CampaignEndDate |
| 4731 | Empty or missing value: CampaignEndDate. | CampaignEndDate |
| 4732 | Invalid CampaignEndDate. | CampaignEndDate |
| 4733 | CampaignEndDate does not exist. | CampaignEndDate |
| 4740 | Unknown error: Campaign. | Campaign |
| 4741 | Campaign cannot be empty. | Campaign |
| 4742 | Invalid discount for campaign. | Campaign |
| 4745 | Campaign has already been used. | Campaign |
| 4850 | Unknown error: Property. | Property |
| 4851 | Empty or missing value: Property. | Property |
| 4852 | Invalid Property. | Property |
| 4853 | Property does not exist. | Property |
| 4854 | Product properties missing for ITypeID at specified date. | Property |
| 4855 | ProductProperties for ITypeID and ITypeEdition cannot be found. | Property |
| 4860 | Unknown error: PropertyID. | PropertyID |
| 4861 | Empty or missing value: PropertyID. | PropertyID |
| 4862 | Invalid PropertyID. | PropertyID |
| 4863 | PropertyID does not exist. | PropertyID |
| 4865 | PropertyID is mandatory and cannot be empty. | PropertyID |
| 4866 | PropertyID is invalid for the product. | PropertyID |
| 4867 | Property can only be defined once. | PropertyID |
| 4870 | Unknown error: Property.InsuranceNo. | Property.InsuranceNo |
| 4871 | Empty or missing value: Property.InsuranceNo. | Property.InsuranceNo |
| 4872 | Invalid Property.InsuranceNo. | Property.InsuranceNo |
| 4873 | Property.InsuranceNo does not exist. | Property.InsuranceNo |
| 4880 | Unknown error: LoanStartDate. | LoanStartDate |
| 4881 | Invalid LoanInterest property. | LoanInterest |
| 4882 | Invalid LoanStartDate property. | LoanStartDate |
| 4883 | Invalid InitialLoanAmount property. | InitialLoanAmount |
| 4884 | Invalid IsExistingExternalCustomer property. | IsExistingExternalCustomer |
| 4885 | Invalid distribution channel. | DistributionChannel |
| 4890 | ChangeProperties | ChangeProperties |
| 4891 | ChangeProperties cannot be empty. | ChangeProperties |
| 4892 | Invalid object: ChangeProperties. | ChangeProperties |
| 4900 | Unknown error: CreateInsurance. | CreateInsurance |
| 4901 | Empty or missing value: CreateInsurance. | CreateInsurance |
| 4902 | Invalid CreateInsurance. | CreateInsurance |
| 4903 | CreateInsurance does not exist. | CreateInsurance |
| 4904 | Insurance could not be created. | CreateInsurance |
| 4911 | SearchInsuranceParameters cannot be empty. | SearchInsurance |
| 4912 | Invalid object: SearchInsuranceParameters. | SearchInsurance |
| 4916 | SearchInsuranceByRoleParameters cannot be empty. | SearchInsuranceByRole |
| 4917 | Invalid object: SearchInsuranceByRoleParameters. | SearchInsuranceByRole |
| 5010 | Unknown error: ClaimNo. | ClaimNo |
| 5011 | Empty or missing value: ClaimNo. | ClaimNo |
| 5012 | Invalid ClaimNo. | ClaimNo |
| 5013 | ClaimNo does not exist. | ClaimNo |
| 5015 | User doesn't have right to see this Claim. | ClaimNo |
| 5020 | Unknown error: ClaimTypeID. | ClaimTypeID |
| 5021 | Empty or missing value: ClaimTypeID. | ClaimTypeID |
| 5022 | Invalid ClaimTypeID. | ClaimTypeID |
| 5023 | ClaimTypeID does not exist. | ClaimTypeID |
| 5030 | Unknown error: ClaimDate. | ClaimDate |
| 5031 | Empty or missing value: ClaimDate. | ClaimDate |
| 5032 | Invalid ClaimDate. | ClaimDate |
| 5033 | ClaimDate does not exist. | ClaimDate |
| 5035 | Claim date cannot be set to the future. | ClaimDate |
| 5036 | Insurance is already cancelled. | Status |
| 5037 | No active insurance edition for claim date. | ClaimDate |
| 5040 | Unknown error: ClaimAmount. | ClaimAmount |
| 5041 | Empty or missing value: ClaimAmount. | ClaimAmount |
| 5042 | Invalid ClaimAmount. | ClaimAmount |
| 5043 | ClaimAmount does not exist. | ClaimAmount |
| 5050 | Unknown error: ClaimCoverageID. | ClaimCoverageID |
| 5051 | Empty or missing value: ClaimCoverageID. | ClaimCoverageID |
| 5052 | Invalid ClaimCoverageID. | ClaimCoverageID |
| 5053 | ClaimCoverageID does not exist. | ClaimCoverageID |
| 5060 | Unknown error: Complaint. | Complaint |
| 5061 | Empty or missing value: Complaint. | Complaint |
| 5062 | Invalid Complaint. Complaint can only have values 0=false or 1=true. | Complaint |
| 5063 | Complaint does not exist. | Complaint |
| 5070 | Unknown error: Complaint. | Complaint |
| 5071 | Complaint cannot be empty. | Complaint |
| 5072 | Invalid ExGratia, can only have values 0=false or 1=true. | Complaint |
| 5080 | Unknown error: ClaimAmount1. | ClaimAmount1 |
| 5081 | ClaimAmount1 cannot be empty. | ClaimAmount1 |
| 5082 | Invalid ClaimAmount1. | ClaimAmount1 |
| 5090 | Unknown error: PolicyRoleID. | PolicyRoleID |
| 5091 | PolicyRoleID cannot be empty. | PolicyRoleID |
| 5092 | Invalid PolicyRoleID. | PolicyRoleID |
| 5110 | Unknown error: ArrivalDate. | ArrivalDate |
| 5111 | ArrivalDate cannot be empty. | ArrivalDate |
| 5112 | Invalid ArrivalDate. | ArrivalDate |
| 5115 | Arrival date must be later than claim date. | ArrivalDate |
| 5120 | Unknown error: RegistrationDate. | RegistrationDate |
| 5121 | RegistrationDate cannot be empty. | RegistrationDate |
| 5122 | Invalid RegistrationDate. | RegistrationDate |
| 5125 | Registration date cannot be set to the future. | RegistrationDate |
| 5126 | Registration date must be later than arrival date. | RegistrationDate |
| 5127 | RegistrationFromDate is not valid. | RegistrationDate |
| 5132 | EffectiveDate is not valid | EffectiveDate |
| 5142 | MonthlyInstallment is not valid | EffectiveDate |
| 5143 | MonthlyInstallment is lower than minimum value. | MonthlyInstallment |
| 5144 | MonthlyInstallment is higher than maximum value. | MonthlyInstallment |
| 5152 | OutstandingBalance is not valid | EffectiveDate |
| 5153 | OutstandingBalance is lower than minimum value. | OutstandingBalance |
| 5154 | OutstandingBalance is higher than maximum value. | OutstandingBalance |
| 5155 | Total OutstandingBalance is higher than maximum value for product type. | OutstandingBalance |
| 5161 | CombinedInsuranceAmount object cannot be empty. | CombinedInsuranceAmount |
| 5165 | Either MonthlyInstallment or OutstandingBalance must be declared. | CombinedInsuranceAmount |
| 5172 | NotificationDate is not valid | NotificationDate |
| 5173 | NotificationDate cannot be after ClaimDate. | Claim |
| 5800 | Compensation | Compensation |
| 5900 | Unknown error: CreateClaim. | CreateClaim |
| 5901 | Empty or missing value: CreateClaim. | CreateClaim |
| 5902 | Invalid CreateClaim. | CreateClaim |
| 5903 | CreateClaim does not exist. | CreateClaim |
| 6003 | Agent does not exist. | Agent |
| 6004 | Agent already exists. | Agent |
| 6005 | Agent is missing for insurance. | Agent |
| 6006 | Change of agent is not allowed. | Agent |
| 6007 | The agent for the insurance is already set to AgentUserID. | Agent |
| 6008 | Agent is not authorised to sell insurance of ITypeID. | Agent |
| 6010 | Unknown error: AgentUserID. | AgentUserID |
| 6011 | Empty or missing value: AgentUserID. | AgentUserID |
| 6012 | Invalid AgentUserID. | AgentUserID |
| 6013 | AgentUserID does not exist. | AgentUserID |
| 6014 | Cannot find Agent with AgentUserID for partner | AgentUserID |
| 6015 | AgentUserID already exists. | AgentUserID |
| 6016 | Agent already belongs to agentLevelID. | AgentLevelID |
| 6017 | Agent cannot move to specified office. | AgentLevelID |
| 6020 | Unknown error: AgentLevelID. | AgentLevelID |
| 6021 | Empty or missing value: AgentLevelID. | AgentLevelID |
| 6022 | Invalid AgentLevelID. | AgentLevelID |
| 6023 | AgentLevelID does not exist. | AgentLevelID |
| 6024 | Agent level ID of invalid type. | AgentLevelID |
| 6025 | Partner ID cannot be found for Agent level ID. | AgentLevelID |
| 6026 | AgentLevelID is not registered to partner. | AgentLevelID |
| 6030 | Unknown error: UserSA. | UserSA |
| 6031 | UserSA cannot be empty. | UserSA |
| 6032 | UserSA cannot be empty. | UserSA |
| 6034 | UserID already exists. | UserID |
| 6110 | Unknown error: ChangeDate. | ChangeDate |
| 6111 | ChangeDate cannot be empty. | ChangeDate |
| 6112 | Invalid ChangeDate. | ChangeDate |
| 6810 | Unknown error: Agent. | Agent |
| 6811 | Empty or missing value: Agent. | Agent |
| 6812 | Invalid Agent. | Agent |
| 6900 | Unknown error: CreateAgent. | CreateAgent |
| 6901 | Empty or missing value: CreateAgent. | CreateAgent |
| 6902 | Invalid CreateAgent. | CreateAgent |
| 6903 | CreateAgent does not exist. | CreateAgent |
| 6911 | SearchClaimParameters cannot be empty. | SearchClaim |
| 6912 | Invalid object: SearchClaimParameters. | SearchClaim |