Skip to main content

Class Contact

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for Contact.

Inheritance

objectCarrierContact

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get Contact 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ContactAgent(configuration);
var contact = agent.GetContact( 123 );

Constructors

Contact()

Default constructor - defaults any enum props to 0.

Properties

The number of active erp links

Property Value

int

Address

Contact address as a list of LocalizedFieldList objects. Used to store localized information such as formatted address data. Suitable for passing to an address control for display.

Property Value

Address

AssociateFullName

The associate’s culture formatted fullname (firstname, middleName and lastname)

Property Value

string

AssociateId

Our contact

Property Value

int

BusinessName

The business list item name

Property Value

string

CategoryName

The category list item name

Property Value

string

City

City corresponding to zip code

Property Value

string

ContactId

Primary key

Property Value

int

CountryId

Country

Property Value

int

CountryName

Name of country in installed language

Property Value

string

Department

Department

Property Value

string

DirectPhone

The contacts phone

Property Value

string

EmailAddress

The contact email address

Property Value

string

EmailAddressName

Visible field

Property Value

string

FormattedAddress

The contact’s address, formatted with linebreaks and spaces into a single string.

Property Value

string

FullName

Property Value

string

IsOwnerContact

Is the contact an owner contact. This means that all persons on this contact can on only be internal users and not external users.

Property Value

bool

Kananame

Contact kana name, used in Japanese versions only

Property Value

string

Name

Contact name

Property Value

string

Number1

Alphanumeric user field

Property Value

string

Number2

Alphanumeric user field

Property Value

string

OrgNr

VAT number or similar

Property Value

string

URL

The internet address to this contact

Property Value

string

URLName

Visible field

Property Value

string

See Also

ContactAgent