Table of Contents

Class SfDatacloudContact

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Data.com Contact

SObject Name: DatacloudContact

Custom Object: False

public class SfDatacloudContact : SObject
Inheritance
SfDatacloudContact
Inherited Members

Properties

City

City

Name: City

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "city")]
[Updateable(false)]
[Createable(false)]
public string City { get; set; }

Property Value

string

CompanyId

Company Id

Name: CompanyId

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "companyId")]
[Updateable(false)]
[Createable(false)]
public string CompanyId { get; set; }

Property Value

string

CompanyName

Company

Name: CompanyName

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "companyName")]
[Updateable(false)]
[Createable(false)]
public string CompanyName { get; set; }

Property Value

string

ContactId

Data.com Contact ID

Name: ContactId

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "contactId")]
[Updateable(false)]
[Createable(false)]
public string ContactId { get; set; }

Property Value

string

Country

Country/Territory

Name: Country

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "country")]
[Updateable(false)]
[Createable(false)]
public string Country { get; set; }

Property Value

string

Department

Department

Name: Department

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "department")]
[Updateable(false)]
[Createable(false)]
public string Department { get; set; }

Property Value

string

Email

Email

Name: Email

SF Type: email

Nillable: True

[JsonProperty(PropertyName = "email")]
[Updateable(false)]
[Createable(false)]
public string Email { get; set; }

Property Value

string

ExternalId

Data.com Contact ID

Name: ExternalId

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "externalId")]
[Updateable(false)]
[Createable(false)]
public string ExternalId { get; set; }

Property Value

string

FirstName

First name

Name: FirstName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "firstName")]
[Updateable(false)]
[Createable(false)]
public string FirstName { get; set; }

Property Value

string

Id

System ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

IsInCrm

In CRM

Name: IsInCrm

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isInCrm")]
[Updateable(false)]
[Createable(false)]
public bool? IsInCrm { get; set; }

Property Value

bool?

IsInactive

Inactive Status

Name: IsInactive

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isInactive")]
[Updateable(false)]
[Createable(false)]
public bool? IsInactive { get; set; }

Property Value

bool?

IsOwned

Owned

Name: IsOwned

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isOwned")]
[Updateable(false)]
[Createable(false)]
public bool? IsOwned { get; set; }

Property Value

bool?

LastName

Last name

Name: LastName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "lastName")]
[Updateable(false)]
[Createable(false)]
public string LastName { get; set; }

Property Value

string

Level

Level

Name: Level

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "level")]
[Updateable(false)]
[Createable(false)]
public string Level { get; set; }

Property Value

string

Phone

Phone

Name: Phone

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "phone")]
[Updateable(false)]
[Createable(false)]
public string Phone { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

State

State

Name: State

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "state")]
[Updateable(false)]
[Createable(false)]
public string State { get; set; }

Property Value

string

Street

Street Address

Name: Street

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "street")]
[Updateable(false)]
[Createable(false)]
public string Street { get; set; }

Property Value

string

Title

Title

Name: Title

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "title")]
[Updateable(false)]
[Createable(false)]
public string Title { get; set; }

Property Value

string

UpdatedDate

Updated Date

Name: UpdatedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "updatedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? UpdatedDate { get; set; }

Property Value

DateTimeOffset?

Zip

ZIP code

Name: Zip

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "zip")]
[Updateable(false)]
[Createable(false)]
public string Zip { get; set; }

Property Value

string