| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonID |
Person's Id. |
integer | |
| Title |
Person's title. |
byte | The value must exists in the MiscellaneousLists table in database. |
| Gender |
Person's gender. |
byte | The value must exist in the MiscellaneousLists table in database. |
| ForenamePartOne |
Person's forname part 1. |
string | Required. |
| ForenamePartTwo |
Person's forname part 2. |
string | |
| ForenamePartThree |
Person's forename part 3. |
string | |
| Surname |
Person's surname. |
string | The value is an optional as per Customer Settings in Abacus. |
| SocialSecurityNumber |
Person's social security number. |
string | This value is optional as per Customer Mask Settings in Abacus. |
| DrivingLicenceNumber |
Person's driving licence number. |
string | This value is optional as per Customer Mask Settings in Abacus. |
| DateOfBirth |
Person's date of birth. |
string | Required. Date of birth can not be a future date. |
| Telephone1 |
Telephone1. |
string | |
| Telephone2 |
Telephone2. |
string | |
| Telephone3 |
Telephone3. |
string | |
| SMSPin |
SMSPin. |
string | |
|
EMail. |
string | ||
| FingerPrints |
Fingerprints. |
Collection of FingerPrintDto | Can pass in a previously added PictureID in each FingerPrintDto to associate with the fingreprints of this person. |
| PictureID |
Uniquie identifier of Photo |
integer | Can pass in previously added PictureID to associate with the Photo of this person. |
| CardPictureID |
ID Card photo. |
integer | Can pass in previously added PictureID to associate with the ID Card Photo of this person. |
| SignatureID |
Signature photo. |
integer | Can pass in previously added PictureID to associate with the Signature Photo of this person. |
| Employers |
Employers associated with the person. |
Collection of PersonEmployeeDto | |
| MonthlyPension |
Monthly pension amount the person receives. |
decimal number | |
| ApprovedBenefits |
Approved benefits that the person receives. |
decimal number | |
| OtherIncome |
The additional income that the person receives. |
decimal number | |
| MonthlyPensionPartner |
The monthly pesion that the person's spouse receives. |
decimal number | |
| ApprovedBenefitsPartner |
Approved benefits that the person's spouse receives. |
decimal number | |
| OtherIncomePartner |
The additional income that the person's spouse receives. |
decimal number | |
| TempToken |
Temporary authentication token for fingerprint reader app. |
string | |
| DeleteFingerprints |
Delete pending fingerprints with finger numbers in the list. |
Collection of string |