
ContactPerson (ContactPerson)
================



### Properties
Name | Type | Description
:----|:-----|:-----------
Address1|string|Gets or sets the first address line.
Address2|string|Gets or sets the second address line.
Citizenship|string|Gets or sets the citizenship ISO 3166-1 alfa-2 country codes (Two characters) of this contact person.
City|string|Gets or sets the address city.
DateOfBirth|Date|Gets or sets the date of birth of this contact person.
EmailAddress|string|Gets or sets the email address.
ExternalCode|string|Gets or sets the external code - can be used to reference the contact person in the external system.
FirstName|string|Gets or sets the first name.
Gender|[Gender](Type_Gender.md)|Gets or sets the [Gender](Type_Gender.md) of this contact person.
HasNorwegianSSN|boolean|Gets or sets a value indicative of whether this contact person has a norwegian social security number or not
Id|number|Gets the identifier. This identifier is unique and assigned by PowerOffice Go when a new entity is saved, and should be provided when an entity should be edited.     If this identifier is not provided, PowerOffice Go will try to create a new entity.
IsActive|boolean|Gets or sets a value indicating whether this contact person is active.
IsPep|boolean|Gets or sets if the contact person is a politically exposed person (PEP).
IsRca|boolean|Gets or sets if the contact person has relatives or close associates of PEP (RCA)
LastChanged|Date|Gets the last changed date.
LastName|string|Gets or sets the last name.
PartyCustomerCode|number|Gets the code of the [Customer](Type_Customer.md) that this contact person is associated with
PartyId|number|Gets the id of the [Customer](Type_Customer.md) and/or [Supplier](Type_Supplier.md) this contact person is for.
PartySupplierCode|number|Gets the code of the [Supplier](Type_Supplier.md) that this contact person is associated with
PhoneNumber|string|Gets or sets the phone number.
PlaceOfBirth|string|Gets or sets the place of birth of this contact person.
ResidenceCountryCode|string|Gets or sets the ISO 3166-1 alfa-2 country code (Two characters) of this contact persons country of residence.
SocialSecurityNumber|string|Sets the social security number for this contact person
ZipCode|string|Gets or sets the address zip code.
