| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | 
                         Primary key  | 
                    globally unique identifier | 
                                 Required  | 
                
| firstname | 
                         Firstname of the contact  | 
                    string | 
                                 Max length: 50  | 
                
| lastname | 
                         Lastname of the contact. If you have one single field available for firstname+lastname then use Lastname  | 
                    string | 
                                 Required Max length: 50  | 
                
| company_id | 
                         Company of the contact  | 
                    globally unique identifier | 
                                 Optionally required : company_id,company_code or company must be provided  | 
                
| company_code | 
                         Embedded entity "company" using ERP PK when adding/updating contact  | 
                    string | 
                                 Optionally required : company_id,company_code or company must be provided  | 
                
| company | 
                         Embedded entity "company" when adding/updating contact  | 
                    company | 
                                 Optionally required : company_id,company_code or company must be provided  | 
                
| db_language_id | 
                         Language of the contact.If empty, will use the default on the system  | 
                    globally unique identifier | |
| db_language_code | 
                         Language code entity using international isocode when adding/updating contact  | 
                    string | |
| db_title_id | 
                         The title of the contact  | 
                    globally unique identifier | |
| archived | 
                         Archive this contact to not have it anymore on the search  | 
                    boolean | |
| functions | 
                         Function of the contact (ServiceManager,...)  | 
                    string | 
                                 Max length: 64  | 
                
| e_login | 
                         Login of the contact (if have access to ServiceDesk)  | 
                    string | 
                                 Max length: 50  | 
                
| e_password | 
                         Password in clear text of the contact (if have access to ServiceDesk)  | 
                    string | 
                                 Max length: 50  | 
                
| notes | 
                         Notes/Remark field  | 
                    string | |
| birthdate | 
                         Birthday date  | 
                    date | |
| create_date | 
                         Creation date+time  | 
                    date | |
| phone | 
                         Phone number of the contact  | 
                    string | 
                                 Max length: 50  | 
                
| mobile | 
                         a number of the contact  | 
                    string | 
                                 Max length: 50  | 
                
| 
                         | 
                    string | 
                                 Max length: 250  | 
                |
| skype | 
                         skype  | 
                    string | 
                                 Max length: 250  | 
                
| private_phone | 
                         Private phone number of the contact  | 
                    string | 
                                 Max length: 50  | 
                
| private_mobile | 
                         Private mobile number of the contact  | 
                    string | 
                                 Max length: 50  | 
                
| private_email | 
                         Private email  | 
                    string | 
                                 Max length: 250  | 
                
| reference_back_office | 
                         Field used for Embedded entity (store there your ERP PK)  | 
                    string | 
                                 Max length: 50  | 
                
| modified_dateutc | 
                         Readonly system field managed by database, filled with GetUtcDate when adding,updating  | 
                    date |