> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.SaleStakeholder

# <a id="SuperOffice_WebApi_Data_SaleStakeholder" /> Class SaleStakeholder

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for SaleStakeholder.

```csharp theme={null}
public class SaleStakeholder : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[SaleStakeholder](SuperOffice.WebApi.Data.SaleStakeholder.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Examples

Get SaleStakeholder 123 using the WebApi client:
<pre><code class="lang-csharp">var configuration = new WebApiConfiguration(url);
var agent = new SaleAgent(configuration);
var saleStakeholder = agent.GetSaleStakeholder( 123 );</code></pre>

## Remarks

Use <xref href="SuperOffice.CRM.Services.ArchiveAgent?text=Archive+agent" data-throw-if-not-resolved="false" />:
All SaleStakeholder: <pre><code class="lang-csharp">"SaleStakeholder"</code></pre>

## Constructors

### <a id="SuperOffice_WebApi_Data_SaleStakeholder__ctor" /> SaleStakeholder()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public SaleStakeholder()
```

## Properties

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_Comment" /> Comment

Optional comment text

```csharp theme={null}
public virtual string Comment { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_ContactId" /> ContactId

Contact ID of person or contact who is the sale stakeholder

```csharp theme={null}
public virtual int ContactId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_ContactName" /> ContactName

Contact name

```csharp theme={null}
public virtual string ContactName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_CountryId" /> CountryId

Country id - primary key

```csharp theme={null}
public virtual int CountryId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_EmailAddress" /> EmailAddress

E-mail address

```csharp theme={null}
public virtual string EmailAddress { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_EmailDescription" /> EmailDescription

E-mail description

```csharp theme={null}
public virtual string EmailDescription { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_EmailId" /> EmailId

E-mail address id - Primary key

```csharp theme={null}
public virtual int EmailId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_Firstname" /> Firstname

First name

```csharp theme={null}
public virtual string Firstname { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_Lastname" /> Lastname

Last name

```csharp theme={null}
public virtual string Lastname { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_MiddleName" /> MiddleName

Middle name or 'van' etc.

```csharp theme={null}
public virtual string MiddleName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_Mrmrs" /> Mrmrs

e.g. Mrs, Mr, Ms, Dr.

```csharp theme={null}
public virtual string Mrmrs { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_PersonId" /> PersonId

Person id - Primary key

```csharp theme={null}
public virtual int PersonId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_Phone" /> Phone

Phone number

```csharp theme={null}
public virtual string Phone { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_PhoneId" /> PhoneId

Primary key

```csharp theme={null}
public virtual int PhoneId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_Rank" /> Rank

Rank in list of stakeholders

```csharp theme={null}
public virtual short Rank { get; set; }
```

#### Property Value

[short](https://learn.microsoft.com/dotnet/api/system.int16)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_SaleId" /> SaleId

Parent sale

```csharp theme={null}
public virtual int SaleId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_SaleStakeholderId" /> SaleStakeholderId

Primary key

```csharp theme={null}
public virtual int SaleStakeholderId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_StakeholderRoleId" /> StakeholderRoleId

Stakeholde role list id - Primary key

```csharp theme={null}
public virtual int StakeholderRoleId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SaleStakeholder_StakeholderRoleName" /> StakeholderRoleName

Stakeholder role name

```csharp theme={null}
public virtual string StakeholderRoleName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[SaleAgent](SuperOffice.WebApi.Agents.SaleAgent.md),
[ArchiveAgent](SuperOffice.WebApi.Agents.ArchiveAgent.md),


## Related topics

- [SuperOffice.WebApi.Agents.SaleAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SaleAgent.md)
- [SuperOffice.WebApi.Agents.ISaleAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISaleAgent.md)
- [SuperOffice.WebApi.Data.Sale UpdateSaleStakeholdersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sale_UpdateSaleStakeholdersRequest.md)
- [SuperOffice.WebApi.Data.Sale AddSaleStakeholdersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sale_AddSaleStakeholdersRequest.md)
- [SuperOffice.WebApi.Data.SaleEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaleEntity.md)
- [SaleStakeholder](/en/api/archive-providers/reference/salestakeholder.md)
