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

# <a id="SuperOffice_WebApi_Data_SaleSummary" /> Class SaleSummary

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

Carrier object for SaleSummary.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_SaleSummary_BaseCurrency" /> BaseCurrency

Default currency for the installation

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_CurrentOverdue" /> CurrentOverdue

Number of all overdue sales within the period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_CurrentOverdueTotalBaseCurrency" /> CurrentOverdueTotalBaseCurrency

Summed amount for all overdue sales within the period in default currency for the installation

```csharp theme={null}
public virtual double CurrentOverdueTotalBaseCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_CurrentOverdueTotalOwnCurrency" /> CurrentOverdueTotalOwnCurrency

Summed amount for all overdue sales within the period in default currency for the current user

```csharp theme={null}
public virtual double CurrentOverdueTotalOwnCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_CurrentOverdueWeightedBaseCurrency" /> CurrentOverdueWeightedBaseCurrency

Weighted sum for all overdue sales within the period in default currency for the installation

```csharp theme={null}
public virtual double CurrentOverdueWeightedBaseCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_CurrentOverdueWeightedOwnCurrency" /> CurrentOverdueWeightedOwnCurrency

Weighted sum for all overdue sales within the period in default currency for the current user

```csharp theme={null}
public virtual double CurrentOverdueWeightedOwnCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_FutureOpen" /> FutureOpen

Number of all Future Pipe/All open sales with date after the period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_FutureOpenTotalBaseCurrency" /> FutureOpenTotalBaseCurrency

Summed amount for all Future Pipe/All open sales with date after the period in default currency for the installation

```csharp theme={null}
public virtual double FutureOpenTotalBaseCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_FutureOpenTotalOwnCurrency" /> FutureOpenTotalOwnCurrency

Summed amount for all Future Pipe/All open sales with date after the period in default currency for the current user

```csharp theme={null}
public virtual double FutureOpenTotalOwnCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_FutureOpenWeightedBaseCurrency" /> FutureOpenWeightedBaseCurrency

Weighted sum for all Future Pipe/All open sales with date after the period in default currency for the installation

```csharp theme={null}
public virtual double FutureOpenWeightedBaseCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_FutureOpenWeightedOwnCurrency" /> FutureOpenWeightedOwnCurrency

Weighted sum for all Future Pipe/All open sales with date after the period in default currency for the current user

```csharp theme={null}
public virtual double FutureOpenWeightedOwnCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_Lost" /> Lost

Number of all lost within the period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_LostTotalBaseCurrency" /> LostTotalBaseCurrency

Summed amount for all lost within the period in default currency for the installation

```csharp theme={null}
public virtual double LostTotalBaseCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_LostTotalOwnCurrency" /> LostTotalOwnCurrency

Summed amount for all lost within the period in default currency for the current user

```csharp theme={null}
public virtual double LostTotalOwnCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_Open" /> Open

Number of all open within the period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_OpenTotalBaseCurrency" /> OpenTotalBaseCurrency

Summed amount for all open within the period in default currency for the installation

```csharp theme={null}
public virtual double OpenTotalBaseCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_OpenTotalOwnCurrency" /> OpenTotalOwnCurrency

Summed amount for all open within the period in default currency for the current user

```csharp theme={null}
public virtual double OpenTotalOwnCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_OpenWeightedBaseCurrency" /> OpenWeightedBaseCurrency

Weighted sum for all open within the period in default currency for the installation

```csharp theme={null}
public virtual double OpenWeightedBaseCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_OpenWeightedOwnCurrency" /> OpenWeightedOwnCurrency

Weighted sum for all open within the period in default currency for the current user

```csharp theme={null}
public virtual double OpenWeightedOwnCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_OwnCurrency" /> OwnCurrency

Default currency for the current user

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_PreviousOverdue" /> PreviousOverdue

Number of all open sales with date before this period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_PreviousOverdueTotalBaseCurrency" /> PreviousOverdueTotalBaseCurrency

Summed amount for all open sales with date before this period in default currency for the installation

```csharp theme={null}
public virtual double PreviousOverdueTotalBaseCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_PreviousOverdueTotalOwnCurrency" /> PreviousOverdueTotalOwnCurrency

Summed amount for all open sales with date before this period in default currency for the current user

```csharp theme={null}
public virtual double PreviousOverdueTotalOwnCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_PreviousOverdueWeightedBaseCurrency" /> PreviousOverdueWeightedBaseCurrency

Weighted sum for all open sales with date before this period in default currency for the installation

```csharp theme={null}
public virtual double PreviousOverdueWeightedBaseCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_PreviousOverdueWeightedOwnCurrency" /> PreviousOverdueWeightedOwnCurrency

Weighted sum for all open sales with date before this period in default currency for the current user

```csharp theme={null}
public virtual double PreviousOverdueWeightedOwnCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_Sold" /> Sold

Number of all sold within the period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_SoldTotalBaseCurrency" /> SoldTotalBaseCurrency

Summed amount for all sold within the period in default currency for the installation

```csharp theme={null}
public virtual double SoldTotalBaseCurrency { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaleSummary_SoldTotalOwnCurrency" /> SoldTotalOwnCurrency

Summed amount for all sold within the period in default currency for the current user

```csharp theme={null}
public virtual double SoldTotalOwnCurrency { get; set; }
```

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.SaleSummaryItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaleSummaryItem.md)
- [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 GetSummaryByAssociateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sale_GetSummaryByAssociateRequest.md)
- [SuperOffice.WebApi.Data.Sale GetSummaryByContactRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sale_GetSummaryByContactRequest.md)
- [SuperOffice.WebApi.Data.Sale GetSummaryByGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sale_GetSummaryByGroupRequest.md)
