> ## 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.QuoteConnection

# <a id="SuperOffice_WebApi_Data_QuoteConnection" /> Class QuoteConnection

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

Carrier object for QuoteConnection.
Information about a connection to the ERP system.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[QuoteConnection](SuperOffice.WebApi.Data.QuoteConnection.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)

## Constructors

### <a id="SuperOffice_WebApi_Data_QuoteConnection__ctor" /> QuoteConnection()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_QuoteConnection_AllAccess" /> AllAccess

Is this connection accessible to everyone?  If not, then the QuoteConnectionAccess table tells us who can access it.

```csharp theme={null}
public virtual bool AllAccess { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_AssociateAccessIds" /> AssociateAccessIds

Array of ids containing associates that will have access to this connection.

```csharp theme={null}
public virtual int[] AssociateAccessIds { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_ConnectorName" /> ConnectorName

Programmatic name of the Connector plugin that implements this kind of connection

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_Deleted" /> Deleted

If set, then this is a row that has been 'deleted'; we do not physically delete rows to avoid disaster.

```csharp theme={null}
public virtual bool Deleted { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_DisplayDescription" /> DisplayDescription

Tooltip/description shown to user; multi-language support. Any other info available that would make an uncertain user chose the right connector. Typically, used for tooltip.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_DisplayName" /> DisplayName

Connection name shown to user; multi-language support. The name of the connector to display in a list so that the users can choose between them. Typically the name of the client, with maybe the ERP system in parenthesis.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_ERPName" /> ERPName

Name of the ERP system (programmatic).

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_ErpConnectionId" /> ErpConnectionId

The ERP Connection that this Quote connection is an extension of

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_ExtraData" /> ExtraData

Optional extra data, in XML format, for configuring the connector. Connector-specific!

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_InitializeResponse" /> InitializeResponse

Status and Error message when the system called the connector Initialize method. Null if the connector has not been initialized yet.

```csharp theme={null}
public virtual PluginResponse InitializeResponse { get; set; }
```

#### Property Value

[PluginResponse](SuperOffice.WebApi.Data.PluginResponse.md)

### <a id="SuperOffice_WebApi_Data_QuoteConnection_IsAvailable" /> IsAvailable

Whether or not the specified connection is available. Typically, without network access the availability is false.

```csharp theme={null}
public virtual bool IsAvailable { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_PriceLists" /> PriceLists

The PriceLists that this connection offers.

```csharp theme={null}
public virtual PriceList[] PriceLists { get; set; }
```

#### Property Value

[PriceList](SuperOffice.WebApi.Data.PriceList.md)\[]

### <a id="SuperOffice_WebApi_Data_QuoteConnection_QuoteConnectionId" /> QuoteConnectionId

Primary key

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

#### Property Value

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

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

Rank order

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteConnection_UserGroupAccessIds" /> UserGroupAccessIds

Array of ids containing usergroups that will have access to this connection.

```csharp theme={null}
public virtual int[] UserGroupAccessIds { get; set; }
```

#### Property Value

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

## See Also

[QuoteAgent](SuperOffice.WebApi.Agents.QuoteAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.Quote](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote.md)
- [SuperOffice.WebApi.Data.Quote SaveConnectionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_SaveConnectionRequest.md)
- [SuperOffice.WebApi.Data.QuoteEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteEntity.md)
- [SuperOffice.WebApi.Agents.QuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.QuoteAgent.md)
- [SuperOffice.WebApi.Agents.IQuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IQuoteAgent.md)
- [SuperOffice.WebApi.Data.PriceList](/en/api/reference/webapi/SuperOffice.WebApi.Data.PriceList.md)
