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

# <a id="SuperOffice_WebApi_Data_QuoteVersionValidated" /> Class QuoteVersionValidated

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

Carrier object for QuoteVersionValidated.
The QuoteVersionValidated is returned after a call to ValidateQuoteAlternative. It contains flags indicating changes to quote, quoteversion/quotealternative and quotelines.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_QuoteVersionValidated_ChangedQuote" /> ChangedQuote

The validated version is a member of Quote

```csharp theme={null}
public virtual Quote ChangedQuote { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteVersionValidated_ChangedQuoteAlternatives" /> ChangedQuoteAlternatives

The changed QuoteAlternatives

```csharp theme={null}
public virtual QuoteAlternativeRecalculated[] ChangedQuoteAlternatives { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteVersionValidated_ChangedQuoteVersion" /> ChangedQuoteVersion

The validated QuoteVersion

```csharp theme={null}
public virtual QuoteVersion ChangedQuoteVersion { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteVersionValidated_ChangedSale" /> ChangedSale

If the sale has been changed, the carrier will be added.

```csharp theme={null}
public virtual Sale ChangedSale { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteVersionValidated_ErrorCode" /> ErrorCode

An error code, if available.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteVersionValidated_IsOk" /> IsOk

Answer to the question / An indication if the operation went well. Equivalent to Status != Error.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteVersionValidated_Status" /> Status

QuoteStatus = Ok / OkWithInfo / Warn / Error. Error implies IsOk = false.
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public QuoteStatus? Status { get; set; }
```

#### Property Value

[QuoteStatus](SuperOffice.WebApi.Data.QuoteStatus.md)?

#### See Also

[QuoteVersionValidated](SuperOffice.WebApi.Data.QuoteVersionValidated.md).[Status\_String](SuperOffice.WebApi.Data.QuoteVersionValidated.md#SuperOffice_WebApi_Data_QuoteVersionValidated_Status_String)

### <a id="SuperOffice_WebApi_Data_QuoteVersionValidated_Status_String" /> Status\_String

QuoteStatus = Ok / OkWithInfo / Warn / Error. Error implies IsOk = false.
Raw string enum value.

```csharp theme={null}
[JsonProperty("Status")]
public string Status_String { get; set; }
```

#### Property Value

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

#### See Also

[QuoteVersionValidated](SuperOffice.WebApi.Data.QuoteVersionValidated.md).[Status](SuperOffice.WebApi.Data.QuoteVersionValidated.md#SuperOffice_WebApi_Data_QuoteVersionValidated_Status)

### <a id="SuperOffice_WebApi_Data_QuoteVersionValidated_TechExplanation" /> TechExplanation

Always in English

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteVersionValidated_UserExplanation" /> UserExplanation

A localized explanation to the answer.

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

#### Property Value

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

## See Also

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


## Related topics

- [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.QuoteVersion](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersion.md)
- [SuperOffice.WebApi.Data.QuoteVersionState](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionState.md)
- [SuperOffice.WebApi.Data.QuoteVersionAttachment](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionAttachment.md)
- [SuperOffice.WebApi.Data.Quote SaveQuoteVersionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_SaveQuoteVersionRequest.md)
