Class ImportContact
Class to represent a contact import object.
Inheritance
Inherited Members
Namespace: Simplic.SAC.ContactImport
Assembly: Simplic.SAC.ContactImport.dll
Syntax
public class ImportContact
Properties
| Improve this Doc View SourceAdditional01
Gets or sets the additional01 field of the contact.
A field for any addition.
Declaration
public string Additional01 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Birthday
Gets or sets the birthday of the contact.
Declaration
public DateTime? Birthday { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
BusinessHomePage
Gets or sets the address of the business home page of the contact.
Declaration
public string BusinessHomePage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BusinessPhoneNumber
Gest or sets the business phone number.
Declaration
public string BusinessPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Category1
Gets or sets the first category.
Declaration
public string Category1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Category2
Gets or sets the second category.
Declaration
public string Category2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Category3
Gets or sets the third category.
Declaration
public string Category3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
City
Gets or sets the city of the primary physical address.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CompanyName
Gets or sets the company name of the contact.
This can vary from the company name of the physical address.
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContactId
Gets or sets the contact id.
Should be empty for a new contact. Will be filled on successfull import.
Declaration
public long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
ContactSubTypeKeyId
Gets or sets the contact sub type key id.
Declaration
public int? ContactSubTypeKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ContactTypeKeyId
Gets or sets the contact type key id.
Declaration
public int ContactTypeKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Country
Gets or sets the country of the primary physical address.
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountryIso
Gets or sets the country iso of the primary physical address.
Declaration
public string CountryIso { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreateDateTime
Gets or sets the create date time.
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreditorAccountNumber
Gets or sets the personal account number of the creditor.
Declaration
public string CreditorAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreditorAccountSampleNumber
Gets or sets the guid for the creditor personal account sample.
Declaration
public string CreditorAccountSampleNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DebitorAccountNumber
Gets or sets the personal account number of the debitor.
Declaration
public string DebitorAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DebitorAccountSampleNumber
Gets or sets the guid for the debitor personal account sample.
Declaration
public string DebitorAccountSampleNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Department
Gets or sets the department of the contact.
Declaration
public string Department { get; set; }
Property Value
Type | Description |
---|---|
System.String |
District
Gets ors ets the district of the primary physical address.
Declaration
public string District { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EKSNr
Gets or sets the EKS number of the contact.
Represents the incomming tax number.
Declaration
public string EKSNr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmailAddress
Gets or sets the email address.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstName
Gets or sets the first name of the contact.
This can vary from the first name of the physical address.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the guid id of the contact.
Should be empty for a new contact. Will be filled on successfull import.
Declaration
public Guid? Id { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ImportId
Gets or sets the id of the import.
Declaration
public Guid ImportId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
JobTitle
Gets or sets the job title of the contact.
Declaration
public string JobTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Land
Gets or sets the land of the primary physical address.
Declaration
public string Land { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LanguageId
Gets or sets the languagr id of the primary physical address.
Declaration
public int? LanguageId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
LastName
Gets or sets the last name of the contact.
This can vary from the last name of the physical address.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Latitude
Gets or sets the latitude of the primary physical address.
Declaration
public double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
LetterSalutation
Gets or sets the letter salutation of the contact.
Declaration
public string LetterSalutation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LetterTitle
Gets or sets the letter title of the contact.
Declaration
public string LetterTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LockBox
Gets or sets the lock box of the primary physical address.
Declaration
public string LockBox { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LockBoxZipCode
Gets or sets the zipcode of the lock box of the primary physical address.
Declaration
public string LockBoxZipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Longitude
Gets or sets the longitude of the primary physical address.
Declaration
public double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
MatchCode
Gets or sets the match code of the contact.
Declaration
public string MatchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MobilePhoneNumber
Gets or sets the mobile phone number.
Declaration
public string MobilePhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NickName
Gets or sets the nick name of the contact.
Declaration
public string NickName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PortCode
Gets or sets the port code of the contact.
Declaration
public string PortCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryPhysicalAddressGuid
Gets or sets the guid of the primary physical contact.
Should be empty for a new contact. Will be filled on successfull import.
Declaration
public Guid? PrimaryPhysicalAddressGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
PrimaryPhysicalAddressId
Gets or sets the id of the primary physical contact.
Should be empty for a new contact. Will be filled on successfull import.
Declaration
public long? PrimaryPhysicalAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Remark
Gets or sets the remark of the contact.
Declaration
public string Remark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Salutation
Gets or sets the salutation of the contact.
Declaration
public string Salutation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatusCode
Gets or sets the status code of the import.
Declaration
public int StatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StatusMessage
Gets or sets the status message of the import.
Declaration
public string StatusMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Street
Gets or sets the street of the primary physical address.
Declaration
public string Street { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TenantId
Gets or sets the tenant id of the contact.
Declaration
public Guid? TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Title
Gets or sets the title of the contact.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserFunction
Gets or sets the user function of the contact.
A field to give more information of the functionallity that the contact has in his company.
Declaration
public string UserFunction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VatId
Gets or sets the tax id of the contact.
Declaration
public string VatId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WIdNr
Gets or sets the WId number of the contact.
WIdNr short for "Wirtschafts-Identifikationsnummer".
Declaration
public string WIdNr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ZipCode
Gets or sets the zipcode of the primary physical address.
Declaration
public string ZipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |