| InTrace |
Boolean |
|
|
| InDispute |
Boolean |
|
|
| OnHold |
Boolean |
|
|
| InPaymentArrangement |
Boolean |
|
|
| DateOfBirth |
DateTime |
Date of Birth |
|
| DebtorType |
EDebtorType |
Type of Debtor: e.g. individual/consumer or business/company type. See EC_DebtorType |
|
| DebtorClosureReason |
EDebtorClosureReason |
|
|
| CaseHandlerId |
Guid |
Foreign Key pointing to the Case Handler |
|
| Debts |
List<ApiDebtUpdate> |
List of Debts owed |
|
| CCJs |
List<ApiCCJUpdate> |
List of CCJs |
|
| OrganisationalClassification |
EOrganisationType |
See EOrganisationType, EC_OrganisationType and EOrganisationTypeMap. |
|
| Title |
String |
Title of Debtor: e.g. Mr, Mrs, Miss |
|
| FirstName |
String |
First name |
|
| MiddleNames |
String |
Middle names |
|
| LastName |
String |
Last Name |
|
| FullName |
String |
Full contact name |
|
| CompanyName |
String |
Company or Business Name |
|
| ExternalReference |
String |
Option reference supplied by Correspondent (aka TheirRef). |
|
| RegistrationNumber |
String |
e.g. Company Number (optional) |
|
| IsVATRegistered |
Boolean |
|
|
| VATNumber |
String |
VAT Number (optional) |
|
| EmailAddresses |
List<ApiEmailAddressUpdate> |
A list of Email Addresses for the Correspondent |
|
| PostalAddresses |
List<ApiPostalAddressUpdate> |
A list of Mailing Addresses for the Correspondent |
|
| Telephones |
List<ApiTelephoneUpdate> |
A list of Telephone records for the Correspondent |
|
| Id |
Guid |
UUID used to uniquely identify this record within the DB |
|
| Subject |
String |
Title of the record |
|
| Description |
String |
Information about the record |
|